LICENSE
MANIFEST.in
README.rst
pyproject.toml
cachely/__init__.py
cachely/__main__.py
cachely/__version__.py
cachely/client.py
cachely.egg-info/PKG-INFO
cachely.egg-info/SOURCES.txt
cachely.egg-info/dependency_links.txt
cachely.egg-info/entry_points.txt
cachely.egg-info/requires.txt
cachely.egg-info/top_level.txt
cachely/backends/__init__.py
cachely/backends/base.py
cachely/backends/fs.py
cachely/backends/sqlite.py
tests/test_cachely.py