.gitignore
LICENSE
README.md
pyproject.toml
requirements.txt
script.py
dvc/__init__.py
dvc/__main__.py
dvc/_debug.py
dvc/analytics.py
dvc/annotations.py
dvc/build.py
dvc/cachemgr.py
dvc/compare.py
dvc/config.py
dvc/config_schema.py
dvc/daemon.py
dvc/dagascii.py
dvc/data_cloud.py
dvc/database.py
dvc/dirs.py
dvc/dvcfile.py
dvc/env.py
dvc/exceptions.py
dvc/ignore.py
dvc/info.py
dvc/lock.py
dvc/log.py
dvc/logger.py
dvc/output.py
dvc/pathspec_math.py
dvc/progress.py
dvc/prompt.py
dvc/rwlock.py
dvc/schema.py
dvc/scm.py
dvc/types.py
dvc/updater.py
dvc/version.py
dvc/__pyinstaller/__init__.py
dvc/__pyinstaller/hook-asyncssh.py
dvc/__pyinstaller/hook-celery.py
dvc/__pyinstaller/hook-dvc.py
dvc/__pyinstaller/hook-dvc.utils.flatten.py
dvc/__pyinstaller/hook-dvc_task.py
dvc/__pyinstaller/hook-fsspec.py
dvc/__pyinstaller/hook-pydrive2.py
dvc/api/__init__.py
dvc/api/artifacts.py
dvc/api/data.py
dvc/api/dataset.py
dvc/api/experiments.py
dvc/api/scm.py
dvc/api/show.py
dvc/cli/__init__.py
dvc/cli/command.py
dvc/cli/completion.py
dvc/cli/formatter.py
dvc/cli/parser.py
dvc/cli/utils.py
dvc/commands/__init__.py
dvc/commands/add.py
dvc/commands/artifacts.py
dvc/commands/cache.py
dvc/commands/check_ignore.py
dvc/commands/checkout.py
dvc/commands/commit.py
dvc/commands/completion.py
dvc/commands/config.py
dvc/commands/daemon.py
dvc/commands/dag.py
dvc/commands/data.py
dvc/commands/data_sync.py
dvc/commands/dataset.py
dvc/commands/dataset_list.py
dvc/commands/destroy.py
dvc/commands/diff.py
dvc/commands/du.py
dvc/commands/exp_list.py
dvc/commands/freeze.py
dvc/commands/gc.py
dvc/commands/get.py
dvc/commands/get_url.py
dvc/commands/git_hook.py
dvc/commands/imp.py
dvc/commands/imp_db.py
dvc/commands/imp_url.py
dvc/commands/init.py
dvc/commands/install.py
dvc/commands/logs.py
dvc/commands/ls_url.py
dvc/commands/metrics.py
dvc/commands/metrics_diff.py
dvc/commands/move.py
dvc/commands/params.py
dvc/commands/plots.py
dvc/commands/remote.py
dvc/commands/remove.py
dvc/commands/repro.py
dvc/commands/root.py
dvc/commands/stage.py
dvc/commands/status.py
dvc/commands/studio.py
dvc/commands/tag.py
dvc/commands/unprotect.py
dvc/commands/update.py
dvc/commands/version.py
dvc/commands/experiments/__init__.py
dvc/commands/experiments/apply.py
dvc/commands/experiments/branch.py
dvc/commands/experiments/clean.py
dvc/commands/experiments/diff.py
dvc/commands/experiments/exec_run.py
dvc/commands/experiments/ls.py
dvc/commands/experiments/pull.py
dvc/commands/experiments/push.py
dvc/commands/experiments/queue_worker.py
dvc/commands/experiments/remove.py
dvc/commands/experiments/rename.py
dvc/commands/experiments/run.py
dvc/commands/experiments/save.py
dvc/commands/experiments/show.py
dvc/commands/ls/__init__.py
dvc/commands/ls/ls_colors.py
dvc/commands/queue/__init__.py
dvc/commands/queue/kill.py
dvc/commands/queue/logs.py
dvc/commands/queue/remove.py
dvc/commands/queue/start.py
dvc/commands/queue/status.py
dvc/commands/queue/stop.py
dvc/dependency/__init__.py
dvc/dependency/base.py
dvc/dependency/dataset.py
dvc/dependency/db.py
dvc/dependency/param.py
dvc/dependency/repo.py
dvc/fs/__init__.py
dvc/fs/callbacks.py
dvc/fs/data.py
dvc/fs/dvc.py
dvc/fs/dvc_path.py
dvc/fs/git.py
dvc/parsing/__init__.py
dvc/parsing/context.py
dvc/parsing/interpolate.py
dvc/render/__init__.py
dvc/render/convert.py
dvc/render/match.py
dvc/render/converter/__init__.py
dvc/render/converter/image.py
dvc/render/converter/vega.py
dvc/repo/__init__.py
dvc/repo/add.py
dvc/repo/artifacts.py
dvc/repo/brancher.py
dvc/repo/cache.py
dvc/repo/checkout.py
dvc/repo/collect.py
dvc/repo/commit.py
dvc/repo/data.py
dvc/repo/datasets.py
dvc/repo/destroy.py
dvc/repo/diff.py
dvc/repo/du.py
dvc/repo/fetch.py
dvc/repo/freeze.py
dvc/repo/gc.py
dvc/repo/get.py
dvc/repo/get_url.py
dvc/repo/graph.py
dvc/repo/imp.py
dvc/repo/imp_db.py
dvc/repo/imp_url.py
dvc/repo/index.py
dvc/repo/init.py
dvc/repo/install.py
dvc/repo/logs.py
dvc/repo/ls.py
dvc/repo/ls_url.py
dvc/repo/move.py
dvc/repo/open_repo.py
dvc/repo/pull.py
dvc/repo/push.py
dvc/repo/remove.py
dvc/repo/reproduce.py
dvc/repo/run.py
dvc/repo/scm_context.py
dvc/repo/stage.py
dvc/repo/status.py
dvc/repo/trie.py
dvc/repo/update.py
dvc/repo/worktree.py
dvc/repo/experiments/__init__.py
dvc/repo/experiments/apply.py
dvc/repo/experiments/branch.py
dvc/repo/experiments/brancher.py
dvc/repo/experiments/cache.py
dvc/repo/experiments/clean.py
dvc/repo/experiments/collect.py
dvc/repo/experiments/diff.py
dvc/repo/experiments/exceptions.py
dvc/repo/experiments/ls.py
dvc/repo/experiments/pull.py
dvc/repo/experiments/push.py
dvc/repo/experiments/refs.py
dvc/repo/experiments/remove.py
dvc/repo/experiments/rename.py
dvc/repo/experiments/run.py
dvc/repo/experiments/save.py
dvc/repo/experiments/serialize.py
dvc/repo/experiments/show.py
dvc/repo/experiments/stash.py
dvc/repo/experiments/utils.py
dvc/repo/experiments/executor/__init__.py
dvc/repo/experiments/executor/base.py
dvc/repo/experiments/executor/local.py
dvc/repo/experiments/queue/__init__.py
dvc/repo/experiments/queue/base.py
dvc/repo/experiments/queue/celery.py
dvc/repo/experiments/queue/exceptions.py
dvc/repo/experiments/queue/remove.py
dvc/repo/experiments/queue/tasks.py
dvc/repo/experiments/queue/tempdir.py
dvc/repo/experiments/queue/utils.py
dvc/repo/experiments/queue/workspace.py
dvc/repo/metrics/__init__.py
dvc/repo/metrics/diff.py
dvc/repo/metrics/show.py
dvc/repo/params/__init__.py
dvc/repo/params/diff.py
dvc/repo/params/show.py
dvc/repo/plots/__init__.py
dvc/repo/plots/diff.py
dvc/stage/__init__.py
dvc/stage/cache.py
dvc/stage/decorators.py
dvc/stage/exceptions.py
dvc/stage/imports.py
dvc/stage/loader.py
dvc/stage/params.py
dvc/stage/run.py
dvc/stage/serialize.py
dvc/stage/utils.py
dvc/testing/README.rst
dvc/testing/__init__.py
dvc/testing/api_tests.py
dvc/testing/cloud.py
dvc/testing/conftest.py
dvc/testing/fixtures.py
dvc/testing/path_info.py
dvc/testing/plugin.py
dvc/testing/remote_tests.py
dvc/testing/scripts.py
dvc/testing/tmp_dir.py
dvc/testing/workspace_tests.py
dvc/testing/benchmarks/__init__.py
dvc/testing/benchmarks/conftest.py
dvc/testing/benchmarks/fixtures.py
dvc/testing/benchmarks/plugin.py
dvc/testing/benchmarks/api/__init__.py
dvc/testing/benchmarks/cli/__init__.py
dvc/testing/benchmarks/cli/commands/__init__.py
dvc/testing/benchmarks/cli/commands/test_add.py
dvc/testing/benchmarks/cli/commands/test_checkout.py
dvc/testing/benchmarks/cli/commands/test_data_status.py
dvc/testing/benchmarks/cli/commands/test_diff.py
dvc/testing/benchmarks/cli/commands/test_exp_show.py
dvc/testing/benchmarks/cli/commands/test_fetch.py
dvc/testing/benchmarks/cli/commands/test_gc.py
dvc/testing/benchmarks/cli/commands/test_get.py
dvc/testing/benchmarks/cli/commands/test_get_url.py
dvc/testing/benchmarks/cli/commands/test_help.py
dvc/testing/benchmarks/cli/commands/test_import.py
dvc/testing/benchmarks/cli/commands/test_import_url.py
dvc/testing/benchmarks/cli/commands/test_init.py
dvc/testing/benchmarks/cli/commands/test_ls.py
dvc/testing/benchmarks/cli/commands/test_plots.py
dvc/testing/benchmarks/cli/commands/test_push.py
dvc/testing/benchmarks/cli/commands/test_status.py
dvc/testing/benchmarks/cli/commands/test_update.py
dvc/testing/benchmarks/cli/stories/__init__.py
dvc/testing/benchmarks/cli/stories/test_modify_data.py
dvc/testing/benchmarks/cli/stories/use_cases/__init__.py
dvc/testing/benchmarks/cli/stories/use_cases/test_sharing.py
dvc/ui/__init__.py
dvc/ui/_rich_progress.py
dvc/ui/pager.py
dvc/ui/table.py
dvc/utils/.gitignore
dvc/utils/__init__.py
dvc/utils/cli_parse.py
dvc/utils/collections.py
dvc/utils/diff.py
dvc/utils/flatten.py
dvc/utils/fs.py
dvc/utils/humanize.py
dvc/utils/hydra.py
dvc/utils/objects.py
dvc/utils/packaging.py
dvc/utils/plots.py
dvc/utils/strictyaml.py
dvc/utils/studio.py
dvc/utils/table.py
dvc/utils/threadpool.py
dvc/utils/serialize/__init__.py
dvc/utils/serialize/_common.py
dvc/utils/serialize/_json.py
dvc/utils/serialize/_py.py
dvc/utils/serialize/_toml.py
dvc/utils/serialize/_yaml.py
dvc_custom_wrapper.egg-info/PKG-INFO
dvc_custom_wrapper.egg-info/SOURCES.txt
dvc_custom_wrapper.egg-info/dependency_links.txt
dvc_custom_wrapper.egg-info/entry_points.txt
dvc_custom_wrapper.egg-info/requires.txt
dvc_custom_wrapper.egg-info/top_level.txt