CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
docs/documentation.html
docs/index.html
examples/complete_demo.py
src/aton_format/__init__.py
src/aton_format/exceptions.py
src/aton_format/version.py
src/aton_format.egg-info/PKG-INFO
src/aton_format.egg-info/SOURCES.txt
src/aton_format.egg-info/dependency_links.txt
src/aton_format.egg-info/not-zip-safe
src/aton_format.egg-info/requires.txt
src/aton_format.egg-info/top_level.txt
src/aton_format/compression/__init__.py
src/aton_format/compression/algorithms.py
src/aton_format/compression/engine.py
src/aton_format/compression/modes.py
src/aton_format/core/__init__.py
src/aton_format/core/decoder.py
src/aton_format/core/encoder.py
src/aton_format/core/types.py
src/aton_format/query/__init__.py
src/aton_format/query/engine.py
src/aton_format/query/operators.py
src/aton_format/query/parser.py
src/aton_format/streaming/__init__.py
src/aton_format/streaming/encoder.py
tests/conftest.py
tests/test_basic.py
tests/test_compression.py
tests/test_core_types.py
tests/test_decoder.py
tests/test_encoder.py
tests/test_exceptions.py
tests/test_integration.py
tests/test_query.py
tests/test_streaming.py