A simple Python interface to interact with Azure DevOps API
Project description
EZ Azure Devops
A simple Python interface to interact with Azure DevOps API.
Contents:
Installation
With uv:
uv add ez_ados
With pip:
pip install ez_ados
Quick start
from ez_ados import AzureDevOps
# Init a client for an organization
my_org = AzureDevOps("https://dev.azure.com/myorg")
# Authenticate using EntraID
# See https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication/credential-chains?tabs=dac#defaultazurecredential-overview
my_org.authenticate()
# Get a project
projects = my_org.projects_client()
print(projects.get(name="my_project"))
Development
Requirements
Install tools
Install Task:
asdf plugin add task
asdf plugin add git-cliff
asdf install
Virtual environment
Init your python environment with:
task venv
You're all set !
Tests
Run all tests with:
task tests
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ez_ados-0.3.1.tar.gz
(89.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ez_ados-0.3.1-py3-none-any.whl
(49.3 kB
view details)
File details
Details for the file ez_ados-0.3.1.tar.gz.
File metadata
- Download URL: ez_ados-0.3.1.tar.gz
- Upload date:
- Size: 89.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ef032a836e023a1385dfce740e03c33e103ce66419f771ebe46a9b3cc9cebe6
|
|
| MD5 |
b1784c240c5039c0f96a34ddf31328c4
|
|
| BLAKE2b-256 |
323d8ea5de769debde0ceb7bfa9330c5f21126ec47351eee760b8c72d3379028
|
File details
Details for the file ez_ados-0.3.1-py3-none-any.whl.
File metadata
- Download URL: ez_ados-0.3.1-py3-none-any.whl
- Upload date:
- Size: 49.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9e580b19f73d672c87c9b7e652116e9111a914266502476992682366a88d1fd
|
|
| MD5 |
27aaf67211b471f2492388b269b51fa6
|
|
| BLAKE2b-256 |
31776156672f4777f10c5400cbf09fcafc88531648f0b83358985bd5686500d8
|