# BibTeX2CFF
[![PyPI](https://img.shields.io/pypi/v/bibtex2cff?logo=pypi&logoColor=yellow)](https://pypi.org/project/bibtex2cff/)
[![DOI](https://zenodo.org/badge/642463530.svg)](https://zenodo.org/badge/latestdoi/642463530)
## Description
This is a simple CMD-tool to convert BibTeX files to CFF files. It is dedicated to the [Citation File Format](https://citation-file-format.github.io/), which is a YAML-based format for bibliographic metadata.
The idea is faster to generate CFF files from BibTeX files, which can be used in other tools, such as [Zenodo](https://zenodo.org/).
## Installation
```bash
pip install bibtex2cff
```
## Usage
```bash
bibtex2cff <input.bib> -o <output.cff>
```
## Development
### Installation
```bash
git clone
cd bibtex2cff
poetry install --all-extras --with dev
```
### Testing
```bash
poetry run pytest
```
### Linting
```bash
poetry run flake8
poetry run black .
poetry run isort .
```
### Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.
### License
This project is licensed under the terms of the [MIT license](LICENSE).
```
Raw data
{
"_id": null,
"home_page": "",
"name": "bibtex2cff",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.9,<4.0",
"maintainer_email": "",
"keywords": "bibtex,cff,citation,citation-file-format",
"author": "Anselm Hahn",
"author_email": "anselm.hahn@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/1b/be/6bda77bd3e76bc897b1c3b6681d16d1ea0a737d76640f507538afe656601/bibtex2cff-0.2.1.tar.gz",
"platform": null,
"description": "# BibTeX2CFF\n\n[![PyPI](https://img.shields.io/pypi/v/bibtex2cff?logo=pypi&logoColor=yellow)](https://pypi.org/project/bibtex2cff/)\n[![DOI](https://zenodo.org/badge/642463530.svg)](https://zenodo.org/badge/latestdoi/642463530)\n\n\n## Description\n\nThis is a simple CMD-tool to convert BibTeX files to CFF files. It is dedicated to the [Citation File Format](https://citation-file-format.github.io/), which is a YAML-based format for bibliographic metadata.\n\nThe idea is faster to generate CFF files from BibTeX files, which can be used in other tools, such as [Zenodo](https://zenodo.org/).\n\n\n## Installation\n\n```bash\npip install bibtex2cff\n```\n\n## Usage\n\n```bash\nbibtex2cff <input.bib> -o <output.cff>\n```\n\n\n## Development\n\n### Installation\n\n```bash\ngit clone\ncd bibtex2cff\npoetry install --all-extras --with dev\n```\n\n### Testing\n\n```bash\npoetry run pytest\n```\n\n### Linting\n\n```bash\npoetry run flake8\npoetry run black .\npoetry run isort .\n```\n\n### Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for more information.\n\n### License\n\nThis project is licensed under the terms of the [MIT license](LICENSE).\n```\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Converting Bibtex to CITATION.cff fileformat",
"version": "0.2.1",
"project_urls": null,
"split_keywords": [
"bibtex",
"cff",
"citation",
"citation-file-format"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "18fa1c11cf73014cafad0414570a4bb8f051953f45cdf08fe1c763ef76fd1a09",
"md5": "c9c3a99c24b3fbdfbaea8cd2c5bf932e",
"sha256": "711aea8dac644d8b33823e269a9de1e575133c9689dc2d067bbe35afed3117ee"
},
"downloads": -1,
"filename": "bibtex2cff-0.2.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c9c3a99c24b3fbdfbaea8cd2c5bf932e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9,<4.0",
"size": 8955,
"upload_time": "2023-06-05T18:30:53",
"upload_time_iso_8601": "2023-06-05T18:30:53.791037Z",
"url": "https://files.pythonhosted.org/packages/18/fa/1c11cf73014cafad0414570a4bb8f051953f45cdf08fe1c763ef76fd1a09/bibtex2cff-0.2.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1bbe6bda77bd3e76bc897b1c3b6681d16d1ea0a737d76640f507538afe656601",
"md5": "a8a36342efbae21dc2fb0eb8dc286756",
"sha256": "ead4a13d8d60ea20127376e967a92e54db9183be69a7069cf2d9058e0ab69c62"
},
"downloads": -1,
"filename": "bibtex2cff-0.2.1.tar.gz",
"has_sig": false,
"md5_digest": "a8a36342efbae21dc2fb0eb8dc286756",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9,<4.0",
"size": 8668,
"upload_time": "2023-06-05T18:30:54",
"upload_time_iso_8601": "2023-06-05T18:30:54.900395Z",
"url": "https://files.pythonhosted.org/packages/1b/be/6bda77bd3e76bc897b1c3b6681d16d1ea0a737d76640f507538afe656601/bibtex2cff-0.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-05 18:30:54",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "bibtex2cff"
}