Packages
Provides Django model and form fields to store and manage lists of email addresses with built-in validation and a widget for editing multiple emails.
However, verify the license before use and be aware that updates are infrequent; if you need active development or custom email handling beyond basic storage and…
Adds Google Analytics tracking to Sphinx-generated HTML documentation by injecting tracking code into built pages.
However, verify compatibility with your current Google Analytics setup (GA4 vs.
Parses version strings in multiple formats (semantic, filename, classname styles) and provides comparison and conversion operations between them.
Parses and decrypts iOS device backups, extracting individual files or entire backup contents via CLI or Python API.
A Python client library for the Pushbullet API that sends notifications and messages to Android devices and other connected services.
Read and write XMP metadata in image and document files by wrapping the Exempi C library through ctypes.
However, the aging maintenance status (261 days since last release) and the hard dependency on a native C library mean you should verify Exempi availability in your…
Ydiff displays colored, incremental diffs in a terminal with side-by-side or unified formatting, auto-paging support, and no external dependencies beyond Python and less.
Install it if you regularly review diffs and prefer a simpler alternative to full-featured diff tools.
Parses hypervisor disk, backup, and configuration files from various virtualization platforms, extracting structured data for forensic analysis and system inspection.
Pansi provides a clean interface for rendering text and graphics in the terminal using ANSI escape sequences, with modules for text styling, image rendering, and full-screen layout.
However, note that the project is dormant (no releases in 649 days), so do not expect active maintenance, bug fixes, or updates—suitable for stable use cases but…
Converts BeautifulSoup4 parsed HTML or XML objects into Python dictionaries or JSON, preserving element hierarchy, attributes, and text content.
Airium generates HTML from Python code using indentation and context managers instead of templates, and can also parse HTML back into Python.
Parses Cloud Foundry environment variables and service credentials into a simple Python object, extracting app metadata and service connection details from the VCAP_SERVICES environment variable.
isocodes provides programmatic access to ISO standard reference data (countries, languages, currencies, scripts, subdivisions) with dot-notation object access and fast lookup methods.
Packages the tippecanoe command-line tool as a Python package, making it installable via pip and usable in build systems to convert GeoJSON, FlatGeobuf, or CSV features into vector tilesets.
Generates .env files by merging an .env.template with environment variables matching specified prefixes, with optional strict validation and source filtering.
Install it if you manage environment configuration across Docker builds or CI systems and want to avoid shell scripting or manual secret handling.
Adds bulk create, update, and delete operations to Django REST Framework's generic views and viewsets, enabling efficient batch processing of multiple resources in a single request.
httpwatcher is a simple HTTP server and library for serving static files with live reload triggered via WebSockets, designed for local development and testing.
audeer provides a collection of lightweight utility functions for common Python tasks including file path handling, multi-threading, and progress bar display.
PyDBML parses and generates DBML (Database Markup Language) schemas, converting between DBML syntax and SQL or back to DBML format.
Install it if you need to parse or generate DBML schemas in Python—it's the standard tool for that task.
Manages remote Linux machines and services over SSH, providing interfaces for filesystem operations, firewall configuration, package management, system services, and power control.
Redislite embeds a self-contained Redis server into a Python package, providing Redis key-value store functionality without requiring a separate server installation or management.
Not recommended for production services requiring active security updates or recent Redis features; use a standalone Redis server instead.
Parses, validates, and calculates occurrences of AWS EventBridge cron expressions, which differ from standard Unix cron syntax.
A Python client library for the Sailthru REST API, enabling remote access to Sailthru's email marketing and customer engagement platform.
However, the 5+ year gap since the last release (2018-07-26) is a significant concern: you should verify that it works with your target Python version and that…
pypickle wraps Python's pickle module to save and load serialized data with built-in validation and safety checks against risky modules before deserialization.
Extracts and lists dependencies from multiple Python project file formats including pyproject.toml, uv.lock, and requirements.txt.
Communicates with Campbell CR1000-type dataloggers over TCP, UDP, Serial, or GSM connections to query time, retrieve data tables, and download logged measurements.
Provides an efficient C-backed array type for storing and manipulating sequences of boolean values, with support for bitwise operations, slicing, and endianness control.
Provides Bootstrap-styled date, time, and datetime picker widgets for Django forms, supporting Bootstrap 3, 4, and 5 with date-range selection.
Install it if your forms require date or time input and you are already using Bootstrap.
Nextcord is an async-ready Python wrapper for the Discord API that lets you build Discord bots and applications using modern async/await syntax with built-in rate limiting and memory optimization.
Aspose.Cells for Python via Java is a library for creating, reading, modifying, and converting Excel spreadsheets and related formats (XLSX, XLS, CSV, PDF, images, and others) without requiring Microsoft Office.
Not recommended if you require a pure-Python solution or need absolute license clarity before adoption.
Parses and generates UBX protocol messages from u-blox GNSS receivers, and can also handle NMEA 0183 and RTCM3 protocols through pynmeagps and pyrtcm.
Install it if you need to parse or generate UBX protocol messages.
Generates random real US addresses with coordinates from authoritative government sources, designed for testing address forms, geolocation code, and test fixtures.
Install it if you need real address data for testing without external API calls.
A command-line save file editor for The Battle Cats game that reads, modifies, and writes back game save data using cryptographic operations.
Provides a unified interface library for building web extensions that handle spreadsheet uploads and downloads using pyexcel, abstracting away file format details.
Provides utilities and command-line tools for the OpenVoiceOS ecosystem, including log slicing, filtering, and reduction capabilities.
A certbot plugin that automates DNS-01 challenge validation for DuckDNS domains by managing TXT record creation and deletion through the DuckDNS API.
Install it if you use DuckDNS and want to automate Let's Encrypt certificate issuance; skip it only if you use a different DNS provider or prefer manual certificate…
Provides Python bindings to post-quantum cryptographic algorithms (key encapsulation and digital signatures) that resist attacks from both classical and quantum computers.
Parses disk volume and partition systems including LVM2, GPT, and MBR to extract partition metadata and structure.
However, the AGPL-3.0-or-later license requires careful review if you plan to use it in proprietary software.
Provides pre-built wheels of the Google Protocol Buffer compiler (protoc) version 30.2 for multiple platforms, eliminating the need to compile protoc from source during installation.
However, verify that version 30.2 is appropriate for your use case—the package is aging and may not receive updates if newer protobuf releases are available.
ida-hcli is a command-line interface for managing IDA Pro licenses, downloads, and related operations through a modern CLI built on Click and Rich.