DVC can be used as a Python library, simply install with pip
or conda
. This reference provides the details about the functions in the API
module dvc.api
, which can be imported 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.
Please choose a function from the navigation sidebar to the left, or click the
Next
button below to jump into the first one โ