datavo-sdk
Python client and shard runtime for Datavo, the dataset store.
Import sources into stores, attach derived keys under producers, select worksets, and freeze them into named, reproducible datasets you can split, share, and stream.
Install
pip install datavo-sdk # core client
pip install 'datavo-sdk[entra]' # + interactive Microsoft Entra sign-in
pip install 'datavo-sdk[azure]' # + Azure Blob downloads ([aws], [gcp], [all-clouds] also exist)
Quickstart
from datavo_sdk import DatavoClient, SampleStream
# Defaults to https://prod.datavo.io and reuses the credential from `datavo auth login`.
with DatavoClient() as client:
ds = SampleStream.from_dataset(
"my_dataset",
keys=["audio.wav", "transcript.txt"],
client=client,
)
for sample in ds:
audio = sample["audio.wav"] # bytes
text = sample["transcript.txt"] # decoded
...
Authentication is discovered from the server's /config (tenant, client id,
audience), so constructing the client is the whole of sign-in. Headless (device
code) and CI (auth_token=) variants are in the guide.
Documentation
Full guide, reference, and runnable examples: https://docs.datavo.io/
Release files for datavo-sdk 0.23.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| datavo_sdk-0.23.7.tar.gz | 5.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| datavo_sdk-0.23.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 219.0 kB
Release files / datavo_sdk-0.23.7.tar.gz
| Download URL | datavo_sdk-0.23.7.tar.gz |
|---|---|
| Size | 5.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
809f8819fcf0ac840800d3e602be9d604e0c4ce2ea58e0f91f447a20571b46de
|
|
BLAKE2b-256 checksum How to use checksums |
f2f182dc8b127aeaaf0628140ae01f6696f0da29a136c8172e220eea08a3e8fb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.
Transparency logRelease files / datavo_sdk-0.23.7-py3-none-any.whl
| Download URL | datavo_sdk-0.23.7-py3-none-any.whl |
|---|---|
| Size | 213.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1a649031d1a5297e422fc8128aa2c284cd8a961adb262ea4140f18896f8876e2
|
|
BLAKE2b-256 checksum How to use checksums |
a1705cc8dfc74f4398cbdebac04e7d19b389af929016c5df4b4fe0f3fd1c434e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 16, 2026.
Transparency log