.gitignore
.readthedocs.yaml
LICENSE
README.md
README.txt
TODO.md
mapping.txt
pyproject.toml
docs/README.md
docs/conf.py
src/datashard/__init__.py
src/datashard/__main__.py
src/datashard/data_operations.py
src/datashard/data_structures.py
src/datashard/file_manager.py
src/datashard/iceberg.py
src/datashard/metadata_manager.py
src/datashard/snapshot_manager.py
src/datashard/transaction.py
src/datashard.egg-info/PKG-INFO
src/datashard.egg-info/SOURCES.txt
src/datashard.egg-info/dependency_links.txt
src/datashard.egg-info/requires.txt
src/datashard.egg-info/top_level.txt
tests/clear_demo.py
tests/example.py
tests/full_demo.py
tests/test_basic.py
tests/test_data_operations.py
tests/test_file_management.py
tests/test_iceberg.py
tests/test_main.py
tests/test_occ.py