$npx skillfedfor your agent

Packages starting with 'A'

1,396 packages · page 31 of 35

Packages

azure-communication-chat Worth it
PyPI · Internet · released Apr 2024

Python SDK for Azure Communication Services Chat, enabling creation and management of chat threads, message operations, and participant management through a cloud-hosted chat service.

Install it if you are building on Azure Communication Services and need Python chat functionality; it is the standard choice for that use case.

MITpure Python · 3.8+
134.1Kdownloads / mo
azure-communication-email With conditions
PyPI · Internet · released Oct 2025

Sends emails via Azure Communication Services, supporting multiple recipients, attachments, and inline content through a Python client library.

Install only if you have an Azure Communication Service resource set up; it is not suitable for standalone SMTP or third-party email providers.

MITpure Python · 3.9+
3.8Mdownloads / mo
azure-communication-identity Worth it
PyPI · Internet · released Feb 2024

Creates and manages user identities and access tokens for Azure Communication Services, enabling authentication for chat, calling, and SMS operations.

Install it if you are building on Azure Communication Services and need to manage identities and tokens from Python.

MITpure Python · 3.7+
311.0Kdownloads / mo
azure-communication-phonenumbers With conditions
PyPI · Internet · released Aug 2025

Manages Azure Communication Services phone numbers, including searching, purchasing, releasing, and configuring direct routing for geographic, toll-free, and mobile numbers.

MITpure Python · 3.9+
168.7Kdownloads / mo
azure-communication-rooms Worth it
PyPI · Internet · released Mar 2025

Manages Azure Communication Services rooms for scheduled meetings with participant access control and PSTN dial-out support.

Install it if you need to programmatically manage Azure Communication Services rooms from Python; skip it if you don't use Azure Communication Services or manage…

MITpure Python · 3.8+
122.7Kdownloads / mo
azure-communication-sms With conditions
PyPI · Internet · released Oct 2024

Sends SMS messages through Azure Communication Services, supporting both single and bulk recipient messaging with optional delivery reporting and custom tagging.

Install only if you have an Azure subscription and a provisioned Communication Services resource; it is not useful as a standalone SMS library.

MITpure Python · 3.8+
402.4Kdownloads / mo
azure-containerregistry Worth it
PyPI · Software Development · released Jul 2023

Client library for managing container images, artifacts, and metadata in Azure Container Registry—list repositories and tags, query image properties, set access controls, and delete registry items.

MITpure Python · 3.7+
1.6Mdownloads / mo
azure-core Worth it
PyPI · released May 2026

Provides shared exceptions, HTTP utilities, and configuration patterns for Azure SDK client libraries, enabling consistent error handling and request/response management across Azure Python clients.

license unclearpure Python · 3.10+
247.8Mdownloads / mo
azure-core-tracing-opentelemetry With conditions
PyPI · Monitoring · released May 2026

Integrates Azure SDK clients with OpenTelemetry to emit distributed tracing spans for observability and monitoring of Azure service calls.

license unclearpure Python · 3.10+
16.3Mdownloads / mo
azure-cosmos Worth it
PyPI · Database · released Jul 2026

Python client library for Azure Cosmos DB SQL API that manages databases, containers, and JSON documents with SQL-like query support.

Install it if you are building applications on Azure Cosmos DB SQL API and need a native Python client.

MITpure Python · 3.9+
26.5Mdownloads / mo
azure-cosmosdb-nspkg Skip
PyPI · Database · released Oct 2017

Provides a namespace package stub for Azure CosmosDB SDK integration, enabling modular organization of Azure service client libraries.

Install only if maintaining legacy code that explicitly requires it.

Apache-2.0pure Pythonabandoned
2.8Mdownloads / mo
azure-cosmosdb-table Skip
PyPI · Database · released Oct 2019

Client library for reading, writing, and managing tables and entities in Microsoft Azure CosmosDB Table service from Python applications.

Apache-2.0pure Pythonabandoned
2.8Mdownloads / mo
azure-data-tables Worth it
PyPI · Database · released May 2025

Provides a Python client for reading, writing, and querying data in Azure Tables (a NoSQL storage service accessible via HTTP/HTTPS), supporting both Azure Storage and Cosmos DB accounts.

Install it if you need to read, write, or query data in Azure Storage or Cosmos DB tables from Python.

MITpure Python · 3.9+
14.4Mdownloads / mo
azure-datalake-store With conditions
PyPI · released Jun 2025

Provides a Python filesystem interface to Microsoft Azure Data Lake Store, enabling file operations like listing, reading, writing, and downloading files with support for multithreaded transfers.

