跳转到主要内容

simple_dvc模块

项目描述

Pypi PypiDownloads ReadTheDocs GitlabCIPipeline GitlabCICoverage

Read the Docs

http://simple-dvc.readthedocs.io/en/latest/

Gitlab(主要)

https://gitlab.kitware.com/computer-vision/simple_dvc

Pypi

https://pypi.ac.cn/project/simple_dvc

此存储库旨在简化DVC,使其仅成为一个数据版本化工具(忽略所有实验管理内容),并提供其他简单的工具以方便本地缓存管理。

此安装了CLI程序sdvc,目前具有以下帮助页面

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.

支持者