.git_archival.txt
.gitattributes
.gitignore
.license-header.txt
.pre-commit-config.yaml
.readthedocs.yaml
.release-please-manifest.json
CHANGELOG.md
CITATION.cff
LICENSE
MIGRATION-v1.0.md
README.md
mypy.ini
pyproject.toml
pyrightconfig.json
release-please-config.json
.github/actions/setup-python-deps/action.yml
.github/workflows/ci.yml
.github/workflows/publish-pypi.yml
.github/workflows/publish-testpypi.yml
.github/workflows/release-please.yml
docs/Makefile
docs/README.md
docs/make.bat
docs/source/API.rst
docs/source/BaseArrays.rst
docs/source/GSEGUtils.base_arrays.rst
docs/source/GSEGUtils.base_types.rst
docs/source/GSEGUtils.lazy_disk_cache.rst
docs/source/GSEGUtils.util.rst
docs/source/GSEGUtils.validators.rst
docs/source/LazyDiskCache.rst
docs/source/about.rst
docs/source/conf.py
docs/source/index.rst
docs/source/_static/gseg_utils_theme.css
src/GSEGUtils/__init__.py
src/GSEGUtils/__init__.pyi
src/GSEGUtils/_version.py
src/GSEGUtils/base_arrays.py
src/GSEGUtils/base_types.py
src/GSEGUtils/config.py
src/GSEGUtils/constants.py
src/GSEGUtils/generate_init_stubs.py
src/GSEGUtils/logging_setup.py
src/GSEGUtils/py.typed
src/GSEGUtils/singleton.py
src/GSEGUtils/util.py
src/GSEGUtils/validators.py
src/GSEGUtils.egg-info/PKG-INFO
src/GSEGUtils.egg-info/SOURCES.txt
src/GSEGUtils.egg-info/dependency_links.txt
src/GSEGUtils.egg-info/requires.txt
src/GSEGUtils.egg-info/scm_file_list.json
src/GSEGUtils.egg-info/scm_version.json
src/GSEGUtils.egg-info/top_level.txt
src/GSEGUtils/lazy_disk_cache/__init__.py
src/GSEGUtils/lazy_disk_cache/disk_backed_ndarray.py
src/GSEGUtils/lazy_disk_cache/disk_backed_store.py
src/GSEGUtils/lazy_disk_cache/lazy_disk_cache.py
tests/test_base_arrays.py
tests/test_base_types.py
tests/test_constants.py
tests/test_generate_init_stubs.py
tests/test_lazy_disk_cache.py
tests/test_pydantic_library.py
tests/test_singleton.py
tests/test_util.py
tests/test_validators.py
tests/test_validators_contract.py
tests/utils.py
tests/benchmarks/__init__.py
tests/benchmarks/conftest.py
tests/benchmarks/test_lazy_disk_cache.py
tests/benchmarks/test_singleton.py