skillfed

aioazuredevops

Get data from the Azure DevOps API

aioazuredevops v2.2.2 74.2K downloads/30d#14,864 on PyPI1
Permissive license Apache-2.0 Active released

What it is and what it does

aioazuredevops is a Python async client for querying the Azure DevOps REST API. It wraps aiohttp to provide non-blocking HTTP calls, letting you fetch data from Azure DevOps without blocking your event loop. The package requires Python 3.11 or later and is designed for applications that need to integrate with Azure DevOps in an async-first architecture—typical use cases include CI/CD orchestration tools, monitoring dashboards, and background workers that pull DevOps metrics or status updates.

The library is actively maintained and carries no known security vulnerabilities. Its single runtime dependency (aiohttp) keeps the installation footprint small. The permissive Apache-2.0 license allows both commercial and open-source use without restriction.

Use it for:

  • Fetch work items and sprint data from Azure DevOps in an async application without blocking I/O
  • Build a monitoring dashboard that polls Azure DevOps metrics and pipeline status asynchronously
  • Integrate Azure DevOps API calls into a CI/CD orchestration tool that processes multiple requests concurrently
  • Query repositories, branches, and pull requests from Azure DevOps in a background worker task

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Fetch data from Azure DevOps API endpoints using async/await patterns with aiohttp, enabling non-blocking integration with DevOps systems.

Yes. Low install friction, active maintenance, no vulnerabilities, and a permissive license make this a safe choice. Install it if you need async Azure DevOps API access in a Python 3.11+ application.

Install

aioazuredevops on PyPI

pip

pip install aioazuredevops

uv

uv add aioazuredevops

poetry

poetry add aioazuredevops

Installing aioazuredevops

Before you install

Low install friction with a single dependency (aiohttp). Actively maintained with last commit on 2026-08-05 and no archived status.

License in practice

Apache-2.0 is permissive; you can use, modify, and distribute this package freely in commercial and private projects, provided you retain license notices.

Quickstart

pip install aioazuredevops
import aioazuredevops
# Requires Azure DevOps organization URL and credentials to instantiate client

Requires Python 3.11 or later

Verify before relying

  • Specific Azure DevOps API endpoints and operations supported by this version
  • Authentication methods supported (personal access tokens, managed identity, etc.)
  • Rate limiting or retry behavior when calling Azure DevOps API

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.11)
Install friction low — pure-Python wheel
Runtime dependencies 1 — aiohttp
Maintenance actively maintained — 358 days since the last release
Last repo commit
First released
Downloads 74,189/month — #14,864 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: aioazuredevops-2.2.2-py3-none-any.whl

Keywords: aioazuredevops, api, async, asyncio, azure devops, devops, integration

Tags

azure devops api clientasync azure devopsaiohttp devops integrationazure devops asynciodevops api async python
azure-devopsasync-http-client

More WWW/HTTP packages