summaryrefslogtreecommitdiff
path: root/textproc/py-pybtex/DESCR
blob: 217c9d4bc95a5c81c84656bb8f330b3965f5c454 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.