However, the aging maintenance status (437 days since last release) and Alpha classification suggest checking whether Microsoft recommends this library for new…

MITpure Pythonaging
23.1Mdownloads / mo
azure-devops With conditions
PyPI · Software Development · released Nov 2023

Provides Python bindings to the Azure DevOps REST APIs, enabling programmatic access to projects, teams, work items, repositories, and other Azure DevOps resources.

However, the aging maintenance status and beta version number (7.1.0b4) suggest you should verify that the current release meets your API coverage needs before…

MITpure Python · 3.7+aging
5.2Mdownloads / mo
azure-eventgrid Worth it
PyPI · Internet · released Jul 2026

Publishes and consumes events through Azure Event Grid, a managed event routing service supporting both Event Grid Namespaces (pull and push delivery) and Event Grid Basic (push only).

MITpure Python · 3.10+
6.0Mdownloads / mo
azure-eventhub Worth it
PyPI · Distributed Computing · released Oct 2025

Publishes and consumes events from Azure Event Hubs, a scalable pub-sub service for ingesting and streaming millions of events per second to multiple consumers.

Install it if you need to publish or consume events from Azure Event Hubs; the only caveat is that thread and coroutine safety are not guaranteed, so your application…

license unclearpure Python · 3.9+
13.9Mdownloads / mo
azure-eventhub-checkpointstoreblob Worth it
PyPI · Distributed Computing · released Feb 2025

Provides a checkpoint store implementation for Azure Event Hubs consumers using Azure Blob Storage to persist consumer position and partition ownership data.

Install it if you are building an Event Hubs consumer application that requires durable, distributed checkpoint management.

MITpure Python · 3.8+
445.1Kdownloads / mo
azure-eventhub-checkpointstoreblob-aio Worth it
PyPI · Distributed Computing · released Feb 2025

Stores checkpoints and partition ownership for Azure Event Hubs consumers using Azure Blob Storage as the persistent backend, enabling async event processing with automatic failover and replay capability.

Install it if you are building an async Event Hubs consumer application and need reliable checkpoint persistence—it is the standard way to do so on Azure.

MITpure Python · 3.8+
730.6Kdownloads / mo
azure-functions With conditions
PyPI · Application Frameworks · released Jul 2026

Provides Python bindings and decorators for building serverless functions on Azure Functions runtime, supporting triggers and bindings for HTTP, timers, queues, blobs, and other Azure services.

MITpure Python · 3.13+
6.2Mdownloads / mo
azure-functions-durable With conditions
PyPI · Application Frameworks · released Jul 2026

Extends Azure Functions to support stateful, long-running workflows and orchestrations in serverless environments by managing state, checkpoints, and restarts automatically.

MITpure Python
973.4Kdownloads / mo
azure-graphrbac Skip
PyPI · Software Development · released Oct 2024

Manages Azure Active Directory graph resources (users, groups, applications, service principals) through the Azure Graph RBAC API, but this package is deprecated as of 10-31-2024 and will receive only security fixes.

MITpure Python
5.1Mdownloads / mo
azure-identity Worth it
PyPI · Cryptography · released Mar 2026

Provides Microsoft Entra ID token-based authentication for Azure SDK clients through a set of TokenCredential implementations that handle OAuth flows and managed identity support.

license unclearpure Python · 3.9+
247.2Mdownloads / mo
azure-identity-broker Worth it
PyPI · Security · released Aug 2025

Extends Azure Identity to enable authentication through platform-native authentication brokers (WAM on Windows/WSL, Company Portal on macOS, Microsoft Identity Broker on Linux) via the InteractiveBrowserBrokerCredential class.

Install it if you are building a desktop application that needs to authenticate against Microsoft Entra ID and can rely on a platform broker being present.

MITpure Python · 3.9+
168.4Kdownloads / mo
azure-iot-device Worth it
PyPI · Python Modules · released Jul 2024

Connects Python applications to Azure IoT Hub for device-to-cloud messaging, cloud-to-device commands, device twins, and direct method invocation over MQTT.

MITpure Python
463.6Kdownloads / mo
azure-iot-hub Worth it
PyPI · Python Modules · released Aug 2025

Provides CRUD operations and service management for Azure IoT Hub devices, including device registry operations and service statistics retrieval.

Install it if you are building a backend service that needs to manage IoT devices in Azure IoT Hub; skip it if you are building device firmware or client-side IoT…

MITpure Python
433.2Kdownloads / mo
azure-keyvault With conditions
PyPI · Cryptography · released Mar 2022

A bundle package that installs three Azure Key Vault client libraries for managing cryptographic keys, secrets, and certificates in Azure Key Vault.

