bibiso4


Namebibiso4 JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2025-07-10 07:48:07
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bibiso4 📒

Convert bibtex journal and series names to [ISO4](https://en.wikipedia.org/wiki/ISO_4). E.g., `Physical Review D` becomes `Phys. Rev. D`.

## Install 💥

     pipx install bibiso4

## Usage 💥

### Convert strings

    iso4 The Journal of Whatever Science
    # J.  Whatever Sci.

### Convert bibtex files

 The original bibtex file isn't modified; instead, you should direct output to a new bibtex file. 

    bibiso4 references.bib > references_iso4.bib

If you wish to see the changes, you can do e.g.,

    diff references.bib references_iso4.bib

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "bibiso4",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Andrew Fowlie <andrew.j.fowlie@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/1b/7c/223b9a26d88fedc9473b9c057755de1dc1dbc7fd3fa281f3888a764d97bb/bibiso4-1.0.1.tar.gz",
    "platform": null,
    "description": "# bibiso4 \ud83d\udcd2\n\nConvert bibtex journal and series names to [ISO4](https://en.wikipedia.org/wiki/ISO_4). E.g., `Physical Review D` becomes `Phys. Rev. D`.\n\n## Install \ud83d\udca5\n\n     pipx install bibiso4\n\n## Usage \ud83d\udca5\n\n### Convert strings\n\n    iso4 The Journal of Whatever Science\n    # J.  Whatever Sci.\n\n### Convert bibtex files\n\n The original bibtex file isn't modified; instead, you should direct output to a new bibtex file. \n\n    bibiso4 references.bib > references_iso4.bib\n\nIf you wish to see the changes, you can do e.g.,\n\n    diff references.bib references_iso4.bib\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "1.0.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "544d289554e203503263dbc28c95bf28bf3bc3b3742f9c61f2e368c84ba32158",
                "md5": "791b1d01282ffcfdd437e52ad0143b25",
                "sha256": "8f128f6355e4e2ba7cfe86c42f0aa6206d0a22b76b2cf759fff29f373a228f2a"
            },
            "downloads": -1,
            "filename": "bibiso4-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "791b1d01282ffcfdd437e52ad0143b25",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 371660,
            "upload_time": "2025-07-10T07:48:04",
            "upload_time_iso_8601": "2025-07-10T07:48:04.447760Z",
            "url": "https://files.pythonhosted.org/packages/54/4d/289554e203503263dbc28c95bf28bf3bc3b3742f9c61f2e368c84ba32158/bibiso4-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1b7c223b9a26d88fedc9473b9c057755de1dc1dbc7fd3fa281f3888a764d97bb",
                "md5": "b020376b877e43eeeff25143df9e3a53",
                "sha256": "3069ea9f0e25c83ec68042dfa0368674e2cdf21dc7055e6aaffaa1011e31ab17"
            },
            "downloads": -1,
            "filename": "bibiso4-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b020376b877e43eeeff25143df9e3a53",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 372356,
            "upload_time": "2025-07-10T07:48:07",
            "upload_time_iso_8601": "2025-07-10T07:48:07.567175Z",
            "url": "https://files.pythonhosted.org/packages/1b/7c/223b9a26d88fedc9473b9c057755de1dc1dbc7fd3fa281f3888a764d97bb/bibiso4-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-10 07:48:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "bibiso4"
}
        
Elapsed time: 1.68477s