Skip to content

Anselmoo/bibtex2cff

Repository files navigation

BibTeX2CFF

PyPI DOI

Description

This is a simple CMD-tool to convert BibTeX files to CFF files. It is dedicated to the Citation File Format, 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.

Installation

pip install bibtex2cff

Usage

bibtex2cff <input.bib> -o <output.cff>

Development

Installation

git clone
cd bibtex2cff
poetry install --all-extras --with dev

Testing

poetry run pytest

Linting

poetry run flake8
poetry run black .
poetry run isort .

Contributing

See CONTRIBUTING.md for more information.

License

This project is licensed under the terms of the MIT license.