The simple_dvc module
Project description
Read the Docs |
|
Gitlab (main) |
|
Pypi |
This repo aims to simplify DVC to just a data versioning tool (ignoring all of the experiment management stuff), as well as provide other simple tools for easier local cache management.
This installs the CLI program sdvc which currently has the following help page:
usage: sdvc [-h] {add,pull,request,cache_dir,sidecars,validate_sidecar,registery} ...
A DVC CLI That uses our simplified (and more permissive) interface.
The main advantage is that you can run these commands outside a DVC repo as
long as you point to a valid in-repo path.
options:
-h, --help show this help message and exit
commands:
{add,pull,request,cache_dir,sidecars,validate_sidecar,registery}
specify a command to run
add Add data to the DVC repo.
pull Pull data from a DVC remote.
request Like pull, but only tries to pull if the requested file doesn't exist.
cache_dir Print the cache directory
sidecars List all sidecars associated with a path.
validate_sidecar Validate that everything marked in a sidecar file looks ok.
registery A DVC CLI That uses our simplified (and more permissive) interface.