LICENSE
README.md
pyproject.toml
src/bpp/__init__.py
src/bpp/__main__.py
src/bpp/cli.py
src/bpp/decoder.py
src/bpp/encoder.py
src/bpp/estimate.py
src/bpp/formats.py
src/bpp/lexer.py
src/bpp/markdown.py
src/bpp/tokens.py
src/bpp_format.egg-info/PKG-INFO
src/bpp_format.egg-info/SOURCES.txt
src/bpp_format.egg-info/dependency_links.txt
src/bpp_format.egg-info/entry_points.txt
src/bpp_format.egg-info/requires.txt
src/bpp_format.egg-info/top_level.txt
tests/test_bench.py
tests/test_cli.py
tests/test_formats.py
tests/test_js_parity.py
tests/test_markdown.py
tests/test_property.py
tests/test_roundtrip.py
tests/test_site.py
tests/test_syntax.py
tests/test_tokens.py