https://github.com/anselmoo/bibtex2cff
Convert from bibtex to CITATION.cff
https://github.com/anselmoo/bibtex2cff
bibtex citation citation-style-language science
Last synced: 24 days ago
JSON representation
Convert from bibtex to CITATION.cff
- Host: GitHub
- URL: https://github.com/anselmoo/bibtex2cff
- Owner: Anselmoo
- License: mit
- Created: 2023-05-18T16:13:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T04:58:40.000Z (over 2 years ago)
- Last Synced: 2025-04-01T22:41:33.652Z (7 months ago)
- Topics: bibtex, citation, citation-style-language, science
- Language: Python
- Homepage:
- Size: 101 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# BibTeX2CFF
[](https://pypi.org/project/bibtex2cff/)
[](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 -o
```## 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).
```