Metadata-Version: 2.1
Name: biblatex2bibtex
Version: 0.0.2
Summary: Convert biblatex files to bibtex.
Home-page: https://github.com/fmatter/biblatex2bibtex
Author: Florian Matter
Author-email: florianmatter@gmail.com
Project-URL: Bug Tracker, https://github.com/fmatter/biblatex2bibtex/issues
Keywords: biblatex,bibtex
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: publishing
License-File: LICENSE

# biblatex2bibtex

![License](https://img.shields.io/github/license/fmatter/biblatex2bibtex)
[![Linting](https://img.shields.io/github/workflow/status/fmatter/biblatex2bibtex/lint?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_file.bib` (will create `/path/to/biblatex_file_out.bib`)

or 

`biblatex2bibtex /path/to/biblatex_file.bib /path/to/bibtex_file.bib`
