.codecov.yml
.coveragerc
.git_archival.txt
.gitattributes
.gitignore
.mailmap
.pre-commit-config.yaml
.pre-commit-hooks.yaml
.zenodo.json
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
.dvc/.gitignore
.dvc/config
.github/CODEOWNERS
.github/FUNDING.yml
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/mergify.yml
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/benchmarks.yaml
.github/workflows/packages.yaml
.github/workflows/tests.yaml
bin/dvc
bin/dvc.bat
dvc/__init__.py
dvc/__main__.py
dvc/_debug.py
dvc/_dvc_version.py
dvc/analytics.py
dvc/api.py
dvc/cli.py
dvc/compare.py
dvc/config.py
dvc/config_schema.py
dvc/daemon.py
dvc/dagascii.py
dvc/data_cloud.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/output.py
dvc/pathspec_math.py
dvc/progress.py
dvc/prompt.py
dvc/rwlock.py
dvc/schema.py
dvc/scheme.py
dvc/scm.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/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/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/machine.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/experiments/__init__.py
dvc/command/experiments/apply.py
dvc/command/experiments/branch.py
dvc/command/experiments/diff.py
dvc/command/experiments/gc.py
dvc/command/experiments/init.py
dvc/command/experiments/ls.py
dvc/command/experiments/pull.py
dvc/command/experiments/push.py
dvc/command/experiments/remove.py
dvc/command/experiments/run.py
dvc/command/experiments/show.py
dvc/command/ls/__init__.py
dvc/command/ls/ls_colors.py
dvc/dependency/__init__.py
dvc/dependency/base.py
dvc/dependency/param.py
dvc/dependency/repo.py
dvc/fs/__init__.py
dvc/fs/_metadata.py
dvc/fs/azure.py
dvc/fs/base.py
dvc/fs/dvc.py
dvc/fs/fsspec_wrapper.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/path.py
dvc/fs/pool.py
dvc/fs/repo.py
dvc/fs/s3.py
dvc/fs/ssh.py
dvc/fs/utils.py
dvc/fs/webdav.py
dvc/fs/webhdfs.py
dvc/machine/__init__.py
dvc/machine/backend/__init__.py
dvc/machine/backend/base.py
dvc/machine/backend/terraform.py
dvc/objects/__init__.py
dvc/objects/checkout.py
dvc/objects/diff.py
dvc/objects/errors.py
dvc/objects/file.py
dvc/objects/meta.py
dvc/objects/reference.py
dvc/objects/stage.py
dvc/objects/status.py
dvc/objects/transfer.py
dvc/objects/tree.py
dvc/objects/db/__init__.py
dvc/objects/db/base.py
dvc/objects/db/gdrive.py
dvc/objects/db/index.py
dvc/objects/db/local.py
dvc/objects/db/oss.py
dvc/objects/db/reference.py
dvc/objects/db/slow_link_detection.py
dvc/parsing/__init__.py
dvc/parsing/context.py
dvc/parsing/interpolate.py
dvc/parsing/versions.py
dvc/proc/__init__.py
dvc/proc/exceptions.py
dvc/proc/manager.py
dvc/proc/process.py
dvc/render/__init__.py
dvc/render/base.py
dvc/render/html.py
dvc/render/image.py
dvc/render/plotly.py
dvc/render/utils.py
dvc/render/vega.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/index.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/init.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/experiments/executor/manager.py
dvc/repo/experiments/executor/ssh.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/repo/plots/template.py
dvc/repo/plots/templates/confusion.json
dvc/repo/plots/templates/confusion_normalized.json
dvc/repo/plots/templates/linear.json
dvc/repo/plots/templates/scatter.json
dvc/repo/plots/templates/simple.json
dvc/repo/plots/templates/smooth.json
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/monitor.py
dvc/stage/params.py
dvc/stage/run.py
dvc/stage/serialize.py
dvc/stage/utils.py
dvc/testing/__init__.py
dvc/testing/cloud.py
dvc/testing/conftest.py
dvc/testing/fixtures.py
dvc/testing/path_info.py
dvc/testing/test_api.py
dvc/testing/test_remote.py
dvc/testing/test_workspace.py
dvc/testing/tmp_dir.py
dvc/ui/__init__.py
dvc/ui/pager.py
dvc/ui/prompt.py
dvc/ui/table.py
dvc/utils/.gitignore
dvc/utils/__init__.py
dvc/utils/_benedict.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/humanize.py
dvc/utils/pkg.py
dvc/utils/stream.py
dvc/utils/strictyaml.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
scripts/build-requirements.txt
scripts/build.py
scripts/build_package.sh
scripts/pypi_upload.sh
scripts/fpm/.gitignore
scripts/fpm/after-install.sh
scripts/fpm/after-remove.sh
scripts/fpm/build.py
scripts/fpm/notarize.py
scripts/fpm/sign.py
scripts/innosetup/.gitignore
scripts/innosetup/addSymLinkPermissions.ps1
scripts/innosetup/addsymlink.iss
scripts/innosetup/build.py
scripts/innosetup/dvc.ico.dvc
scripts/innosetup/dvc_left.bmp.dvc
scripts/innosetup/dvc_up.bmp.dvc
scripts/innosetup/modpath.iss
scripts/innosetup/setup.iss
scripts/pyinstaller/.gitignore
scripts/pyinstaller/build.py
scripts/pyinstaller/entitlements.plist
scripts/pyinstaller/sign.py
scripts/pyinstaller/hooks/hook-dvc.py
scripts/pyinstaller/hooks/hook-dvc.system.py
scripts/pyinstaller/hooks/hook-dvc.tree.gs.py
scripts/pyinstaller/hooks/hook-dvc.utils.flatten.py
scripts/pyinstaller/hooks/hook-google_compute_engine.logger.py
scripts/pyinstaller/hooks/hook-googleapiclient.model.py
scripts/pyinstaller/hooks/hook-pydrive2.py
scripts/schema/dvc-yaml.json
tests/__init__.py
tests/__main__.py
tests/basic_env.py
tests/conftest.py
tests/dir_helpers.py
tests/docker-compose.yml
tests/pylint_plugin_disable.py
tests/remotes_env.sample
tests/func/__init__.py
tests/func/conftest.py
tests/func/test_add.py
tests/func/test_analytics.py
tests/func/test_api.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_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_remote.py
tests/func/test_remove.py
tests/func/test_repo.py
tests/func/test_repo_index.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_scm.py
tests/func/test_scm_context.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_unprotect.py
tests/func/test_update.py
tests/func/test_utils.py
tests/func/test_version.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_init.py
tests/func/experiments/test_remote.py
tests/func/experiments/test_remove.py
tests/func/experiments/test_show.py
tests/func/experiments/executor/__init__.py
tests/func/experiments/executor/test_ssh.py
tests/func/machine/__init__.py
tests/func/machine/conftest.py
tests/func/machine/test_machine_config.py
tests/func/machine/test_machine_status.py
tests/func/metrics/__init__.py
tests/func/metrics/test_diff.py
tests/func/metrics/test_show.py
tests/func/objects/__init__.py
tests/func/objects/db/__init__.py
tests/func/objects/db/test_index.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/test_diff.py
tests/func/plots/test_modify.py
tests/func/plots/test_show.py
tests/func/utils/__init__.py
tests/func/utils/test_fs.py
tests/func/utils/test_strict_yaml.py
tests/remotes/__init__.py
tests/remotes/git_server.py
tests/remotes/user.key
tests/remotes/user.key.pub
tests/remotes/git-init/git.sh
tests/unit/__init__.py
tests/unit/test_analytics.py
tests/unit/test_collect.py
tests/unit/test_compare.py
tests/unit/test_config.py
tests/unit/test_context.py
tests/unit/test_daemon.py
tests/unit/test_dvcfile.py
tests/unit/test_external_repo.py
tests/unit/test_ignore.py
tests/unit/test_imports.py
tests/unit/test_info.py
tests/unit/test_interpolate.py
tests/unit/test_lockfile.py
tests/unit/test_logger.py
tests/unit/test_metrics.py
tests/unit/test_params.py
tests/unit/test_pathspec_math.py
tests/unit/test_plots.py
tests/unit/test_progress.py
tests/unit/test_prompt.py
tests/unit/test_run.py
tests/unit/test_rwlock.py
tests/unit/test_tabular_data.py
tests/unit/test_updater.py
tests/unit/command/__init__.py
tests/unit/command/test_add.py
tests/unit/command/test_cache.py
tests/unit/command/test_checkout.py
tests/unit/command/test_compat_flag.py
tests/unit/command/test_config.py
tests/unit/command/test_dag.py
tests/unit/command/test_data_sync.py
tests/unit/command/test_diff.py
tests/unit/command/test_experiments.py
tests/unit/command/test_get.py
tests/unit/command/test_get_url.py
tests/unit/command/test_git_hook.py
tests/unit/command/test_imp.py
tests/unit/command/test_imp_url.py
tests/unit/command/test_live.py
tests/unit/command/test_machine.py
tests/unit/command/test_metrics.py
tests/unit/command/test_params.py
tests/unit/command/test_plots.py
tests/unit/command/test_repro.py
tests/unit/command/test_run.py
tests/unit/command/test_stage.py
tests/unit/command/test_status.py
tests/unit/command/test_update.py
tests/unit/command/ls/__init__.py
tests/unit/command/ls/test_ls.py
tests/unit/command/ls/test_ls_colors.py
tests/unit/dependency/__init__.py
tests/unit/dependency/test_dependency.py
tests/unit/dependency/test_params.py
tests/unit/fs/__init__.py
tests/unit/fs/test_azure.py
tests/unit/fs/test_base.py
tests/unit/fs/test_dvc.py
tests/unit/fs/test_fs.py
tests/unit/fs/test_hdfs.py
tests/unit/fs/test_repo.py
tests/unit/fs/test_repo_metadata.py
tests/unit/fs/test_s3.py
tests/unit/fs/test_ssh.py
tests/unit/fs/test_tree.py
tests/unit/machine/__init__.py
tests/unit/machine/test_machine.py
tests/unit/objects/__init__.py
tests/unit/objects/test_tree.py
tests/unit/objects/db/__init__.py
tests/unit/objects/db/test_local.py
tests/unit/output/__init__.py
tests/unit/output/test_load.py
tests/unit/output/test_local.py
tests/unit/output/test_output.py
tests/unit/proc/__init__.py
tests/unit/proc/test_manager.py
tests/unit/proc/test_process.py
tests/unit/remote/__init__.py
tests/unit/remote/test_base.py
tests/unit/remote/test_gdrive.py
tests/unit/remote/test_http.py
tests/unit/remote/test_index.py
tests/unit/remote/test_oss.py
tests/unit/remote/test_remote.py
tests/unit/remote/test_slow_link_detection.py
tests/unit/remote/test_webdav.py
tests/unit/remote/test_webhdfs.py
tests/unit/render/__init__.py
tests/unit/render/test_html.py
tests/unit/render/test_image.py
tests/unit/render/test_parallel_coordinates.py
tests/unit/render/test_render.py
tests/unit/render/test_renderer.py
tests/unit/render/test_vega.py
tests/unit/repo/__init__.py
tests/unit/repo/test_repo.py
tests/unit/repo/test_reproduce.py
tests/unit/repo/test_run.py
tests/unit/repo/test_scm_context.py
tests/unit/repo/experiments/__init__.py
tests/unit/repo/experiments/test_utils.py
tests/unit/repo/plots/__init__.py
tests/unit/repo/plots/test_diff.py
tests/unit/scm/__init__.py
tests/unit/scm/test_git.py
tests/unit/stage/__init__.py
tests/unit/stage/test_cache.py
tests/unit/stage/test_loader_pipeline_file.py
tests/unit/stage/test_run.py
tests/unit/stage/test_serialize_pipeline_file.py
tests/unit/stage/test_serialize_pipeline_lock.py
tests/unit/stage/test_stage.py
tests/unit/stage/test_utils.py
tests/unit/ui/__init__.py
tests/unit/ui/test_console.py
tests/unit/ui/test_pager.py
tests/unit/ui/test_prompt.py
tests/unit/ui/test_table.py
tests/unit/utils/__init__.py
tests/unit/utils/test_cli_parse.py
tests/unit/utils/test_collections.py
tests/unit/utils/test_conversions.py
tests/unit/utils/test_fs.py
tests/unit/utils/test_humanize.py
tests/unit/utils/test_stream.py
tests/unit/utils/test_utils.py
tests/unit/utils/serialize/__init__.py
tests/unit/utils/serialize/test_python.py
tests/unit/utils/serialize/test_yaml.py
tests/utils/__init__.py
tests/utils/asserts.py
tests/utils/scriptify.py