<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>pybtex</name>
<shortdesc>A BibTeX-compatible bibliography processor in Python</shortdesc>
<description>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 &lt;https://code.launchpad.net/~ero-sennin/pybtex/trunk&gt;`_ instead of tarballs::

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

To run unit tests::

    python setup.py nosetests</description>
<homepage rdf:resource="http://pybtex.sourceforge.net/" />
<maintainer><foaf:Person><foaf:name>Andrey Golovizin</foaf:name>
<foaf:mbox_sha1sum>628eb78a9f2f19e1750a7abb717ae3d33ad8989e</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.11</revision></Version></release>
</Project></rdf:RDF>