$npx skillfedfor your agent

Utilities packages

1,339 packages · page 20 of 34

Packages

mixer With conditions
PyPI · Utilities · released Mar 2022

Mixer generates test data and model instances for Django, SQLAlchemy, Flask-SQLAlchemy, Peewee, Pony, Mongoengine, and Marshmallow, replacing manual fixture creation with automatic fake-data generation.

However, verify compatibility with your specific framework versions—maintenance is dormant (last release 2022-03-23), so if you use very recent Django or SQLAlchemy…

BSD-3-Clausepure Python · 3.7+dormant
270.3Kdownloads / mo
svix-ksuid Worth it
PyPI · Utilities · released Mar 2026

Generates and parses KSUIDs (K-sorted unique identifiers) that combine a timestamp with random data, allowing approximate chronological ordering by creation time.

Install it if you need sortable IDs with embedded timestamps; skip it if standard UUIDs or database-generated sequences already fit your use case.

MITpure Python · 3.10+
269.9Kdownloads / mo
reproj With conditions
PyPI · Utilities · released May 2026

Reproject shapely geometries between coordinate reference systems with a single function call, wrapping pyproj and shapely to simplify the common GIS transformation task.

BSD-3-Clausepure Python · 3.9+
267.7Kdownloads / mo
pytailwindcss With conditions
PyPI · Utilities · released Jun 2026

Installs and wraps the standalone Tailwind CSS CLI as a pip package, letting you use Tailwind CSS without Node.js or npm.

MITpure Python · 3.11+
267.6Kdownloads / mo
cent With conditions
PyPI · Utilities · released Dec 2025

Python SDK for communicating with Centrifugo v5 and v6 servers via HTTP API, providing both synchronous and asynchronous clients to publish messages, manage channels, and interact with Centrifugo's server-side features.

Apache-2.0pure Pythonaging
267.4Kdownloads / mo
tavern Worth it
PyPI · Utilities · released Jun 2026

Tavern is a pytest plugin and command-line tool for automated testing of RESTful APIs, MQTT-based APIs, and gRPC services using a YAML-based test syntax.

MITpure Python · 3.11+
267.1Kdownloads / mo
pdfrw2 With conditions
PyPI · Utilities · released Nov 2021

pdfrw2 reads, writes, and manipulates PDF files with operations including page subsetting, merging, rotating, metadata modification, and watermarking.

However, be cautious: the package is abandoned (last commit 2022-11-09), so it may not handle modern PDF features or newly discovered edge cases.

MITpure Pythonabandoned
266.8Kdownloads / mo
opencage Worth it
PyPI · Utilities · released Jun 2026

A Python wrapper for the OpenCage Geocoding API that converts addresses to coordinates (forward geocoding) and coordinates to addresses (reverse geocoding), with support for both synchronous and asynchronous requests.

Install it if you need to integrate address-to-coordinate or coordinate-to-address lookups into a Python application and are willing to obtain an OpenCage API key.

BSD-3-Clausepure Python · 3.9+
266.8Kdownloads / mo
pytest-excel Worth it
PyPI · Utilities · released Jul 2025

A pytest plugin that generates Excel reports from test execution results, capturing test outcomes and metadata into .xls files with optional verbose formatting.

Install it if your workflow or stakeholders require test results in spreadsheet form; skip it if terminal or JSON reporting suffices.

MITpure Python · 3.11+
266.2Kdownloads / mo
simple-ddl-parser Worth it
PyPI · Utilities · released Mar 2026

Parses SQL DDL statements and their dialect variants into structured Python dictionaries or JSON, extracting table schemas, columns, constraints, and dialect-specific properties.

Install it if you need to programmatically extract or transform SQL schema definitions.

MITpure Python
264.7Kdownloads / mo
PyExifTool With conditions
PyPI · Utilities · released Oct 2023

PyExifTool is a Python wrapper that communicates with Phil Harvey's ExifTool command-line application to extract and read metadata from image and video files in batch mode.

BSD-3-Clausepure Python · 3.6+dormant
264.6Kdownloads / mo
sphinxcontrib-programoutput Worth it
PyPI · Utilities · released Jun 2026

A Sphinx extension that executes arbitrary shell commands and embeds their output directly into documentation, keeping command examples synchronized with actual program behavior.

BSD-2-Clausepure Python · 3.10+
263.5Kdownloads / mo
pgqueuer Worth it
PyPI · Utilities · released Jul 2026

