Subcategories
Packages
Python client library for Google Cloud Access Context Manager, enabling attribute-based access control policies for GCP services through a managed API.
An asyncio-native MQTT client that wraps paho-mqtt to provide async/await syntax for publishing and subscribing to MQTT brokers, supporting MQTT versions 5.0, 3.1.1, and 3.1.
Solana.py is a Python SDK for building transactions and interacting with the Solana blockchain via its JSON RPC API, with support for the SPL Token Program.
Install it if you are building on Solana in Python.
Provides reusable utilities and base classes for FastAPI development, including class-based views, CRUD resources, timing middleware, and common model/settings patterns to reduce boilerplate.
However, be aware that maintenance is aging—the last release was in 2024-11-11 with no commits for 641 days—so evaluate whether its utilities align with your…
Client library for Google Cloud Error Reporting that groups, counts, and reports errors from cloud services and applications, providing access to error groups and their associated errors.
Install it if you run applications on Google Cloud and need centralized error tracking and grouping; it integrates naturally with other Google Cloud libraries and…
Provides Pydantic-based models for building Adaptive Cards and Teams-specific actions in Microsoft Teams applications.
Sends Apple Push Notifications to iOS, macOS, and Safari devices via Apple's HTTP/2 APNs API using token-based authentication.
Django-RQ integrates RQ (Redis Queue) with Django, allowing you to configure and manage asynchronous job queues through Django settings and enqueue tasks for background processing.
Python client library for IBM Watson Machine Learning service, enabling model training, testing, and deployment as APIs on IBM Cloud and IBM Cloud Pak for Data.
A lightweight, pluggable HTTP proxy server framework that handles forward proxying, reverse proxying, and TLS interception with support for custom plugins and asyncio-based concurrency.
Python client library for Google Cloud Functions that enables programmatic management of serverless functions, including creation, deployment, and lifecycle operations on the Google Cloud platform.
Install it if you need to manage Cloud Functions programmatically from Python.
rtoml parses and serializes TOML files and strings to and from Python dictionaries, with support for flexible None-value handling and optional pretty-printing.
However, note that maintenance is aging (last release 299 days ago), so verify that the package still meets your needs and check whether prebuilt wheels exist for…
Connects Python applications to AWS IoT Core using MQTT, handling secure authentication, device communication, and integration with AWS IoT services like Device Shadows, Jobs, and Fleet Provisioning.
Install it if you need to connect Python applications or devices to AWS IoT Core.
Provides Python bindings and common utilities for accessing Tencent Cloud services like CVM and CBS through the official SDK.
Generates standardized URLs for Taskcluster resources (APIs, schemas, documentation, UI) given a root URL and resource identifiers.
matrix-nio is an asyncio-based Python client library for the Matrix protocol, providing end-to-end encryption support, room management, and real-time synchronization with Matrix homeservers.
Lomond is a WebSocket client library that converts WebSocket connections into an event stream, allowing you to iterate over connection and message events without threads or callbacks.
Client library for interacting with Google Ad Manager API, handling authentication, requests, and response parsing for programmatic ad management.
Send messages to Discord channels via webhooks, with support for embeds, files, threads, rate-limit handling, and async operations.
BigFrames provides a pandas-compatible DataFrame API and scikit-learn-like ML interface that executes queries and computations on BigQuery, letting you scale analytics and machine learning workloads without leaving Python.
Python client library for Google Cloud Dialogflow CX, enabling programmatic interaction with conversational AI services to build and manage chatbots and voice-powered applications.
Install it if you are building on Google Cloud Dialogflow CX; do not install it if you are using a different conversational AI platform.
Computes FNV hash values in pure Python, prioritizing portability over performance.
Python client library for Google Cloud Parameter Manager, enabling programmatic access to store, retrieve, and manage application parameters and sensitive configuration values.
aioapns sends push notifications to iOS devices via Apple Push Notification Service using asyncio and HTTP/2, supporting both certificate and token-based authentication.
Provides Python bindings to the Azure Cost Management API, enabling programmatic access to cost analysis, budgets, exports, and benefit utilization data within Azure subscriptions.
Install it if you need programmatic access to Azure cost data, budgets, or exports.
PyMISP is a Python library that connects to MISP platforms via their REST API to fetch, create, update, and search threat intelligence events and attributes.
Install it if you need to automate threat intelligence workflows or integrate MISP into a larger security system.
Command-line interface to interact with Kaggle—download competition data, manage datasets and models, submit to competitions, and browse forums.
Handles authentication to SharePoint Online and constructs authenticated HTTP requests to the SharePoint REST API, extending the Requests library with session management and token refresh.
Python SDK for Volcengine cloud services, providing programmatic access to compute, storage, networking, and other Volcengine APIs with credential management and endpoint configuration.
TeleSign SDK provides Python bindings to send SMS and voice messages, verify phone numbers, and perform identity checks via the TeleSign communications platform API.
Python SDK for Telesign's user verification, digital identity, and omnichannel communications APIs, handling authentication and requests to Telesign services.
Install only if you have a Telesign account and need to integrate their verification or messaging services.
LocalStack is a command-line tool that emulates AWS cloud services locally, allowing you to develop and test cloud applications on your laptop or in CI without hitting real AWS.
However, the abandoned maintenance status (archived repo, last commit 2026-03-23) is a significant concern: verify that the version you need is stable and that…
tardis-client is a deprecated Python client for historical cryptocurrency market data replay from tardis.dev; users should migrate to tardis-dev instead.
Provides Python bindings to interact with Tencent Cloud's WSA (Workspace Security Architecture) service and related cloud infrastructure APIs like CVM and CBS.
MyCDP provides autogenerated Chrome DevTools Protocol utilities for Python-based browser automation without external drivers, enabling direct Chromium control or connection to existing browser instances via remote debugging.
Install it if you need CDP-based browser automation or want to add CDP capabilities to an existing framework.
Provides a virtual display wrapper for running browser automation tests in headless environments, particularly when browser headless modes are insufficient (e.g., for Chrome extensions).
A high-level Python library for IMAP email operations: fetch, search, and manage messages and folders without external dependencies.
Install it if you need to automate IMAP email tasks in Python—it significantly simplifies the standard library's imaplib.
Implements Google Play Services OAuth authentication for Python, enabling the master token flow to obtain access tokens for Google services.
However, the aging maintenance status and release gap mean you should verify that Google's authentication endpoints have not changed and that the flow still works…
Python WebDAV client library providing access to WebDAV servers with file operations including upload, download, copy, move, and directory management.
Asyncio and threadsafe Python client for Google Cloud Pub/Sub, supporting both async and synchronous patterns for publishing and subscribing to cloud messaging topics.
Install it if you are building on GCP and prefer async patterns or need an alternative to the official client library.