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.apiThe 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.