.readthedocs.yaml
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/pypi-publish.yml
.github/workflows/unittest.yml
docs/conf.py
docs/configuration.rst
docs/custom_digests.rst
docs/digests_as_args.rst
docs/helpers.rst
docs/index.rst
docs/installation.rst
notebooks/ExtraMethods.ipynb
notebooks/GettingStarted.ipynb
notebooks/StorageBackends.ipynb
src/fleche/__init__.py
src/fleche/_version.py
src/fleche/caches.py
src/fleche/call.py
src/fleche/config.py
src/fleche/digest.py
src/fleche/metadata.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
src/fleche/storage/__init__.py
src/fleche/storage/bagofholding_file.py
src/fleche/storage/base.py
src/fleche/storage/cloudpickle_file.py
src/fleche/storage/file.py
src/fleche/storage/memory.py
src/fleche/storage/sql.py
tests/test_short_digest.py
tests/integration/test_dataclass_input.py
tests/integration/test_hash_code_integration.py
tests/integration/test_integration.py
tests/integration/test_methods.py
tests/unit/test_caches.py
tests/unit/test_config.py
tests/unit/test_decorator_attributes.py
tests/unit/test_digest.py
tests/unit/test_digest_args.py
tests/unit/test_entry_points.py
tests/unit/test_fleche.py
tests/unit/test_hash_code.py
tests/unit/test_metadata.py
tests/unit/test_sql_digest_types.py
tests/unit/test_storage.py
tests/unit/test_workdir.py