Subcategories
Packages
Provides a Python client for Azure Maps Search service, enabling geocoding, reverse geocoding, and address lookup operations against Azure Maps REST APIs.
An MCP server that exposes AWS pricing data and cost analysis tools to AI assistants and MCP clients, enabling natural-language queries about AWS service costs, multi-region comparisons, and infrastructure cost estimation.
Install it if you need to expose AWS pricing queries to an AI assistant or MCP client, or if you want to automate cost analysis of infrastructure code.
Implements the JSON version of the Open Charge Point Protocol (OCPP), supporting OCPP 1.6, 2.0.1, and 2.1.0 for communication between electric vehicle charging stations and central management systems.
Install it if you are building or integrating EV charging infrastructure that requires OCPP compliance.
Logs into Xiaomi cloud accounts and retrieves device information and authentication tokens from the Xiaomi cloud service.
Provides asynchronous event batching and flushing for the Mixpanel Python client, sending analytics events in a background thread without blocking the main application.
Async UPnP client library for discovering, controlling, and eventing with UPnP devices over asyncio, supporting DLNA, IGD, and printer profiles.
Install it if you need to integrate UPnP device discovery or control into an asyncio application, particularly for DLNA or home automation use cases.
Converts functions into FastAPI-compatible decorators that can inject and resolve FastAPI dependencies, eliminating boilerplate when building reusable endpoint decorators.
Python client library for managing BigQuery reservations on Google Cloud Platform, enabling programmatic control over reservation capacity and allocation.
A pure Python library for building applications that interact with the XRP Ledger, handling wallet management, transaction signing, serialization, and network communication.
Install it if you are building any application that needs to interact with the XRP Ledger or manage XRP accounts programmatically.
A Python client library for the Cudo Compute cloud platform, providing programmatic access to virtual machines, storage, billing, and infrastructure management via REST API.
However, note that maintenance is dormant (last commit January 2025); verify that the Cudo Compute service and this client's API compatibility remain stable for your…
Python bindings for the smoldot_light Rust crate that run a lightweight Polkadot client and expose JSON-RPC request/response plumbing for blockchain interaction.
However, verify the license terms first, confirm Python version compatibility (wheels only for 3.10–3.11), and assess whether the 212-day gap since release signals…
Adaptix converts between data models, dictionaries, and JSON with flexible, configurable rules—loading dicts into dataclasses, TypedDict, attrs, SQLAlchemy, Pydantic, or msgspec objects, and dumping them back.
Install it if you need flexible, configurable model conversion without the overhead of larger frameworks.
Parses Adblock Plus filter rules and matches URLs against them to determine whether they should be blocked.
Builds SendGrid SMTP API headers for use in SMTP email transmission, allowing you to add SendGrid-specific directives like recipient lists and scheduling to standard SMTP messages.
However, verify that your use case aligns with SendGrid's current SMTP API feature set, as the last release was in 2022 and you should confirm the package still…
Python client library for Google Cloud Quotas API, enabling programmatic management and observability of resource usage, quotas, and restrictions across Google Cloud services.
Install only if you have a Google Cloud project with the Cloud Quotas API enabled and authentication configured.
A Python client library for submitting transactions and interacting with the Polymarket Relayer infrastructure, handling authentication and API communication with Ethereum-based signing.
It is narrow in scope—designed specifically for Polymarket Relayer interaction—so install only if that is your use case.
Generates JSON-RPC request objects and parses JSON-RPC responses in Python, handling the protocol structure without external dependencies.
Python client library for Google Cloud Security Command Center API, enabling programmatic access to security findings and asset views within a Google Cloud organization.
Install it if you need programmatic access to Security Command Center findings or assets.
A Synapse media storage provider that integrates Amazon S3 (or S3-compatible services) as a backend for storing and retrieving media files.
Install it if you run Synapse and want S3-backed media storage; skip it if you use local disk storage or a different homeserver.
Provides named constants for HTTP status codes and helper methods to classify response types, replacing numeric status codes with readable names like HTTP_200_OK.
Scour optimizes and cleans SVG files by removing redundant data and simplifying structure, reducing file size while preserving visual output.
However, the dormant status (no release since 2020-11-22) means it will not receive updates for new Python versions or SVG specification changes.
Python client library for Google Cloud Deploy, enabling programmatic control over application delivery pipelines that automate deployments across target environments.
Install it if you need to programmatically manage Cloud Deploy pipelines from Python; skip it if you only use the Google Cloud Console or have no Cloud Deploy workloads.
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.
Provides Python APIs and data model definitions for the Matter smart home connectivity standard, enabling developers to build and interact with Matter-certified devices over IP-based networks.
Python SDK for calling Byteplus APIs with built-in support for authentication, retries, timeouts, and transport configuration.
Python client library for Google's Route Optimization API, which assigns tasks and routes to vehicle fleets according to your optimization objectives and constraints.
PyFunceble checks whether domains, IPs, and URLs are available or syntactically valid by querying WHOIS records, DNS records, and HTTP status codes.
fs.sshfs provides a PyFilesystem2 interface to remote SSH/SFTP servers, letting you read, write, and navigate files over SSH as if they were a local filesystem.
Reads market data from Tongdaxin (a Chinese trading platform) via offline files or live quotes, and fetches financial data.
However, dormant maintenance and reliance on Tongdaxin's continued server availability create risk.
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…
Provides Python type definitions and client bindings for Google's Shopping API, enabling programmatic access to merchant product data and shopping-related operations.
Python SDK for interacting with Huawei OBS (Object Storage Service), providing programmatic access to cloud object storage operations.
Twython is a Python wrapper for the Twitter API that lets you query user data, timelines, direct messages, upload images, and access Twitter's streaming API using OAuth authentication.
Python client library for Google Cloud Runtime Configurator API, enabling programmatic access to runtime configuration management on Google Cloud Platform.
Install only if you have a GCP project with Runtime Configurator enabled and authentication already configured.
A Python client library for the Phaxio API that lets you send faxes, manage phone numbers, and interact with Phaxio's fax service programmatically.
Install only if you are already locked into Phaxio and can independently verify that the API surface matches your needs and that the package runs on your Python version.
Implements a JSON RPC 2.0 server that handles remote procedure calls over a network, with support for asynchronous request handling via Python's concurrent.futures.
However, verify the Python version you're targeting and confirm the license status before committing to production use, given the metadata ambiguity around licensing…
Integrates Google Calendar with LangChain to enable calendar operations through a language model interface, providing tools to query and manage calendar events.
Provides an MQTT client library implementing protocol versions 5.0, 3.1.1, and 3.1 for publishing and subscribing to message topics on an MQTT broker.
However, the 494-day gap since last release warrants checking whether your use case can tolerate the known limitations: in-memory session storage (no persistence…
A pure-Python implementation of the FinTS 3.0 online-banking protocol that enables programmatic access to German bank accounts for fetching statements, balances, holdings, and executing SEPA transfers and debits.
Command-line client for interacting with Douban (豆瓣) social features including groups, people, photos, and status updates via a wrapper around Douban's web API.