pkgsrc/textproc/py-pybtex/DESCR
jaapb ae4a6a3bf3 Added package textproc/py-pybtex, a BibTeX processor in python.
This is needed as a dependency for an update to lang/coq.
2018-07-26 13:55:30 +00:00

12 lines
494 B
Text

Pybtex aims to be 100% compatible with BibTeX. It accepts the same command line
options, fully supports BibTeX's .bst styles and produces byte-identical output.
Additionally,
* Pybtex is Unicode-aware.
* Pybtex supports bibliography formats other than BibTeX.
* It is possible to write formatting styles in Python.
* As a bonus, Pythonic styles can produce HTML, Markdown and other markup
besides the usual LaTeX.
Pybtex also includes a Python API for managing bibliographies from Python.