LICENSE
README.md
pyproject.toml
src/datashard/__init__.py
src/datashard/__main__.py
src/datashard/_version.py
src/datashard/arrow_types.py
src/datashard/avro_schemas.py
src/datashard/bounds.py
src/datashard/data_io.py
src/datashard/data_operations.py
src/datashard/data_structures.py
src/datashard/disk_utils.py
src/datashard/exceptions.py
src/datashard/file_lock.py
src/datashard/file_manager.py
src/datashard/filters.py
src/datashard/garbage_collector.py
src/datashard/iceberg.py
src/datashard/integrity.py
src/datashard/lock_provider.py
src/datashard/lock_provider_polling.py
src/datashard/logging_config.py
src/datashard/manifest_codec.py
src/datashard/metadata_manager.py
src/datashard/metadata_serde.py
src/datashard/s3_backend.py
src/datashard/s3_consistency.py
src/datashard/s3_range_file.py
src/datashard/snapshot_manager.py
src/datashard/storage_backend.py
src/datashard/table.py
src/datashard/table_scan.py
src/datashard/transaction.py
src/datashard/transaction_append.py
src/datashard/transaction_commit.py
src/datashard/version_hint.py
src/datashard.egg-info/PKG-INFO
src/datashard.egg-info/SOURCES.txt
src/datashard.egg-info/dependency_links.txt
src/datashard.egg-info/entry_points.txt
src/datashard.egg-info/requires.txt
src/datashard.egg-info/top_level.txt
tests/test_audit_44_fixes.py
tests/test_audit_44_p2_fixes.py
tests/test_audit_55_fixes.py
tests/test_audit_fixes.py
tests/test_basic.py
tests/test_data_operations.py
tests/test_file_management.py
tests/test_garbage_collector.py
tests/test_iceberg.py
tests/test_main.py
tests/test_manifest_creation.py
tests/test_occ.py
tests/test_s3_integration.py
tests/test_s3_range_reader.py
tests/test_scan_features.py
tests/test_scan_streaming.py
tests/test_schema_validation.py
tests/test_security.py