.coveragerc
.gitignore
.pre-commit-config.yaml
.prettierrc.toml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
codecov.yml
pyproject.toml
readthedocs.yml
requirements.txt
setup.cfg
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yaml
.github/ISSUE_TEMPLATE/bugreport.yml
.github/workflows/ci.yaml
.github/workflows/pypi-release.yaml
ci/environment-upstream-dev.yml
ci/environment.yml
docs/Makefile
docs/environment.yml
docs/make.bat
docs/source/changelog.md
docs/source/conf.py
docs/source/contributing.md
docs/source/index.md
docs/source/explanation/index.md
docs/source/how-to/index.md
docs/source/how-to/install-xpersist.md
docs/source/how-to/use-xpersist-with-prefect.md
docs/source/reference/index.md
docs/source/tutorials/index.md
tests/__init__.py
tests/test_cache.py
tests/test_registry.py
tests/test_serializers.py
tests/prefect/__init__.py
tests/prefect/test_result.py
xpersist/__init__.py
xpersist/cache.py
xpersist/registry.py
xpersist/serializers.py
xpersist.egg-info/PKG-INFO
xpersist.egg-info/SOURCES.txt
xpersist.egg-info/dependency_links.txt
xpersist.egg-info/not-zip-safe
xpersist.egg-info/requires.txt
xpersist.egg-info/top_level.txt
xpersist/prefect/__init__.py
xpersist/prefect/result.py