LICENSE
MANIFEST.in
README.rst
fastentrypoints.py
pyproject.toml
setup.cfg
setup.py
dvc/__init__.py
dvc/__main__.py
dvc/_debug.py
dvc/analytics.py
dvc/checkout.py
dvc/cli.py
dvc/config.py
dvc/config_schema.py
dvc/daemon.py
dvc/dagascii.py
dvc/data_cloud.py
dvc/dir_info.py
dvc/dvcfile.py
dvc/env.py
dvc/exceptions.py
dvc/external_repo.py
dvc/hash_info.py
dvc/ignore.py
dvc/info.py
dvc/istextfile.py
dvc/lock.py
dvc/logger.py
dvc/main.py
dvc/path_info.py
dvc/pathspec_math.py
dvc/progress.py
dvc/prompt.py
dvc/rwlock.py
dvc/schema.py
dvc/scheme.py
dvc/state.py
dvc/system.py
dvc/types.py
dvc/updater.py
dvc/version.py
dvc.egg-info/PKG-INFO
dvc.egg-info/SOURCES.txt
dvc.egg-info/dependency_links.txt
dvc.egg-info/entry_points.txt
dvc.egg-info/not-zip-safe
dvc.egg-info/requires.txt
dvc.egg-info/top_level.txt
dvc/api/__init__.py
dvc/api/live.py
dvc/command/__init__.py
dvc/command/add.py
dvc/command/base.py
dvc/command/cache.py
dvc/command/check_ignore.py
dvc/command/checkout.py
dvc/command/commit.py
dvc/command/completion.py
dvc/command/config.py
dvc/command/daemon.py
dvc/command/dag.py
dvc/command/data_sync.py
dvc/command/destroy.py
dvc/command/diff.py
dvc/command/experiments.py
dvc/command/freeze.py
dvc/command/gc.py
dvc/command/get.py
dvc/command/get_url.py
dvc/command/git_hook.py
dvc/command/imp.py
dvc/command/imp_url.py
dvc/command/init.py
dvc/command/install.py
dvc/command/live.py
dvc/command/metrics.py
dvc/command/move.py
dvc/command/params.py
dvc/command/plots.py
dvc/command/remote.py
dvc/command/remove.py
dvc/command/repro.py
dvc/command/root.py
dvc/command/run.py
dvc/command/stage.py
dvc/command/status.py
dvc/command/unprotect.py
dvc/command/update.py
dvc/command/version.py
dvc/command/ls/__init__.py
dvc/command/ls/ls_colors.py
dvc/dependency/__init__.py
dvc/dependency/azure.py
dvc/dependency/base.py
dvc/dependency/gs.py
dvc/dependency/hdfs.py
dvc/dependency/http.py
dvc/dependency/https.py
dvc/dependency/local.py
dvc/dependency/param.py
dvc/dependency/repo.py
dvc/dependency/s3.py
dvc/dependency/ssh.py
dvc/dependency/webdav.py
dvc/dependency/webdavs.py
dvc/dependency/webhdfs.py
dvc/fs/__init__.py
dvc/fs/_metadata.py
dvc/fs/azure.py
dvc/fs/base.py
dvc/fs/dvc.py
dvc/fs/gdrive.py
dvc/fs/git.py
dvc/fs/gs.py
dvc/fs/hdfs.py
dvc/fs/http.py
dvc/fs/https.py
dvc/fs/local.py
dvc/fs/memory.py
dvc/fs/oss.py
dvc/fs/pool.py
dvc/fs/repo.py
dvc/fs/s3.py
dvc/fs/webdav.py
dvc/fs/webdavs.py
dvc/fs/webhdfs.py
dvc/fs/ssh/__init__.py
dvc/fs/ssh/connection.py
dvc/objects/__init__.py
dvc/objects/stage.py
dvc/objects/db/__init__.py
dvc/objects/db/base.py
dvc/objects/db/gdrive.py
dvc/objects/db/local.py
dvc/objects/db/ssh.py
dvc/output/__init__.py
dvc/output/base.py
dvc/output/gs.py
dvc/output/hdfs.py
dvc/output/local.py
dvc/output/s3.py
dvc/output/ssh.py
dvc/output/webhdfs.py
dvc/parsing/__init__.py
dvc/parsing/context.py
dvc/parsing/interpolate.py
dvc/parsing/versions.py
dvc/remote/__init__.py
dvc/remote/base.py
dvc/remote/index.py
dvc/remote/local.py
dvc/remote/slow_link_detection.py
dvc/repo/__init__.py
dvc/repo/add.py
dvc/repo/brancher.py
dvc/repo/checkout.py
dvc/repo/collect.py
dvc/repo/commit.py
dvc/repo/destroy.py
dvc/repo/diff.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_url.py
dvc/repo/init.py
dvc/repo/install.py
dvc/repo/live.py
dvc/repo/ls.py
dvc/repo/move.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/experiments/__init__.py
dvc/repo/experiments/apply.py
dvc/repo/experiments/base.py
dvc/repo/experiments/branch.py
dvc/repo/experiments/diff.py
dvc/repo/experiments/gc.py
dvc/repo/experiments/ls.py
dvc/repo/experiments/pull.py
dvc/repo/experiments/push.py
dvc/repo/experiments/remove.py
dvc/repo/experiments/run.py
dvc/repo/experiments/show.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/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/data.py
dvc/repo/plots/diff.py
dvc/repo/plots/template.py
dvc/scm/__init__.py
dvc/scm/base.py
dvc/scm/git/__init__.py
dvc/scm/git/objects.py
dvc/scm/git/stash.py
dvc/scm/git/backend/__init__.py
dvc/scm/git/backend/base.py
dvc/scm/git/backend/dulwich.py
dvc/scm/git/backend/gitpython.py
dvc/scm/git/backend/pygit2.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/ui/__init__.py
dvc/utils/__init__.py
dvc/utils/build.py
dvc/utils/cli_parse.py
dvc/utils/collections.py
dvc/utils/conversions.py
dvc/utils/diff.py
dvc/utils/flatten.py
dvc/utils/fs.py
dvc/utils/html.py
dvc/utils/http.py
dvc/utils/humanize.py
dvc/utils/pager.py
dvc/utils/pkg.py
dvc/utils/stream.py
dvc/utils/table.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
tests/func/__init__.py
tests/func/conftest.py
tests/func/test_add.py
tests/func/test_analytics.py
tests/func/test_check_ignore.py
tests/func/test_checkout.py
tests/func/test_cli.py
tests/func/test_commit.py
tests/func/test_config.py
tests/func/test_data_cloud.py
tests/func/test_dependency.py
tests/func/test_diff.py
tests/func/test_dvcfile.py
tests/func/test_external_repo.py
tests/func/test_fs.py
tests/func/test_gc.py
tests/func/test_get.py
tests/func/test_get_url.py
tests/func/test_ignore.py
tests/func/test_import.py
tests/func/test_import_url.py
tests/func/test_init.py
tests/func/test_install.py
tests/func/test_live.py
tests/func/test_lock.py
tests/func/test_lockfile.py
tests/func/test_ls.py
tests/func/test_merge_driver.py
tests/func/test_move.py
tests/func/test_odb.py
tests/func/test_output.py
tests/func/test_remote.py
tests/func/test_remove.py
tests/func/test_repo.py
tests/func/test_repro.py
tests/func/test_repro_multistage.py
tests/func/test_root.py
tests/func/test_run_cache.py
tests/func/test_run_multistage.py
tests/func/test_run_single_stage.py
tests/func/test_s3.py
tests/func/test_scm.py
tests/func/test_stage.py
tests/func/test_stage_load.py
tests/func/test_state.py
tests/func/test_status.py
tests/func/test_system.py
tests/func/test_unprotect.py
tests/func/test_update.py
tests/func/test_utils.py
tests/func/test_version.py
tests/func/api/__init__.py
tests/func/api/test_api.py
tests/func/api/test_live.py
tests/func/experiments/__init__.py
tests/func/experiments/conftest.py
tests/func/experiments/test_checkpoints.py
tests/func/experiments/test_diff.py
tests/func/experiments/test_experiments.py
tests/func/experiments/test_gc.py
tests/func/experiments/test_remote.py
tests/func/experiments/test_show.py
tests/func/metrics/__init__.py
tests/func/metrics/test_diff.py
tests/func/metrics/test_show.py
tests/func/params/__init__.py
tests/func/params/test_diff.py
tests/func/params/test_show.py
tests/func/parsing/__init__.py
tests/func/parsing/test_errors.py
tests/func/parsing/test_foreach.py
tests/func/parsing/test_interpolated_entry.py
tests/func/parsing/test_resolver.py
tests/func/plots/__init__.py
tests/func/plots/conftest.py
tests/func/plots/test_diff.py
tests/func/plots/test_modify.py
tests/func/plots/test_show.py
tests/func/plots/utils.py
tests/func/remote/__init__.py
tests/func/remote/test_index.py
tests/func/utils/__init__.py
tests/func/utils/test_fs.py
tests/remotes/__init__.py
tests/remotes/azure.py
tests/remotes/base.py
tests/remotes/gdrive.py
tests/remotes/gs.py
tests/remotes/hdfs.py
tests/remotes/http.py
tests/remotes/local.py
tests/remotes/oss.py
tests/remotes/s3.py
tests/remotes/ssh.py
tests/remotes/webdav.py
tests/remotes/webhdfs.py
tests/uni