LICENSE
MANIFEST.in
README.md
pyproject.toml
src/simplesingletable/__init__.py
src/simplesingletable/blob_storage.py
src/simplesingletable/dynamodb_memory.py
src/simplesingletable/local_blob_storage.py
src/simplesingletable/local_storage_memory.py
src/simplesingletable/models.py
src/simplesingletable/transactions.py
src/simplesingletable/utils.py
src/simplesingletable.egg-info/PKG-INFO
src/simplesingletable.egg-info/SOURCES.txt
src/simplesingletable.egg-info/dependency_links.txt
src/simplesingletable.egg-info/requires.txt
src/simplesingletable.egg-info/top_level.txt
src/simplesingletable/extras/__init__.py
src/simplesingletable/extras/audit.py
src/simplesingletable/extras/cache.py
src/simplesingletable/extras/form_data.py
src/simplesingletable/extras/habit_tracker.py
src/simplesingletable/extras/readonly_repository.py
src/simplesingletable/extras/readonly_versioned_repository.py
src/simplesingletable/extras/repository.py
src/simplesingletable/extras/singleton.py
src/simplesingletable/extras/versioned_repository.py
tests/test_audit.py
tests/test_audit_blob.py
tests/test_audit_edge_cases.py
tests/test_audit_separate_table.py
tests/test_batch_and_cache.py
tests/test_blob_cache.py
tests/test_blob_copy.py
tests/test_blob_empty_set_issue.py
tests/test_blob_pydantic_list.py
tests/test_blob_storage.py
tests/test_blob_storage_bugfixes.py
tests/test_blob_storage_integration.py
tests/test_blob_storage_performance.py
tests/test_filter_expressions.py
tests/test_float_support.py
tests/test_form_data.py
tests/test_gsi_none_handling.py
tests/test_local_storage.py
tests/test_local_storage_sets.py
tests/test_memory_versioning_methods.py
tests/test_nested_pydantic_models.py
tests/test_nonversioned_resource.py
tests/test_pagination_filtering_performance.py
tests/test_readonly_repository.py
tests/test_refactoring_features.py
tests/test_repository.py
tests/test_simplesingletable.py
tests/test_transactions.py
tests/test_ttl.py
tests/test_tuple_gsi_config.py
tests/test_version_sorting_bug.py
tests/test_versioned_repository.py