Packages
pgzip is a multi-threaded gzip implementation that accelerates compression and decompression by parallelizing block-indexed gzip operations, maintaining compatibility with standard gzip files.
Pygtail reads only the new lines from a log file since the last read, tracking position with an offset file and handling log rotation automatically.
SAQ is an async job queue framework that runs background tasks using asyncio, backed by Redis or PostgreSQL, with optional cron scheduling and a web monitoring UI.
Communicate with Google Chromecast devices over the network to discover them, control playback, and send commands via custom namespaces.
Slixmpp is an async-first XMPP library for Python that handles real-time messaging and presence over the XMPP protocol, built without threads by rewriting the core socket and event handling layers.
Install it if you're building real-time messaging, presence, or chat features over XMPP and want a modern async-first library.
SOPSy wraps the SOPS command-line tool to encrypt, decrypt, and manage secrets in YAML and JSON files from Python code.
However, be aware that the repository is archived and abandoned—use it only if you are comfortable maintaining it yourself or if your SOPS version and Python…
Provides a Python client library for the RunwayML REST API, offering synchronous and asynchronous access to RunwayML's generative AI services with full type hints and automatic pagination.
Install it if you need to call RunwayML's API from Python and want type safety, automatic pagination, and both sync/async support out of the box.
Adds transparent request caching to aiohttp.ClientSession, storing HTTP responses persistently across multiple backends (SQLite, Redis, MongoDB, DynamoDB, DragonflyDB) with configurable expiration and filtering.
Provides a Python client library for the Schematic API, offering synchronous and asynchronous clients with type-safe request and response handling for feature flags, user and company management, and event tracking.
Install it if you are building on the Schematic platform and need a type-safe, async-capable Python client; otherwise, it is not applicable.
A lightweight Python web framework designed for Google App Engine that provides URI routing, exception handling, and request/response management without external dependencies.
Install only if maintaining an existing application that already depends on it.
llmcompressor optimizes large language models for efficient deployment by applying quantization, pruning, and other compression techniques compatible with vLLM inference.
Provides utilities and base classes to reduce boilerplate when building FastAPI applications, including resource-based CRUD patterns, class-based views, and common helper types.
Reads data from Excel spreadsheet files (.xls and .xlsx formats) and extracts cell values, sheet metadata, and row/column information for programmatic access.
Configures Django email backends from environment variables using URL-style connection strings, following the 12-factor app pattern.
However, note that maintenance is dormant (no release since September 2022); verify compatibility with your Django and Python versions before adopting, especially if…
Render a specific block from a Django template to a string, supporting template inheritance and context variables.
Provides a ZODB-compatible pickle interface that handles cross-version serialization between Python 2 and 3, with support for protocol 3 opcodes and the noload() operation.
Provides a Thrift transport for PyHive connections using Pure-SASL authentication, with optional SSL socket support as an alternative to the standard sasl library.
No, not recommended for new projects.
WsgiDAV is a WebDAV server implementation in Python that runs standalone with SSL support or as a WSGI application, exposing directories and data structures as editable file systems over the WebDAV protocol.
Install it if you need a WebDAV server (standalone or embedded), want to expose files or data structures over WebDAV, or need to integrate remote file access into a…
Reads DAWG (Directed Acyclic Word Graph) files created by the dawgdic C++ library or DAWG Python package, providing pure-Python access without compiled extensions.
COT edits and deploys Open Virtualization Format (OVF/OVA) virtual appliance packages, allowing you to modify hardware configuration, add or remove disks, edit properties, and deploy to VMware ESXi servers.
A library providing additional utilities and facilities beyond the Python Standard Library, with support for modern Python versions and typed interfaces.
Install only if another package explicitly requires it as a dependency.
SQLAlchemy dialect for JDBC and ODBC database connections with support for PostgreSQL, Oracle, MySQL, MariaDB, SQL Server, DB2, SQLite, OceanBase, GBase 8s, IBM iSeries, MS Access, and Apache Phoenix.
However, maintenance is aging (268 days since last release), and the description explicitly requests community testing feedback, indicating some dialects may not be…
Provides a Python client library for the Braintrust REST API with type-safe request and response handling, supporting both synchronous and asynchronous operations.
Validates email addresses according to RFC 5322 and RFC 6531, with support for internationalized domains and local parts, returning normalized forms and detailed error messages.
Adapts MCP (Model Context Protocol) servers into tools for agentic frameworks like Smolagents, Langchain, and CrewAI, exposing their capabilities to AI agents.
However, note that maintenance is aging (last update October 2025, no commits since); evaluate whether the supported frameworks and adapters match your stack before…
Provides a Python client for consuming Server-Sent Events (SSE) streams over HTTP using the requests library, with built-in error handling for invalid status codes and content types.
Install it if you need to consume Server-Sent Events and prefer a synchronous, requests-based approach over async alternatives.
Carelytics provides healthcare data cleaning, validation, and predictive analytics for revenue cycle management, including denial prediction, readmission risk modeling, and FHIR-compliant data standardization.
However, the package is early-stage (270 days old, no visible recent commits), so verify that the FHIR parsing, de-identification, and prediction models meet your…
ZODB is an object-oriented database for Python that stores and retrieves Python objects directly without requiring a separate query language or object-relational mapping layer.
Wraps boto3 to create AWS IAM assume-role sessions with automatic credential refreshing, eliminating manual credential management when switching roles.
Morphological analyzer and inflection engine for Russian and Ukrainian text, performing part-of-speech tagging and word form generation.
However, be aware that maintenance is dormant—no updates since 2020—so you should verify compatibility with your Python version and consider whether you need active…
Extracts text, tables, images, and metadata from 91+ file formats including PDFs, Office documents, and images, with native async/await support and multiple OCR backends.
Provides the standard Python curses module on Windows by wrapping PDCurses, enabling terminal UI development that would otherwise require platform-specific workarounds.
GeoIP2Fast performs fast geolocation lookups for IPv4 and IPv6 addresses, returning country codes, city names, ASN information, and CIDR blocks from a local binary data file.
PyPyDispatcher implements a multi-producer-multi-consumer signal dispatching mechanism, allowing decoupled components to communicate through named signals and receiver registration.
Bridges Deep Agents with the Agent Client Protocol (ACP) to run AI agents in ACP-compatible text editors like Zed, exposing agent capabilities over stdio.
Install it if you're already using Deep Agents and want editor integration; skip it if you don't need ACP connectivity or prefer a different agent framework.
Provides Python bindings to query the MusicBrainz NGS webservice and Cover Art Archive API for music metadata and cover art.
However, be aware it is abandoned and will not receive updates.
Adds DTLS (Datagram Transport Layer Security) support to Python by extending the standard library's ssl module to work with UDP sockets, providing encryption and authentication for datagram-based communication.
However, do not use it if you require active security updates or compatibility with Python versions beyond 3.6—the last release was 2020-11-06 and the repository…
Pyzotero is a Python client library for the Zotero API that lets you programmatically access, search, and retrieve bibliographic items from personal or group Zotero libraries.
Generates and parses KSUIDs (K-Sortable Globally Unique IDs) using a high-performance Cython implementation, providing sortable unique identifiers with embedded timestamps.
Python bindings to the libssh C library for SSH client operations, with thread-safe, low-overhead access to remote command execution and file transfer over SSH.
However, the aging maintenance status (306 days since last release) and small community (48 GitHub stars) mean you should verify active support for your use case…