LICENSE
README.md
pyproject.toml
autostore/__init__.py
autostore/autostore.py
autostore/cache.py
autostore/types.py
autostore.egg-info/PKG-INFO
autostore.egg-info/SOURCES.txt
autostore.egg-info/dependency_links.txt
autostore.egg-info/requires.txt
autostore.egg-info/top_level.txt
autostore/backends/__init__.py
autostore/backends/base.py
autostore/backends/local.py
autostore/backends/s3.py
autostore/handlers/__init__.py
autostore/handlers/base.py
autostore/handlers/core.py
autostore/handlers/data.py
autostore/handlers/ml.py
autostore/handlers/registry.py
tests/test_autostore_core.py
tests/test_bug_fixes.py
tests/test_cache_management.py
tests/test_data_handlers.py
tests/test_path_syntax.py
tests/test_storage_backend.py
tests/test_utility_functions.py