README
setup.cfg
setup.py
custom_fixers/__init__.py
custom_fixers/fix_alt_unicode.py
pybtex/__init__.py
pybtex/__main__.py
pybtex/__version__.py
pybtex/auxfile.py
pybtex/cmdline.py
pybtex/core.py
pybtex/exceptions.py
pybtex/io.py
pybtex/kpathsea.py
pybtex/richtext.py
pybtex/textutils.py
pybtex/utils.py
pybtex.egg-info/PKG-INFO
pybtex.egg-info/SOURCES.txt
pybtex.egg-info/dependency_links.txt
pybtex.egg-info/requires.txt
pybtex.egg-info/top_level.txt
pybtex.egg-info/zip-safe
pybtex/backends/__init__.py
pybtex/backends/html.py
pybtex/backends/latex.py
pybtex/backends/plaintext.py
pybtex/bibtex/__init__.py
pybtex/bibtex/bst.py
pybtex/bibtex/builtins.py
pybtex/bibtex/exceptions.py
pybtex/bibtex/interpreter.py
pybtex/bibtex/names.py
pybtex/bibtex/utils.py
pybtex/database/__init__.py
pybtex/database/convert/__init__.py
pybtex/database/convert/__main__.py
pybtex/database/input/__init__.py
pybtex/database/input/bibtex.py
pybtex/database/input/bibtexml.py
pybtex/database/input/bibyaml.py
pybtex/database/output/__init__.py
pybtex/database/output/bibtex.py
pybtex/database/output/bibtexml.py
pybtex/database/output/bibyaml.py
pybtex/docgen/__init__.py
pybtex/docgen/html.py
pybtex/docgen/man.py
pybtex/docgen/mystyle.py
pybtex/plugin/__init__.py
pybtex/plugin/make_registry.py
pybtex/plugin/registry.py
pybtex/style/__init__.py
pybtex/style/template.py
pybtex/style/formatting/__init__.py
pybtex/style/formatting/unsrt.py
pybtex/style/labels/__init__.py
pybtex/style/labels/number.py
pybtex/style/names/__init__.py
pybtex/style/names/lastfirst.py
pybtex/style/names/plain.py
pybtex/tests/__init__.py
pybtex/tests/bibtex_parser_test.py
pybtex/tests/io_test.py
pybtex/tests/parse_name_test.py
pybtex/tests/run_bibtex.py
pybtex/tests/database_test/__init__.py
pybtex/tests/database_test/data.py
scripts/pybtex
scripts/pybtex-convert