MITpure Python
10.0Mdownloads / mo
azure-keyvault-administration Worth it
PyPI · Cryptography · released May 2026

Manages role-based access control, backup, restore, and settings for Azure Key Vault Managed HSM instances.

Install it if you need to programmatically manage access control, backups, or settings on an Azure Key Vault Managed HSM; do not use it for standard Key Vault…

MITpure Python · 3.9+
5.2Mdownloads / mo
azure-keyvault-certificates Worth it
PyPI · Cryptography · released May 2026

Manages SSL/TLS certificates stored in Azure Key Vault—create, retrieve, update, delete, and control versions of certificates with support for certificate policies and issuers.

Install it if you need to manage certificates in Azure Key Vault; it is the standard choice for this task.

MITpure Python · 3.9+
14.0Mdownloads / mo
azure-keyvault-keys Worth it
PyPI · Cryptography · released May 2026

Manages cryptographic keys in Azure Key Vault—create, store, retrieve, update, and delete RSA and elliptic curve keys, plus perform cryptographic operations on them.

Install it if you need to manage cryptographic keys in Azure Key Vault from Python.

license unclearpure Python · 3.9+
25.8Mdownloads / mo
azure-keyvault-secrets Worth it
PyPI · Cryptography · released Aug 2026

Securely store, retrieve, and manage secrets (passwords, tokens, API keys, certificates) in Azure Key Vault from Python applications.

Install it if you are building on Azure and need to externalize secret management to Key Vault; it is the standard way to do so from Python.

MITpure Python · 3.9+
60.9Mdownloads / mo
azure-keyvault-securitydomain With conditions
PyPI · Cryptography · released May 2025

Manages security domains for Azure Key Vault Managed HSM—download, upload, and transfer security domain artifacts for HSM activation and disaster recovery.

MITpure Python · 3.9+
4.7Mdownloads / mo
azure-kusto-data Worth it
PyPI · Database · released May 2026

Query and interact with Microsoft Azure Kusto clusters from Python using a DB API-compatible interface, with support for both synchronous and asynchronous clients.

Install it if you need to query Kusto clusters from Python; skip it only if you have no Kusto infrastructure or prefer a different query interface.

MITpure Python · 3.9+
20.4Mdownloads / mo
azure-kusto-ingest Worth it
PyPI · Database · released May 2026

Ingest data into Azure Kusto clusters from files and blob storage using Python, with support for multiple data formats and queued ingestion.

Install it if you need to load data into Azure Kusto clusters from Python; it's the standard choice for that task.

MITpure Python · 3.9+
10.4Mdownloads / mo
azure-loganalytics Skip
PyPI · Monitoring · released Nov 2021

Provides a Python client for querying Azure Log Analytics workspaces, though the package is no longer maintained and has been superseded by azure-monitor-query.

MITpure Python
1.8Mdownloads / mo
azure-maps-search With conditions
PyPI · Internet · released Dec 2024

Provides a Python client for Azure Maps Search service, enabling geocoding, reverse geocoding, and address lookup operations against Azure Maps REST APIs.

MITpure Python · 3.8+
156.3Kdownloads / mo
azure-messaging-webpubsubservice Worth it
PyPI · WWW/HTTP · released Jul 2025

Manages WebSocket connections and real-time messaging for Azure Web PubSub service, enabling server-side broadcast, group, and user-targeted message delivery.

Install it if you are building a Python server that needs to manage real-time WebSocket communication with Azure Web PubSub; it is the official, supported way to do so.

MITpure Python · 3.8+
461.6Kdownloads / mo
azure-mgmt Skip
PyPI · Software Development · released Apr 2020

This package is deprecated as of v5.0.0 and contains no functional code; it redirects users to install service-specific packages instead.

MITbuilds from source
1.7Mdownloads / mo
azure-mgmt-advisor Worth it
PyPI · Monitoring · released May 2026

Provides Python bindings to interact with Azure Advisor, Microsoft's cloud recommendation service, allowing you to retrieve and manage optimization suggestions for your Azure resources.

Install it if you need programmatic access to Azure Advisor recommendations or if you're building Azure management tooling that should include cost and performance…

license unclearpure Python · 3.9+
7.0Mdownloads / mo
azure-mgmt-apimanagement Worth it
PyPI · Internet · released Apr 2025

Provides Python client library for managing Azure API Management services, including APIs, backends, policies, products, and workspace configurations through the Azure REST API.

Install it if you need to manage Azure API Management resources from Python code; it has low friction and no known vulnerabilities.

MITpure Python · 3.8+
5.8Mdownloads / mo