pybtex 0.25.1


pip install pybtex

  Latest version

Released: Jun 26, 2025


Meta
Author: Andrey Golovizin
Requires Python: >=3.6

Classifiers

Development Status
  • 4 - Beta

Environment
  • Console

Intended Audience
  • End Users/Desktop

Operating System
  • OS Independent

Programming Language
  • Python
  • Python :: 3

Topic
  • Text Processing :: Markup :: LaTeX
  • Text Processing :: Markup :: XML
  • Utilities

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

See also

Wheel compatibility matrix

Platform Python 2 Python 3
any

Files in release

Extras:
Dependencies:
PyYAML (>=3.01)
latexcodec (>=1.0.4)
importlib_metadata