az-artifacts
Native Python access to Azure DevOps Universal Packages: publish and download files, discover packages, read metadata, and inspect or compare package contents. No Azure CLI or ArtifactTool runtime dependency.
Installation
uv add az-artifacts
For development from a checkout, see source installation.
Quick start
Provide a PAT with Packaging: Read and access to the feed through your environment or secret store, not source code or command-line arguments.
import os
from az_artifacts import UniversalPackageClient
with UniversalPackageClient(
"https://dev.azure.com/org",
credential=os.environ["AZURE_DEVOPS_EXT_PAT"],
) as client:
result = client.download(
feed="feed",
name="package",
version="1.2.3",
path="./download",
scope="project",
project="project",
)
print(result.files)
Documentation
- Publish packages
- Download options and authentication
- Discover feeds, packages, and versions
- Read metadata
- Compare local files
- Inspect files and path history
- Register already-uploaded content
- Development and releases
License
MIT. See provenance for upstream attribution. This is not an official Azure DevOps SDK.
Release files for az-artifacts 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| az_artifacts-0.2.0.tar.gz | 36.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| az_artifacts-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 82.2 kB
Release files / az_artifacts-0.2.0.tar.gz
| Download URL | az_artifacts-0.2.0.tar.gz |
|---|---|
| Size | 36.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
05a4f820c9c916166fcb25a49c89601517457df541390d2b5171d96689a3c082
|
|
BLAKE2b-256 checksum How to use checksums |
02e5a54a786b0b507f16dc1e44111cdcd6a5531119aeafdf5313935920894a97
|
| 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 / az_artifacts-0.2.0-py3-none-any.whl
| Download URL | az_artifacts-0.2.0-py3-none-any.whl |
|---|---|
| Size | 45.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
498291d506ad35924850235d6d59b625e04cc4ae07a52900d1dc46bac93e34e6
|
|
BLAKE2b-256 checksum How to use checksums |
e84d784b18c6527631472438c88ad72f10644cb467d3c4c7eb7fb1bb6d990346
|
| 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