PgQueuer turns PostgreSQL into a background job queue, letting you enqueue, schedule, and process jobs transactionally within your existing database instead of running a separate message broker.

MITpure Python · 3.10+
261.9Kdownloads / mo
pip-autoremove With conditions
PyPI · Utilities · released Sep 2021

A command-line tool that uninstalls a package and automatically removes its dependencies that are no longer used by any other installed package.

However, it is abandoned (last release 2021-09-17, no active maintenance), so use it only if you accept that bugs or compatibility issues with newer pip versions will…

Apache-2.0pure Pythonabandoned
259.9Kdownloads / mo
pyjoulescope-driver With conditions
PyPI · Utilities · released Aug 2026

Python bindings for the Joulescope DC energy analyzer driver, enabling communication with JS110, JS220, and JS320 Joulescope devices to configure operation and receive measurement data.

Apache-2.0compiled wheel
259.6Kdownloads / mo
listcrunch With conditions
PyPI · Utilities · released Jun 2020

Compresses sequences of repeated values into a human-readable format and decompresses them back to their original form.

However, do not rely on it for mission-critical systems or expect updates—treat it as a stable utility for specific compression tasks where the format suits your data.

MITpure Pythonabandoned
257.8Kdownloads / mo
sphinxext-rediraffe With conditions
PyPI · Utilities · released Sep 2025

A Sphinx extension that automatically redirects requests for non-existent or renamed documentation pages to their current locations, resolving chains of redirects transparently.

MITpure Python · 3.9+aging
257.1Kdownloads / mo
validate-docbr Worth it
PyPI · Utilities · released Apr 2026

Validates and generates Brazilian identity and registration documents including CPF, CNPJ, CNH, CNS, PIS, electoral registration, RENAVAM, and birth/marriage/death certificates.

MITpure Python · 3.10+
255.7Kdownloads / mo
tuna Worth it
PyPI · Utilities · released May 2026

tuna visualizes Python performance profiles in an interactive web interface, showing runtime and import-time profiling data with minimal dependencies.

Install it if you need to understand where your Python code spends time.

copyleftpure Python · 3.10+
252.7Kdownloads / mo
git-url-parse Worth it
PyPI · Utilities · released Mar 2019

Parses Git repository URLs to extract components like host, owner, and repository name, supporting both SSH and HTTPS formats.

However, the lack of maintenance since 2019, the presence of two known vulnerabilities, and the aging status mean you should verify the vulnerabilities do not affect…

MITpure Pythonaging2 known vulnerabilities
252.2Kdownloads / mo
django-pipeline Worth it
PyPI · Utilities · released Sep 2025

django-pipeline bundles and compresses CSS and JavaScript assets in Django projects, concatenating multiple files into optimized outputs during the collectstatic command.

Install it if your project uses Django's static files system and you want straightforward concatenation and compression; skip it if you're already using webpack,…

MITpure Python · 3.9+
252.0Kdownloads / mo
ipynbname With conditions
PyPI · Utilities · released Aug 2025

Returns the filename or full path of the currently running Jupyter notebook when executed in a browser-based notebook environment.

However, be aware that maintenance is aging (last release 362 days ago) and the package has known limitations outside browser notebooks, so verify it works with your…

MITpure Python · 3.4+aging
251.6Kdownloads / mo
pyfcm With conditions
PyPI · Utilities · released Jul 2025

PyFCM is a Python client for Firebase Cloud Messaging (FCM) that sends push notifications and data messages to Android, iOS, and Web clients.

However, be aware that maintenance is aging (382 days since last release); verify compatibility with your target Python version, as the classifiers list only up to…

MITpure Pythonaging
250.4Kdownloads / mo
mwxml Worth it
PyPI · Utilities · released Apr 2026

Efficiently parse and stream-process MediaWiki XML database dumps with memory-conscious iteration and optional distributed processing across multiple files.

Install it if you need to process wiki database exports; skip it if you're not working with MediaWiki XML data.

MITpure Python
249.6Kdownloads / mo
genanki With conditions
PyPI · Utilities · released Nov 2023

Generates Anki flashcard decks programmatically in Python, allowing you to create notes, models, and packages that can be imported into Anki.

permissive licensepure Python · 3.6+dormant
248.4Kdownloads / mo
mwtypes With conditions
PyPI · Utilities · released Jul 2024

