.cookiecutter.json
.cruft.json
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
README.rst
noxfile.py
pyproject.toml
setup.cfg
.github/dependabot.yml
.github/workflows/release.yml
.github/workflows/tests.yml
src/dvc_data/__init__.py
src/dvc_data/_progress.py
src/dvc_data/checkout.py
src/dvc_data/diff.py
src/dvc_data/gc.py
src/dvc_data/py.typed
src/dvc_data/stage.py
src/dvc_data/status.py
src/dvc_data/transfer.py
src/dvc_data.egg-info/PKG-INFO
src/dvc_data.egg-info/SOURCES.txt
src/dvc_data.egg-info/dependency_links.txt
src/dvc_data.egg-info/not-zip-safe
src/dvc_data.egg-info/requires.txt
src/dvc_data.egg-info/top_level.txt
src/dvc_data/db/__init__.py
src/dvc_data/db/index.py
src/dvc_data/db/local.py
src/dvc_data/db/reference.py
src/dvc_data/objects/__init__.py
src/dvc_data/objects/reference.py
src/dvc_data/objects/tree.py
tests/__init__.py
tests/test_dvc_data.py
tests/objects/__init__.py
tests/objects/test_tree.py