biblatex2bibtex


Namebiblatex2bibtex JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/fmatter/biblatex2bibtex
SummaryConvert biblatex files to bibtex.
upload_time2023-08-09 08:14:43
maintainer
docs_urlNone
authorFlorian Matter
requires_python
license
keywords biblatex bibtex
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # biblatex2bibtex

![License](https://img.shields.io/github/license/fmatter/biblatex2bibtex)
[![Linting](https://img.shields.io/github/actions/workflow/status/fmatter/biblatex2bibtex/lint.yml?label=linting)](https://github.com/fmatter/biblatex2bibtex/actions/workflows/lint.yml)
[![PyPI](https://img.shields.io/pypi/v/biblatex2bibtex.svg)](https://pypi.org/project/biblatex2bibtex)
![Versions](https://img.shields.io/pypi/pyversions/biblatex2bibtex)

Convert biblatex files to bibtex.

**Note: you need [`biber`](https://github.com/plk/biber).**

Usage:

`biblatex2bibtex /path/to/biblatex_file1.bib /path/to/biblatex_file2.bib --output /path/to/bibtex_file.bib`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/fmatter/biblatex2bibtex",
    "name": "biblatex2bibtex",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "biblatex,bibtex",
    "author": "Florian Matter",
    "author_email": "florianmatter@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/71/5c/a50ef51032893e2b34d7623cf64b6fca088a51162d22bc5aca3285492d56/biblatex2bibtex-0.0.4.tar.gz",
    "platform": null,
    "description": "# biblatex2bibtex\n\n![License](https://img.shields.io/github/license/fmatter/biblatex2bibtex)\n[![Linting](https://img.shields.io/github/actions/workflow/status/fmatter/biblatex2bibtex/lint.yml?label=linting)](https://github.com/fmatter/biblatex2bibtex/actions/workflows/lint.yml)\n[![PyPI](https://img.shields.io/pypi/v/biblatex2bibtex.svg)](https://pypi.org/project/biblatex2bibtex)\n![Versions](https://img.shields.io/pypi/pyversions/biblatex2bibtex)\n\nConvert biblatex files to bibtex.\n\n**Note: you need [`biber`](https://github.com/plk/biber).**\n\nUsage:\n\n`biblatex2bibtex /path/to/biblatex_file1.bib /path/to/biblatex_file2.bib --output /path/to/bibtex_file.bib`\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Convert biblatex files to bibtex.",
    "version": "0.0.4",
    "project_urls": {
        "Bug Tracker": "https://github.com/fmatter/biblatex2bibtex/issues",
        "Homepage": "https://github.com/fmatter/biblatex2bibtex"
    },
    "split_keywords": [
        "biblatex",
        "bibtex"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a800206264081444de769cffdb9a503765c4af11ee1c8e294b2b4acc219ee0e3",
                "md5": "bfde92b3c5e5a9c2e679269071574cdf",
                "sha256": "93f547d1fac80832657852abb77f9d1e23152d2c4147cac280cc862ad6bfc8bc"
            },
            "downloads": -1,
            "filename": "biblatex2bibtex-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bfde92b3c5e5a9c2e679269071574cdf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 10029,
            "upload_time": "2023-08-09T08:14:41",
            "upload_time_iso_8601": "2023-08-09T08:14:41.607019Z",
            "url": "https://files.pythonhosted.org/packages/a8/00/206264081444de769cffdb9a503765c4af11ee1c8e294b2b4acc219ee0e3/biblatex2bibtex-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "715ca50ef51032893e2b34d7623cf64b6fca088a51162d22bc5aca3285492d56",
                "md5": "cd39b2478bff121b10da1fd453e2fe54",
                "sha256": "0bd3e4ad608e27af4466ef3e44726f20cfab0d35d48057539def2c3a36357a86"
            },
            "downloads": -1,
            "filename": "biblatex2bibtex-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "cd39b2478bff121b10da1fd453e2fe54",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9578,
            "upload_time": "2023-08-09T08:14:43",
            "upload_time_iso_8601": "2023-08-09T08:14:43.425775Z",
            "url": "https://files.pythonhosted.org/packages/71/5c/a50ef51032893e2b34d7623cf64b6fca088a51162d22bc5aca3285492d56/biblatex2bibtex-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-09 08:14:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fmatter",
    "github_project": "biblatex2bibtex",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "biblatex2bibtex"
}
        
Elapsed time: 0.09749s