LICENSE
MANIFEST.in
README.md
pyproject.toml
bibtexparser/__init__.py
bibtexparser/entrypoint.py
bibtexparser/exceptions.py
bibtexparser/library.py
bibtexparser/model.py
bibtexparser/py.typed
bibtexparser/splitter.py
bibtexparser/writer.py
bibtexparser.egg-info/PKG-INFO
bibtexparser.egg-info/SOURCES.txt
bibtexparser.egg-info/dependency_links.txt
bibtexparser.egg-info/requires.txt
bibtexparser.egg-info/top_level.txt
bibtexparser/middlewares/__init__.py
bibtexparser/middlewares/enclosing.py
bibtexparser/middlewares/fieldkeys.py
bibtexparser/middlewares/interpolate.py
bibtexparser/middlewares/latex_encoding.py
bibtexparser/middlewares/middleware.py
bibtexparser/middlewares/month.py
bibtexparser/middlewares/names.py
bibtexparser/middlewares/parsestack.py
bibtexparser/middlewares/sorting_blocks.py
bibtexparser/middlewares/sorting_entry_fields.py
tests/__init__.py
tests/e2e_example.py
tests/resources.py
tests/test_entrypoint.py
tests/test_library.py
tests/test_model.py
tests/test_writer.py
tests/middleware_tests/__init__.py
tests/middleware_tests/middleware_test_util.py
tests/middleware_tests/test_block_middleware.py
tests/middleware_tests/test_custom_middleware_smoke.py
tests/middleware_tests/test_enclosing.py
tests/middleware_tests/test_fieldkeys.py
tests/middleware_tests/test_interpolate.py
tests/middleware_tests/test_latex_encoding.py
tests/middleware_tests/test_month.py
tests/middleware_tests/test_names.py
tests/middleware_tests/test_sorting_blocks.py
tests/middleware_tests/test_sorting_entry_fields.py
tests/resources/gbk_test.bib
tests/splitter_tests/__init__.py
tests/splitter_tests/test_splitter_basic.py
tests/splitter_tests/test_splitter_block_start_detection.py
tests/splitter_tests/test_splitter_entry.py
tests/splitter_tests/test_splitter_explicit_comment.py
tests/splitter_tests/test_splitter_implicit_comments.py
tests/splitter_tests/test_splitter_many_newlines.py
tests/splitter_tests/test_splitter_parenthesis_blocks.py
tests/splitter_tests/test_splitter_parse_failures.py
tests/splitter_tests/test_splitter_preamble.py
tests/splitter_tests/test_splitter_string.py