Skip to content

Latest commit

History

History
17 lines (12 loc) 路 525 Bytes

index.md

File metadata and controls

17 lines (12 loc) 路 525 Bytes

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.