Simple DVC
==========
|Pypi| |PypiDownloads| |ReadTheDocs| |GitlabCIPipeline| |GitlabCICoverage|
+-----------------+-------------------------------------------------------+
| Read the Docs | http://simple-dvc.readthedocs.io/en/latest/ |
+-----------------+-------------------------------------------------------+
| Gitlab (main) | https://gitlab.kitware.com/computer-vision/simple_dvc |
+-----------------+-------------------------------------------------------+
| Pypi | https://pypi.org/project/simple_dvc |
+-----------------+-------------------------------------------------------+
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:
.. code::
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.
.. |Pypi| image:: https://img.shields.io/pypi/v/simple_dvc.svg
:target: https://pypi.python.org/pypi/simple_dvc
.. |PypiDownloads| image:: https://img.shields.io/pypi/dm/simple_dvc.svg
:target: https://pypistats.org/packages/simple_dvc
.. |ReadTheDocs| image:: https://readthedocs.org/projects/simple-dvc/badge/?version=latest
:target: http://simple-dvc.readthedocs.io/en/latest/
.. |GitlabCIPipeline| image:: https://gitlab.kitware.com/computer-vision/simple_dvc/badges/main/pipeline.svg
:target: https://gitlab.kitware.com/computer-vision/simple_dvc/-/jobs
.. |GitlabCICoverage| image:: https://gitlab.kitware.com/computer-vision/simple_dvc/badges/main/coverage.svg
:target: https://gitlab.kitware.com/computer-vision/simple_dvc/commits/main
Raw data
{
"_id": null,
"home_page": "https://gitlab.kitware.com/computer-vision/simple_dvc",
"name": "simple-dvc",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "",
"author": "Jon Crall",
"author_email": "jon.crall@kitware.com",
"download_url": "",
"platform": null,
"description": "Simple DVC\n==========\n\n|Pypi| |PypiDownloads| |ReadTheDocs| |GitlabCIPipeline| |GitlabCICoverage|\n\n+-----------------+-------------------------------------------------------+\n| Read the Docs | http://simple-dvc.readthedocs.io/en/latest/ |\n+-----------------+-------------------------------------------------------+\n| Gitlab (main) | https://gitlab.kitware.com/computer-vision/simple_dvc |\n+-----------------+-------------------------------------------------------+\n| Pypi | https://pypi.org/project/simple_dvc |\n+-----------------+-------------------------------------------------------+\n\n\nThis repo aims to simplify DVC to *just* a data versioning tool (ignoring all\nof the experiment management stuff), as well as provide other simple tools for\neasier local cache management.\n\n\nThis installs the CLI program ``sdvc`` which currently has the following help page:\n\n\n.. code::\n\n usage: sdvc [-h] {add,pull,request,cache_dir,sidecars,validate_sidecar,registery} ...\n\n A DVC CLI That uses our simplified (and more permissive) interface.\n\n The main advantage is that you can run these commands outside a DVC repo as\n long as you point to a valid in-repo path.\n\n options:\n -h, --help show this help message and exit\n\n commands:\n {add,pull,request,cache_dir,sidecars,validate_sidecar,registery}\n specify a command to run\n add Add data to the DVC repo.\n pull Pull data from a DVC remote.\n request Like pull, but only tries to pull if the requested file doesn't exist.\n cache_dir Print the cache directory\n sidecars List all sidecars associated with a path.\n validate_sidecar Validate that everything marked in a sidecar file looks ok.\n registery A DVC CLI That uses our simplified (and more permissive) interface.\n\n\n\n\n.. |Pypi| image:: https://img.shields.io/pypi/v/simple_dvc.svg\n :target: https://pypi.python.org/pypi/simple_dvc\n\n.. |PypiDownloads| image:: https://img.shields.io/pypi/dm/simple_dvc.svg\n :target: https://pypistats.org/packages/simple_dvc\n\n.. |ReadTheDocs| image:: https://readthedocs.org/projects/simple-dvc/badge/?version=latest\n :target: http://simple-dvc.readthedocs.io/en/latest/\n\n.. |GitlabCIPipeline| image:: https://gitlab.kitware.com/computer-vision/simple_dvc/badges/main/pipeline.svg\n :target: https://gitlab.kitware.com/computer-vision/simple_dvc/-/jobs\n\n.. |GitlabCICoverage| image:: https://gitlab.kitware.com/computer-vision/simple_dvc/badges/main/coverage.svg\n :target: https://gitlab.kitware.com/computer-vision/simple_dvc/commits/main\n",
"bugtrack_url": null,
"license": "Apache 2",
"summary": "The simple_dvc module",
"version": "0.2.1",
"project_urls": {
"Homepage": "https://gitlab.kitware.com/computer-vision/simple_dvc"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d6030e069b151d7814e7aa74b5191c86d229c19d1ffc2bfd849a73c9485bced0",
"md5": "45c15a243f786e194c84f8508ab5aafa",
"sha256": "7b153e2c101525b467818e9cbb4024cdfb4ee414fb5770dba853e5144e418834"
},
"downloads": -1,
"filename": "simple_dvc-0.2.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "45c15a243f786e194c84f8508ab5aafa",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 42509,
"upload_time": "2024-02-09T22:08:14",
"upload_time_iso_8601": "2024-02-09T22:08:14.091562Z",
"url": "https://files.pythonhosted.org/packages/d6/03/0e069b151d7814e7aa74b5191c86d229c19d1ffc2bfd849a73c9485bced0/simple_dvc-0.2.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-09 22:08:14",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "simple-dvc"
}