Subcategories
Packages
Python client library for the Treasure Data REST API, enabling queries, job management, and data import to a cloud data warehouse.
A command-line interface to the Cloudsmith package repository API, enabling users to manage packages, repositories, entitlements, and metadata across multiple package formats without writing custom integrations.
Python SDK for the Spider Cloud API that enables website scraping, crawling, link extraction, screenshot capture, and LLM-compatible data collection through a managed cloud service.
However, it requires a Spider Cloud account and API key—this is a client library for a paid service, not a standalone scraper.
Automate programmatic interaction with HTTP web servers by simulating a stateful browser—fill forms, follow links, manage history, and parse HTML without a GUI.
However, consider that maintenance is aging—last release was 840 days ago—so evaluate whether the package meets your Python version and modern web compatibility needs…
Decodes, encodes, and manipulates RTP (Real-time Transport Protocol) packets, without providing network transport itself.
However, no active development has occurred since 2023-12-05, so you should not expect bug fixes or updates.
Python client library for Google Cloud Data Lineage API, enabling programmatic tracking and visualization of data flow, transformations, and lifecycle across cloud data systems.
Install only if your project requires Data Lineage API access and you can meet the Python 3.10+ requirement.
PyLD is a Python implementation of the JSON-LD specification that transforms, expands, compacts, frames, and normalizes JSON-LD documents according to W3C standards.
Install it if you need to process JSON-LD documents, work with linked data, or add semantics to JSON.
Provides Python bindings to Vonage's Voice API for making and managing phone calls, including call creation, transfer, audio/TTS playback, and NCCO (Call Control Object) building.
Install it if you need to integrate Vonage voice capabilities into a Python application; the Pydantic-based API and NCCO builder reduce boilerplate compared to raw…
Encodes and decodes data using the SCALE codec, a lightweight serialization format used by Substrate-based blockchains to optimize network communication.
FastA2A converts an AI agent into an A2A-protocol-compliant ASGI server, managing task execution, conversation context, and message routing across distributed workers.
Times converts between universal (UTC) time and arbitrary timezones, and parses/formats datetime strings and POSIX timestamps with explicit timezone handling.
No, not for new projects.
Provides common protobuf definitions and metadata types for Google Cloud APIs, enabling Python applications to work with standardized operation metadata structures.
Provides Python bindings for Vonage's Account API, enabling account balance queries, top-ups, pricing lookups, secret management, and webhook configuration.
Install only if you actually need these account-level features; it is not a general-purpose utility.
Python client library for the Google Meet API that lets you create and manage meetings in Google Meet programmatically.
Provides Python message models and client integration for Vonage's Messages API, supporting SMS, MMS, RCS, WhatsApp, Messenger, and Viber message types.
Install it if you need to send messages across SMS, MMS, RCS, WhatsApp, Messenger, or Viber from Python.
Sends SMS messages via Vonage's API and handles responses through a structured SmsResponse class.
However, verify whether you should use this directly or through the main vonage package, as the documentation recommends the latter.
Manages Vonage applications through a Python API, providing methods to list, create, retrieve, update, and delete applications with configurable capabilities like voice webhooks.
Generates web feeds in ATOM and RSS formats, with support for extensions including podcast feeds.
Manages users in Vonage's communications platform via Python, providing methods to list, create, retrieve, update, and delete users with support for multiple communication channels.
Provides Python bindings for Vonage's legacy Verify API to send 2FA codes via SMS or TTS and validate them for two-factor authentication flows.
Provides Python bindings to Vonage's Numbers API for managing, searching, buying, and updating phone numbers.
Install it if you need to manage Vonage phone numbers programmatically.
Provides Python bindings to Vonage's Subaccount API, enabling creation, modification, and management of subaccounts along with balance, credit, and phone number transfers between them.
Vonage Number Insight package provides methods to query phone number information at three insight levels (basic, standard, advanced) via Vonage's Number Insight API, with support for synchronous and asynchronous advanced requests.
Install it if you need to query Vonage's Number Insight API; avoid it if you don't have a Vonage account or need a different phone number validation provider.
Verifies a mobile device's phone number by checking the SIM card linked to a device connected to a mobile data network, using OAuth2 authentication without requiring user input.
Install it as part of your Vonage integration; standalone use is not recommended without understanding its role within the larger SDK.
Vonage Network Sim Swap API client that checks whether a SIM card has been swapped and retrieves the last swap date for a phone number.
Install only if you have a specific need for SIM swap detection and the required Vonage business relationship in place.
Parses and validates OpenAPI 3 specifications (3.0.3, 3.1.0, 3.2.0) and Swagger 2.0 documents, then generates typed request/response models and provides both sync and async HTTP clients to call the described APIs.
Parses and creates data URIs, extracting or encoding mimetype, charset, and base64 flags with minimal validation.
Provides a Python client library to interact with Google Cloud's Agent Identity Credentials API for managing and obtaining credentials for service agents.
Downloads YouTube videos, playlists, and channels in multiple formats and resolutions, with support for subtitles, metadata extraction, and asynchronous operations.
Python client library for Google Maps Places API, providing access to place search, retrieval, and information endpoints through a managed Google Cloud service.
Programmatic and command-line interface to search, browse, and download content from Archive.org's digital collections.
Parses, constructs, and manipulates multiaddrs—protocol-agnostic network addresses that combine IP, DNS, transport, and peer identity into a single composable format.
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.
Python client library for creating and managing Cloud Filestore instances through the Google Cloud API.
Bittensor is a Python SDK and CLI for interacting with the Bittensor blockchain, providing typed reads of chain state, transaction intents with safety policies, and a command-line interface for wallet and chain operations.
Install it if you need to read chain state, submit transactions, or manage wallets on Bittensor; the CLI and library ship together, so you get both for one install.
Modifies a Selenium Chrome WebDriver to evade bot-detection mechanisms by injecting JavaScript that masks automation signals.
rush provides rate-limiting algorithms (periodic interval and leaky bucket GCRA) with pluggable storage backends (Redis or in-memory) for throttling access to resources like APIs.
However, do not use it if you require active maintenance, security patches, or support for Python versions beyond 3.7.
Collects and manages OpenStack cloud client configuration from files, environment variables, and vendor defaults in a unified way.
No—not for new projects.
Provides a Python client for Google Cloud Service Usage API, enabling you to enable, disable, and list services on Google Cloud Platform projects.
Install it if you need to manage GCP services programmatically; skip it if you only use the Cloud Console or gcloud CLI.
Python client library for Google Cloud Certificate Manager that handles TLS certificate acquisition, deployment, and lifecycle management through the Google Cloud API.
Install it if you need to manage TLS certificates programmatically on GCP.