dvc-studio-client
Small library to post data from DVC/DVCLive to Iterative Studio
What it is and what it does
dvc-studio-client is a lightweight Python library that bridges local machine learning workflows to DVC Studio, Iterative's experiment tracking and model management platform. It provides three main capabilities: retrieving download URIs for registered models, posting live experiment metrics to a Studio backend, and handling OAuth-style authentication for client applications.
The package is designed as a thin integration layer, not a standalone ML platform—it assumes you already have a DVC Studio instance or account and need to programmatically send data to it. It depends on dulwich for Git operations, requests for HTTP communication, and voluptuous for configuration validation. The library targets modern Python versions (3.9 through 3.14) and is actively maintained by Iterative, the team behind DVC.
Use it for:
- Post live metrics from DVCLive experiments to DVC Studio during training runs for real-time monitoring.
- Retrieve download URIs for models stored in DVC Studio's model registry for deployment pipelines.
- Authenticate a custom application or CI/CD workflow to interact with DVC Studio's API.
- Integrate experiment tracking into non-DVC ML workflows that still use DVC Studio as a central hub.
- Automate metric collection and upload from distributed training jobs to a centralized Studio instance.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Client library for posting experiment metrics, model registry data, and authentication to DVC Studio, a platform for tracking and managing machine learning experiments.
Yes, if you use DVC Studio and need to post metrics or access model registry data from Python code. The low install friction, active maintenance, permissive license, and zero known vulnerabilities make it safe to add. Not necessary if you only use DVC Studio's web UI or don't track experiments with it.
Install
dvc-studio-client on PyPI
pip
pip install dvc-studio-clientuv
uv add dvc-studio-clientpoetry
poetry add dvc-studio-clientInstalling dvc-studio-client
Before you install
Low friction install with only three runtime dependencies (dulwich, requests, voluptuous). Actively maintained with a recent release 74 days ago and current commit activity.
License in practice
Apache-2.0 permissive license allows free use, modification, and distribution with minimal restrictions, suitable for both open-source and commercial projects.
Quickstart
pip install dvc-studio-client
from dvc_studio_client import post_live_metrics
post_live_metrics(api_url, metrics_dict, headers)
Requires Python 3.9 or later; DVC Studio backend endpoint and authentication credentials needed for actual metric posting.
Verify before relying
- Whether get_download_uris, post_live_metrics, and get_access_token are the complete public API or if there are additional functions.
- Whether the package works offline or always requires network connectivity to DVC Studio.
- Performance characteristics when posting large volumes of metrics or handling network failures.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — dulwich, requests, voluptuous |
| Maintenance | actively maintained — 74 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 2,253,619/month — #3,187 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: dvc_studio_client-0.23.0-py3-none-any.whl
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
dvcDVC is a command-line tool for versioning data…
permissive · top 5,000 on PyPI
dvcliveDVCLive logs machine learning metrics,…
permissive · top 15,000 on PyPI
dvc-renderRenders data in DVC plots format into Vega…
permissive · top 5,000 on PyPI
dvc-dataProvides data storage and indexing abstractions…
permissive · top 5,000 on PyPI
neptuneNeptune is a Python client for experiment…
permissive · top 15,000 on PyPI
comet-mlComet ML is an experiment tracking and logging…
permissive · top 15,000 on PyPI
azureml-mlflowIntegrates MLflow experiment tracking and model…
permissive · top 5,000 on PyPI
trackioTrackio is a local-first experiment tracking…
permissive · top 15,000 on PyPI
sagemaker-experimentsTracks machine learning experiments, trials,…
permissive · top 15,000 on PyPI
iterative-telemetrySends anonymized telemetry data from Iterative…
permissive · top 5,000 on PyPI