Subcategories
Packages
Encodes and decodes byte arrays using the Base58Check scheme, a binary-to-text encoding used primarily for Bitcoin addresses and similar cryptographic identifiers.
However, note that no releases have been published since 2018, so verify that it meets your Python version requirements and handles edge cases your use case requires…
Adds pagination to Django admin inline forms, allowing you to display related objects in smaller, navigable chunks rather than all at once.
zope.publisher handles HTTP request and response objects for publishing Python objects on the web, with support for HTTP/WebDAV, browsers, XML-RPC, and FTP clients via a WSGI-compatible interface.
Not recommended for new projects outside the Zope ecosystem—modern alternatives like Werkzeug or Starlette are more widely adopted.
Provides async-first Python bindings to the Microsoft Graph Beta API, allowing applications to interact with Microsoft cloud services through a generated client library.
Implements the x402 payment protocol with transport-agnostic client, server, and facilitator components supporting EVM, Solana, and TON blockchains via both async and sync APIs.
However, the Alpha status and recent first release (February 2025) mean the protocol and API may still evolve—use in production only after reviewing the security…
ServeStatic serves static files efficiently from Python ASGI/WSGI applications with automatic compression, cache headers, and CDN integration, eliminating the need for separate web servers or external storage services.
Enables WebSocket connections through HTTP and SOCKS proxies by wrapping the websockets package with proxy support via python-socks.
qsAPI is a Python client for Qlik Sense QPS and QRS REST APIs that lets you manage Qlik Sense sites programmatically—viewing and editing configuration, managing tasks, and automating administrative operations.
A Python wrapper for the Databricks REST API that provides programmatic access to Databricks workspace resources including tokens, secrets, clusters, jobs, and DBFS.
Iterates over large Django QuerySets in configurable chunks to avoid loading entire result sets into memory at once.
Integrates Django Debug Toolbar into the GraphiQL IDE, providing performance profiling and debugging information directly within GraphQL query execution.
httsleep polls HTTP endpoints repeatedly until a success condition is met or an alarm condition triggers, supporting status code checks, JSON response matching via JSONPath, and custom callbacks.
pyodata is a Python client library that abstracts away OData protocol details, allowing you to query and interact with OData V2 services through a straightforward Python interface.
Install it if you need to interact with OData V2 services from Python.
Sends event and pageview data to Google Analytics via the Universal Analytics Measurement Protocol, supporting synchronous and asynchronous HTTP requests and batch submissions.
No—not for new projects.
Provides internationalization and localization APIs for Python applications, including locale objects, gettext-based message catalogs, and locale discovery for web requests.
Connects Python applications to Binance's public REST and WebSocket APIs for spot trading, market data retrieval, and real-time streams.
Install it if you are already using it or building a simple spot-trading integration; avoid it for new projects unless you have a specific reason to prefer this over…
Guesses MIME types from filenames and body data, parses MIME type strings, and detects text content types.
Provides a Django model field type that stores Python enumerations (Enum, IntEnum, Flag) as database columns, automatically coercing values to their enum type on retrieval.
Provides a set of standard interfaces for browser-related components in Zope Toolkit applications, including view, adding, terms, and error-handling abstractions.
Provides web search and content fetching through DuckDuckGo as a Model Context Protocol server for integration with Claude and other MCP clients.
Hammock wraps the requests library to let you build REST API calls using object notation instead of string formatting, converting URL paths into chained method calls.
Frontegg is a Python SDK for integrating Frontegg's SaaS platform features—authentication, user management, and other managed services—into your application with minimal code.
However, dormant maintenance (641 days since last release) is a concern—you should verify that the SDK remains compatible with the current Frontegg API and be…
Python client library for the RocketReach API, enabling programmatic person and company lookups, searches, and contact information retrieval.
However, verify the license terms first (they are not declared in the package metadata) and be aware that API calls will incur charges.
mwclient is a Python client library for the MediaWiki API that provides programmatic access to MediaWiki instances like Wikipedia, enabling read and write operations on wiki content.
Install it if you need to interact with Wikipedia or any MediaWiki instance from Python code.
repoze.who is an identification and authentication framework for WSGI applications, configurable as middleware or an API to handle user identification without providing authorization logic.
Provides Python client libraries for the TikTok Business API, enabling programmatic access to app management, advertising, and conversion event operations.
Install it if you need to integrate TikTok app management or advertising into a Python application.
Python SDK client for SnapTrade's brokerage connection API, enabling live account access, position queries, and order placement across multiple brokerages.
Django Filer is a file and image management application for Django that provides a file browser interface and handles file uploads, organization, and retrieval within Django projects.
Defines event objects and API functions for tracking object lifecycle events—creation, modification, and removal—in loosely-coupled systems using the zope.event dispatch mechanism.
Unified Python client for publishing social media posts across 16 platforms (Instagram, TikTok, YouTube, LinkedIn, X/Twitter, Facebook, Pinterest, Threads, Bluesky, Reddit, Snapchat, Telegram, WhatsApp, Google Business Profile, and others) with a single API call.
Provides macOS-specific helper applications and network extension support for mitmproxy, including a certificate-trusting utility and traffic redirection app.
MechanicalSoup automates interaction with websites by handling HTTP sessions, cookies, redirects, form submission, and link following—built on Requests and BeautifulSoup, but does not execute JavaScript.
Install it if your target sites serve complete HTML and you want a lighter alternative to a full browser automation framework.
Retrieves financial data from Yahoo Finance through an unofficial API, returning stock information, company details, and market data as pandas DataFrames for single or multiple ticker symbols.
However, the aging maintenance status (last release 456 days ago) means the unofficial API could break without timely fixes, so verify current reliability before…
Broadcaster provides a simple async broadcast API that abstracts over multiple backend services—Redis PUB/SUB, Redis Streams, Apache Kafka, PostgreSQL LISTEN/NOTIFY, and in-memory—to add realtime pub/sub messaging to Python applications.
No, not for new projects.
Parses OData v4 filter strings and transpiles them to Django QuerySets, SQLAlchemy queries, or raw SQL for database filtering.
However, verify compatibility with your specific ORM versions before relying on it in production, since the last release was 777 days ago and no updates are forthcoming.
Low-level Python client for the Encord API, enabling programmatic management and annotation of multimodal data including sensor streams, video, and text.
Install it if you need programmatic access to Encord's data management and annotation services.
Scrapes financial data from FinViz website, providing stock fundamentals, charts, news, insider trading info, forex and crypto data, plus screeners for comparing multiple stocks.
However, maintenance is aging (223 days since last release), so expect potential breakage if FinViz redesigns their site.
Provides an async Python client for consuming Server-Sent Events (SSE) streams over HTTP using aiohttp, with built-in auto-reconnect and simple async iteration.
Scrapes flight data from Google Flights by decoding Base64-encoded Protobuf requests, returning structured flight information without browser automation.
Applies colored text and background styling to CLI output using hex or RGB color formats, then prints or returns the formatted string.