LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
docs/docsgen_source/ATLAS_DOCS_FORMAT.md
docs/docsgen_source/atlas/assets.md
docs/docsgen_source/atlas/metadata.md
docs/docsgen_source/atlas/navigation.md
docs/docsgen_source/atlas/content/api-wrapper.md
docs/docsgen_source/atlas/content/building-blocks.md
docs/docsgen_source/atlas/content/cache-basics.md
docs/docsgen_source/atlas/content/json-injester.md
docs/docsgen_source/atlas/content/overview.md
docs/docsgen_source/atlas/content/ref-apimodel.md
docs/docsgen_source/atlas/content/ref-apiwrapper.md
docs/docsgen_source/atlas/content/ref-cache.md
docs/docsgen_source/atlas/content/ref-storage.md
docs/docsgen_source/atlas/content/selector-guide.md
docs/docsgen_source/atlas/content/storage-backends.md
docs/docsgen_source/atlas/content/tutorial-jsonplaceholder.md
docs/docsgen_source/atlas/content/typed-models.md
docs/reference/api-wrapper.md
docs/reference/apimodel.md
docs/reference/building-blocks.md
docs/reference/cache.md
docs/reference/index.md
docs/reference/json-injester.md
docs/reference/storage-and-logging.md
docs/reference/storage-backends.md
docs/reference/typed-models.md
pypercache/__init__.py
pypercache/py.typed
pypercache.egg-info/PKG-INFO
pypercache.egg-info/SOURCES.txt
pypercache.egg-info/dependency_links.txt
pypercache.egg-info/not-zip-safe
pypercache.egg-info/requires.txt
pypercache.egg-info/top_level.txt
pypercache/api_wrapper/__init__.py
pypercache/api_wrapper/base.py
pypercache/core/__init__.py
pypercache/core/cache.py
pypercache/core/cache_record.py
pypercache/core/request_logger.py
pypercache/models/apimodel.py
pypercache/models/field_transforms.py
pypercache/models/fields.py
pypercache/models/lazy.py
pypercache/models/lazy_descriptor.py
pypercache/models/validation.py
pypercache/query/__init__.py
pypercache/query/json_injester.py
pypercache/storage/__init__.py
pypercache/storage/backends.py
pypercache/storage/base.py
pypercache/storage/chunked_dictionary.py
pypercache/storage/factory.py
pypercache/storage/sqlite_storage.py
pypercache/utils/__init__.py
pypercache/utils/collections.py
pypercache/utils/fs.py
pypercache/utils/patterns.py
pypercache/utils/profiling.py
pypercache/utils/sentinel.py
pypercache/utils/serialization.py
pypercache/utils/typing_cast.py
tests/test_api_wrapper.py
tests/test_apimodel.py
tests/test_apimodel_columns.py
tests/test_cache.py
tests/test_cache_record.py
tests/test_json_injester.py
tests/test_newsapi_example.py
tests/test_patterns.py
tests/test_request_logger.py
tests/test_sentinel.py
tests/test_serialization.py
tests/test_sqlite_storage.py
tests/test_storage.py