LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
docs/api-builders/README.md
docs/api-builders/typed-models.md
docs/api-builders/using-api-wrapper.md
docs/api-builders/using-building-blocks.md
docs/cache-users/README.md
docs/cache-users/serialize-your-data.md
docs/cache-users/storage-backends.md
docs/json-injester-users/README.md
docs/json-injester-users/selector-guide.md
docs/reference/README.md
docs/reference/api-wrapper.md
docs/reference/apimodel.md
docs/reference/cache.md
docs/reference/storage-and-logging.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