skillfed

dvc-studio-client

Small library to post data from DVC/DVCLive to Iterative Studio

dvc-studio-client v0.23.0 2.3M downloads/30d#3,187 on PyPI10
Permissive license Apache-2.0 Active released

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-client

uv

uv add dvc-studio-client

poetry

poetry add dvc-studio-client

Installing 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

Development Status :: 1 - PlanningProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9

Tags

dvc studio integrationpost experiment metricsmodel registry clientdvc live metrics uploadstudio authenticationexperiment tracking clientml experiment logging
ml-experiment-trackingdvc-integrationmodel-registry

More Artificial Intelligence packages