Pybtex is a BibTeX-compatible bibliography processor written in Python.
https://pybtex.org/
- Python 97.9%
- TeX 2.1%
|
All checks were successful
ci/woodpecker/push/test/4 Pipeline was successful
ci/woodpecker/push/test/6 Pipeline was successful
ci/woodpecker/push/test/2 Pipeline was successful
ci/woodpecker/push/ruff Pipeline was successful
ci/woodpecker/push/test/5 Pipeline was successful
ci/woodpecker/push/test/3 Pipeline was successful
ci/woodpecker/push/test/1 Pipeline was successful
ci/woodpecker/push/release Pipeline was successful
Reviewed-on: #20 |
||
|---|---|---|
| .woodpecker | ||
| docs | ||
| examples | ||
| src/pybtex | ||
| tests | ||
| ..HEAD | ||
| .envrc | ||
| .git-blame-ignore-revs | ||
| .gitignore | ||
| CHANGES | ||
| COPYING | ||
| flake.lock | ||
| flake.nix | ||
| MANIFEST.in | ||
| mypy.ini | ||
| pyproject.toml | ||
| README.rst | ||
| tox.ini | ||
| uv.lock | ||
| vercel.json | ||
BibTeX-compatible bibliography processor in Python
Synopsis
latex foo.tex
pybtex foo.aux
latex foo.tex
latex foo.tex
Description
Pybtex reads citation information from a file and produces a formatted bibliography. BibTeX style files are supported. Alternatively it is possible to write styles in Python.
Pybtex currently understands the following bibliography formats:
- BibTeX
- BibTeXML
- YAML-based format
The resulting bibliography may be output in one of the following formats (not supported by legacy BibTeX styles):
- LaTeX
- HTML
- markdown
- plain text