skip to navigation
skip to content

pybtex 0.11

A 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:

  • LaTeX
  • HTML
  • plain text

Download and Install

You are strongly encouraged to use our Bazaar repository instead of tarballs:

bzr branch lp:pybtex
cd pybtex
python setup.py develop

To run unit tests:

python setup.py nosetests
File Type Py Version Uploaded on Size # downloads
pybtex-0.11.tar.bz2 (md5) Source 2009-09-07 16:12:49.394649 54KB 99

Log in to rate this package.