Provides standardized Python classes for MediaWiki data types, normalizing representations across database, XML dumps, and API responses.

However, verify that the included types match your specific use case, and be aware that maintenance is dormant—if you need active support or compatibility updates for…

MITpure Pythondormant
247.8Kdownloads / mo
cigam Skip
PyPI · Utilities · released Mar 2018

Detects and reports file types, MIME types, and extensions by analyzing file magic bytes.

MITpure Pythonabandoned
247.7Kdownloads / mo
para With conditions
PyPI · Utilities · released Jan 2020

Distributes CPU-intensive processing of collections across multiple cores using Python's multiprocessing module, with a primary map() function for parallel execution.

MITpure Pythonabandoned
247.1Kdownloads / mo
mwcli Skip
PyPI · Utilities · released Jan 2020

Provides helper functions and classes for building command-line utilities that work with MediaWiki data.

No—not for new projects.

MITpure Pythonabandoned
246.7Kdownloads / mo
apple-compress With conditions
PyPI · Utilities · released Apr 2024

Python bindings for Apple's libcompression library, providing both a programmatic API and a CLI tool for compressing and decompressing data using Apple's native compression algorithms.

However, verify the license terms in the repository first, and confirm it meets your OS and Python version requirements (3.8+, Unix-like only).

license unclearpure Python
245.7Kdownloads / mo
pyap2 With conditions
PyPI · Utilities · released Jul 2026

Pyap2 detects and parses postal addresses from unstructured text using regex patterns, currently supporting US, Canadian, and British address formats.

MITpure Python
245.5Kdownloads / mo
pydoc-markdown With conditions
PyPI · Utilities · released Jun 2023

Pydoc-Markdown parses Python source code and generates API documentation in Markdown format, supporting multiple docstring styles and integrating with static site generators.

MITpure Python
245.3Kdownloads / mo
ara With conditions
PyPI · Utilities · released Jul 2026

ARA Records Ansible records and reports on Ansible playbook execution results via a callback plugin, storing them in SQLite, MySQL, or PostgreSQL and exposing them through a CLI, REST API, and web interface.

license unclearpure Python · 3.10+
244.0Kdownloads / mo
str2bool Skip
PyPI · Utilities · released Dec 2017

Converts string representations like 'yes', 'true', '1', 'no', 'false', '0' to Python boolean values, case-insensitive.

BSD-3-Clausebuilds from sourcedormant
243.4Kdownloads / mo
ccy With conditions
PyPI · Utilities · released Mar 2026

Provides a dictionary of currency objects with financial metadata, accessible programmatically or via a command-line tool for querying currency information.

permissive licensepure Python · 3.11+
243.4Kdownloads / mo
fusesoc Worth it
PyPI · Utilities · released May 2026

FuseSoC is a package manager and build abstraction tool for HDL code that enables reuse of IP cores, manages hardware designs, and coordinates builds and simulations across multiple tools and targets.

Install it if you work with Verilog, VHDL, or SoC design; skip it if you only use a single closed-source tool with its own build system.

BSD-3-Clausepure Python
242.2Kdownloads / mo
pycosat With conditions
PyPI · Utilities · released Oct 2023

Provides efficient Python bindings to PicoSAT, a C-based Boolean satisfiability (SAT) solver, allowing you to solve constraint satisfaction problems by finding variable assignments that satisfy logical clauses.

permissive licensebuilds from source
241.6Kdownloads / mo
binary With conditions
PyPI · Utilities · released Jun 2025

Converts between binary (IEC) and decimal (SI) units for storage sizes, with support for exact decimal arithmetic and automatic unit scaling.

MIT OR Apache-2.0pure Python · 3.9+aging
241.4Kdownloads / mo
parquet-tools With conditions
PyPI · Utilities · released Mar 2024

Command-line tool to read, inspect, and export Parquet files from local disk or Amazon S3, displaying schema, metadata, and tabular data.

However, dormant maintenance means no bug fixes or feature updates are coming; if you need active support or encounter issues, you may need to fork or switch to…

MITpure Python · 3.9+dormant
241.1Kdownloads / mo
magicgui With conditions
PyPI · Utilities · released Apr 2026

Magicgui builds graphical user interfaces directly from Python function signatures and type annotations, with minimal boilerplate code.

MITpure Python · 3.9+
241.1Kdownloads / mo