.gitignore
LICENSE
PORTING_PLAN.md
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/test-publish.yml
src/dvx/__init__.py
src/dvx/_version.py
src/dvx/cache.py
src/dvx/repo.py
src/dvx.egg-info/PKG-INFO
src/dvx.egg-info/SOURCES.txt
src/dvx.egg-info/dependency_links.txt
src/dvx.egg-info/entry_points.txt
src/dvx.egg-info/requires.txt
src/dvx.egg-info/top_level.txt
src/dvx/cli/__init__.py
src/dvx/cli/diff.py
src/dvx/cli/external.py
src/dvx/cli/main.py
src/dvx/cli/run_cmd.py
src/dvx/cli/status.py
src/dvx/cli/transfer.py
src/dvx/cli/cache/__init__.py
src/dvx/cli/cache/dir.py
src/dvx/cli/cache/md5.py
src/dvx/cli/cache/path.py
src/dvx/run/__init__.py
src/dvx/run/artifact.py
src/dvx/run/dvc_files.py
src/dvx/run/executor.py
src/dvx/run/hash.py
src/dvx/run/status.py
src/dvx/shell/dvx.bash
tests/__init__.py
tests/test_cache.py
tests/test_cli.py
tests/test_run_artifact.py
tests/test_run_dvc_files.py
tests/test_run_hash.py
tests/test_transfer.py