HomeInstallGet StartedUse CasesUser GuideCommand ReferencePython API ReferenceContributingChangelog VS Code Extension StudioDVCLiveGTO
Edit on GitHub
Python API
When you install DVC with pip
or conda
, it can be used as a
Python library.
This reference provides the details about the functions in the dvc.api
module,
which can be loaded in any regular way, for example:
import dvc.api
The purpose of this API is to provide programmatic access to the data or models stored and versioned in DVC repositories from Python code.
Choose a page from the navigation sidebar to the left.
๐ Found an issue? Let us know! Or fix it:
Edit on GitHubโ Have a question? Join our chat, we will help you:
Discord Chat