LICENSE
README.md
pyproject.toml
pysnapdb.egg-info/PKG-INFO
pysnapdb.egg-info/SOURCES.txt
pysnapdb.egg-info/dependency_links.txt
pysnapdb.egg-info/requires.txt
pysnapdb.egg-info/top_level.txt
snapdb/__init__.py
snapdb/_util.py
snapdb/columnar.py
snapdb/core.py
snapdb/document_store.py
snapdb/index.py
snapdb/metrics.py
snapdb/query.py
snapdb/wal.py
tests/test_delta_encoding.py
tests/test_dict_encoding.py
tests/test_document_store.py
tests/test_evaluation_regressions.py
tests/test_features.py
tests/test_for_encoding.py
tests/test_numpy_accel.py
tests/test_optimizations.py
tests/test_persistence.py
tests/test_schema_fast.py
tests/test_snapdb.py
tests/test_v014_features.py
tests/test_v02.py