pybtex


Namepybtex JSON
Version 0.24.0 PyPI version JSON
download
home_pagehttps://pybtex.org/
SummaryA BibTeX-compatible bibliography processor in Python
upload_time2021-01-17 20:02:27
maintainer
docs_urlhttps://pythonhosted.org/pybtex/
authorAndrey Golovizin
requires_python>=2.7,!=3.0.*,!=3.1.*,!=3.2.*
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            BibTeX-compatible bibliography processor in Python
==================================================

Synopsis
--------

::

    latex foo.tex
    pybtex foo.aux
    latex foo.tex
    latex foo.tex


Description
-----------

Pybtex reads citation information from a file and
produces a formatted bibliography. BibTeX style files are supported.
Alternatively it is possible to write styles in Python.

Pybtex currently understands the following bibliography formats:

- BibTeX

- BibTeXML

- YAML-based format

The resulting bibliography may be output in one of the following formats
(not supported by legacy BibTeX styles):

- LaTeX

- HTML

- markdown

- plain text


See also
--------

- `Home page <https://pybtex.org/>`_

- `Pybtex at Bitbucket <https://bitbucket.org/pybtex-devs/pybtex>`_

- `Pybtex at PyPI <https://pypi.org/project/pybtex>`_



            

Raw data

            {
    "_id": null,
    "home_page": "https://pybtex.org/",
    "name": "pybtex",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/pybtex/",
    "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*",
    "maintainer_email": "",
    "keywords": "",
    "author": "Andrey Golovizin",
    "author_email": "ag@sologoc.com",
    "download_url": "https://files.pythonhosted.org/packages/46/9b/fd39836a6397fb363446d83075a7b9c2cc562f4c449292e039ed36084376/pybtex-0.24.0.tar.gz",
    "platform": "platform-independent",
    "description": "BibTeX-compatible bibliography processor in Python\n==================================================\n\nSynopsis\n--------\n\n::\n\n    latex foo.tex\n    pybtex foo.aux\n    latex foo.tex\n    latex foo.tex\n\n\nDescription\n-----------\n\nPybtex reads citation information from a file and\nproduces a formatted bibliography. BibTeX style files are supported.\nAlternatively it is possible to write styles in Python.\n\nPybtex currently understands the following bibliography formats:\n\n- BibTeX\n\n- BibTeXML\n\n- YAML-based format\n\nThe resulting bibliography may be output in one of the following formats\n(not supported by legacy BibTeX styles):\n\n- LaTeX\n\n- HTML\n\n- markdown\n\n- plain text\n\n\nSee also\n--------\n\n- `Home page <https://pybtex.org/>`_\n\n- `Pybtex at Bitbucket <https://bitbucket.org/pybtex-devs/pybtex>`_\n\n- `Pybtex at PyPI <https://pypi.org/project/pybtex>`_\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A BibTeX-compatible bibliography processor in Python",
    "version": "0.24.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "17a56fdea162be116c0380d6707c5382",
                "sha256": "e1e0c8c69998452fea90e9179aa2a98ab103f3eed894405b7264e517cc2fcc0f"
            },
            "downloads": -1,
            "filename": "pybtex-0.24.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "17a56fdea162be116c0380d6707c5382",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*",
            "size": 561354,
            "upload_time": "2021-01-17T20:02:23",
            "upload_time_iso_8601": "2021-01-17T20:02:23.696651Z",
            "url": "https://files.pythonhosted.org/packages/ad/5f/40d8e90f985a05133a8895fc454c6127ecec3de8b095dd35bba91382f803/pybtex-0.24.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "70336a5add1a95e0210b3a2c703e0768",
                "sha256": "818eae35b61733e5c007c3fcd2cfb75ed1bc8b4173c1f70b56cc4c0802d34755"
            },
            "downloads": -1,
            "filename": "pybtex-0.24.0.tar.gz",
            "has_sig": false,
            "md5_digest": "70336a5add1a95e0210b3a2c703e0768",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*",
            "size": 402879,
            "upload_time": "2021-01-17T20:02:27",
            "upload_time_iso_8601": "2021-01-17T20:02:27.328850Z",
            "url": "https://files.pythonhosted.org/packages/46/9b/fd39836a6397fb363446d83075a7b9c2cc562f4c449292e039ed36084376/pybtex-0.24.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-01-17 20:02:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pybtex"
}
        
Elapsed time: 0.01514s