LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/workflows/pypi-publish.yml
docs/index.md
docs/installation.md
notebooks/GettingStarted.ipynb
notebooks/StorageBackends.ipynb
src/fleche/__init__.py
src/fleche/_version.py
src/fleche/cache.py
src/fleche/digest.py
src/fleche/invocation.py
src/fleche/metadata.py
src/fleche/storage.py
src/fleche.egg-info/PKG-INFO
src/fleche.egg-info/SOURCES.txt
src/fleche.egg-info/dependency_links.txt
src/fleche.egg-info/requires.txt
src/fleche.egg-info/top_level.txt
tests/integration/test_integration.py
tests/unit/test_cache.py
tests/unit/test_digest.py
tests/unit/test_fleche.py
tests/unit/test_metadata.py
tests/unit/test_storage.py