.cruft.json
.gitignore
.pre-commit-config-weekly.yaml
.pre-commit-config.yaml
DESIGN.rst
Dockerfile
LICENSE
Makefile
OBJECT-STORAGE-DESIGN.rst
README.md
environment-minver.yml
environment.yml
pyproject.toml
setup.cfg
.github/workflows/on-push.yml
cacholote/__init__.py
cacholote/cache.py
cacholote/clean.py
cacholote/config.py
cacholote/decode.py
cacholote/encode.py
cacholote/extra_encoders.py
cacholote/py.typed
cacholote/utils.py
cacholote/version.py
cacholote.egg-info/PKG-INFO
cacholote.egg-info/SOURCES.txt
cacholote.egg-info/dependency_links.txt
cacholote.egg-info/requires.txt
cacholote.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/index.md
docs/make.bat
docs/_static/.gitkeep
docs/_templates/.gitkeep
tests/conftest.py
tests/test_00_version.py
tests/test_01_settings.py
tests/test_02_utils.py
tests/test_10_decode.py
tests/test_20_encode.py
tests/test_30_cache.py
tests/test_40_xarray_encoder.py
tests/test_50_io_encoder.py
tests/test_60_clean.py