LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
bibpy/__init__.py
bibpy/date.py
bibpy/entries.py
bibpy/error.py
bibpy/fields.py
bibpy/name.py
bibpy/parser.py
bibpy/postprocess.py
bibpy/preprocess.py
bibpy/references.py
bibpy/requirements.py
bibpy/tools.py
bibpy.egg-info/PKG-INFO
bibpy.egg-info/SOURCES.txt
bibpy.egg-info/dependency_links.txt
bibpy.egg-info/entry_points.txt
bibpy.egg-info/requires.txt
bibpy.egg-info/top_level.txt
bibpy/doi/__init__.py
bibpy/entry/__init__.py
bibpy/entry/base.py
bibpy/entry/comment.py
bibpy/entry/entry.py
bibpy/entry/preamble.py
bibpy/entry/string.py
bibpy/lexers/__init__.py
bibpy/lexers/base_lexer.py
bibpy/lexers/biblexer.py
bibpy/lexers/name_lexer.py
bibpy/lexers/namelist_lexer.py
bibpy/scripts/__init__.py
bibpy/scripts/bibformat.py
bibpy/scripts/bibgrep.py
bibpy/scripts/bibstats.py
examples/crossref_expansion.py
examples/entry_formatting.py
examples/field_conversion.py
examples/file_formats.py
examples/formatting.py
examples/name_postprocessing.py
examples/requirements_check.py
examples/string_expansion.py
tests/test_aliases.py
tests/test_all_entry_types.py
tests/test_base_entry.py
tests/test_braces.py
tests/test_comment_entry.py
tests/test_crossrefs.py
tests/test_date_parsing.py
tests/test_date_range.py
tests/test_doi.py
tests/test_entry.py
tests/test_entry_active_fields.py
tests/test_errors.py
tests/test_format_check.py
tests/test_formatting.py
tests/test_ignoring_comments.py
tests/test_incorrect_options.py
tests/test_lexer.py
tests/test_namelist_lexer.py
tests/test_names.py
tests/test_parsing_single_entries.py
tests/test_partial_date.py
tests/test_postprocessing.py
tests/test_preamble_entry.py
tests/test_preprocessing.py
tests/test_processing_invariant.py
tests/test_reading.py
tests/test_requirements.py
tests/test_result_entries.py
tests/test_single_entries.py
tests/test_string_entry.py
tests/test_string_expansion.py
tests/test_tools.py
tests/test_unicode.py
tests/test_writing.py
tests/test_xdata.py
tests/data/all_bibpy_entry_types.bib
tests/data/all_entry_types.bib
tests/data/biblatex_missing_requirements.bib
tests/data/bibtex_missing_requirements.bib
tests/data/braces.bib
tests/data/crossreferences.bib
tests/data/duplicate_fields.bib
tests/data/duplicates.bib
tests/data/field_processing.bib
tests/data/graphs.bib
tests/data/invalid_bibtex1.bib
tests/data/invalid_bibtex2.bib
tests/data/iso-8859-1.bib
tests/data/preprocess.bib
tests/data/simple_1.bib
tests/data/small1.bib
tests/data/string_variables.bib
tests/data/tame_the_beast.bib
tests/data/unicode.bib
tests/data/valid_biblatex.bib
tests/data/valid_bibtex.bib
tests/data/valid_mixed.bib
tests/data/xdata_inheritance.bib
tests/scripts/test_bibformat.t
tests/scripts/test_bibgrep.t
tests/scripts/test_bibstats.t