$npx skillfedfor your agent

Utilities packages

1,339 packages · page 17 of 34

Packages

authheaders With conditions
PyPI · Utilities · released Jun 2024

Generates and validates email authentication headers (DKIM, SPF, DMARC, ARC) and packages validation results into Authentication-Results headers for email messages.

However, the 781-day release lag and lack of active development mean you should verify that the embedded PSL is current for your use case and be prepared to maintain…

MITbuilds from source · 3.7+dormant
399.7Kdownloads / mo
minidump With conditions
PyPI · Utilities · released Aug 2024

Parses Microsoft minidump files and reads process memory dumps; can also create minidumps on Windows machines via the Windows API.

Maintenance is dormant but recent enough (last commit January 2025) that it remains usable; however, if you need active support or expect frequent updates, consider…

MITpure Python · 3.6+dormant
399.2Kdownloads / mo
wimpy With conditions
PyPI · Utilities · released Oct 2018

Wimpy provides a collection of commonly reused utility functions and helpers to reduce code duplication across projects.

However, verify that its utilities match your use case first—the lack of documentation and long dormancy mean you'll need to inspect the source code to know what…

permissive licensepure Pythondormant
397.2Kdownloads / mo
bitmath Worth it
PyPI · Utilities · released May 2026

bitmath converts and performs arithmetic on file sizes across SI and NIST prefix units (kB to YiB), with support for human-readable formatting, rich comparisons, and capacity math.

MITpure Python · 3.9+
396.9Kdownloads / mo
sphinxcontrib-napoleon Skip
PyPI · Utilities · released Sep 2018

A Sphinx extension that converts Google and NumPy style docstrings into reStructuredText, making documentation source code more readable during the build process.

BSD-3-Clausepure Pythonabandoned
391.1Kdownloads / mo
pockets Skip
PyPI · Utilities · released Nov 2019

Pockets provides a collection of utility functions for common Python tasks like converting between naming conventions (camelCase and underscore_separated), resolving string names to objects, automatic logging, and peek-ahead iteration.

BSD-3-Clausepure Pythonabandoned
389.8Kdownloads / mo
truss-transfer With conditions
PyPI · Utilities · released Jun 2026

Downloads and resolves Baseten Pointers (bptr) to local directories, supporting HuggingFace, Google Cloud Storage, AWS S3, and Azure sources with optional caching.

license unclearcompiled wheel · 3.8+
389.4Kdownloads / mo
nested-lookup Skip
PyPI · Utilities · released Jul 2022

Provides functions to search, update, delete, and analyze keys and values across deeply nested dictionaries and lists, typically from parsed JSON, YAML, or XML documents.

permissive licensebuilds from sourceabandoned
389.4Kdownloads / mo
json-numpy Worth it
PyPI · Utilities · released Jun 2025

Provides lossless JSON encoding and decoding for NumPy arrays and scalars, with a drop-in replacement API for the standard json module.

MITpure Python · 3.8+aging
387.8Kdownloads / mo
sensai-utils With conditions
PyPI · Utilities · released Oct 2025

Provides general-purpose utility classes extracted from sensAI, usable independently without sensAI's full dependency footprint.

However, maintenance is aging (298 days since last release), so verify that the utilities you need are stable and that the project's support aligns with your…

MITpure Pythonaging
386.9Kdownloads / mo
plantuml With conditions
PyPI · Utilities · released Nov 2019

Generates UML diagrams from text markup by communicating with a PlantUML server, avoiding the need to install Java or spawn shell subprocesses.

However, be aware that the package has not been actively maintained since 2019, so compatibility with modern Python versions is unverified and no active support is…

BSD-3-Clausepure Pythondormant
386.2Kdownloads / mo
getmac Worth it
PyPI · Utilities · released Jul 2024

Retrieves MAC addresses of local network interfaces and remote hosts on the LAN via a single pure-Python function, with no compiled dependencies.

MITpure Python
385.8Kdownloads / mo
notify_py With conditions
PyPI · Utilities · released Jun 2024

Sends cross-platform desktop notifications from Python scripts to Windows, macOS, and Linux systems with optional icons and audio.

However, if you require active maintenance, custom notification actions, or guaranteed compatibility with the latest OS versions, evaluate alternatives or plan for…

MITpure Pythondormant
383.9Kdownloads / mo
lakefs Worth it
PyPI · Utilities · released Apr 2026

A high-level Python wrapper around the lakeFS SDK that simplifies interaction with lakeFS repositories, branches, and objects through a cleaner API with environment-based credential inference.

Apache-2.0pure Python · 3.10+
383.5Kdownloads / mo
django-configurations With conditions
PyPI · Utilities · released Mar 2024

Organizes Django settings using composable Python classes instead of module-based configuration, enabling environment-specific settings through class inheritance and object-oriented patterns.

BSD-3-Clausepure Pythonaging
383.1Kdownloads / mo
yagmail Worth it
PyPI · Utilities · released May 2026

Simplifies sending emails via Gmail or any SMTP server, with built-in support for attachments, HTML content, and asynchronous sending.

MITpure Python · 3.8+
382.1Kdownloads / mo
pynmeagps Worth it
PyPI · Utilities · released Aug 2026

Parses and generates NMEA 0183 GPS/GNSS protocol messages, enabling Python applications to read and work with positioning data from GPS receivers and maritime devices.

Install it if you need to work with GPS/GNSS protocol data in Python; skip it only if you need support for Python versions below 3.10 or have no use for NMEA message…

BSD-3-Clausepure Python · 3.10+
381.7Kdownloads / mo
vonage-utils With conditions
PyPI · Utilities · released Oct 2024

Provides utility functions and error types for the Vonage Python SDK, including phone number formatting and dictionary cleaning for API responses.

Apache-2.0pure Python · 3.9+
380.9Kdownloads / mo
executor Skip
PyPI · Utilities · released Nov 2020

Wraps Python's subprocess module to simplify executing local commands, remote commands over SSH, and concurrent command pools with proper argument escaping and error handling.

MITpure Pythonabandoned
380.0Kdownloads / mo
compress-pickle With conditions
PyPI · Utilities · released Sep 2021

Wraps Python's standard pickle serialization with transparent compression using gzip, bz2, lzma, zipfile, or optionally lz4, reducing storage size for pickled objects.

Install only if your use case is stable and you do not expect future Python or compression library changes to break it.

MITpure Python · 3.6+abandoned
378.8Kdownloads / mo
sphinxcontrib-svg2pdfconverter Worth it
PyPI · Utilities · released Mar 2026

Converts SVG images to PDF or PNG for Sphinx documentation builders that don't natively support SVG, using Inkscape, libRSVG, or CairoSVG as the underlying converter.

Install it if you use Sphinx with SVG images and target builders like LaTeX that don't natively support SVG.

BSD-2-Clausepure Python · 3.6+
377.8Kdownloads / mo
vininfo Worth it
PyPI · Utilities · released May 2026

Extracts and verifies information from Vehicle Identification Numbers (VINs), including manufacturer, country, region, and detailed vehicle specs when available.

Install it if you need to parse or validate VINs in your application.

BSD-3-Clausepure Python · 3.10+
377.5Kdownloads / mo
aws-error-utils Worth it
PyPI · Utilities · released Nov 2022

Wraps botocore ClientError exceptions to provide Pythonic access to error codes, messages, HTTP status codes, and operation names without navigating nested dictionaries.

Install it if you write botocore code with more than a few try-except blocks.

Apache-2.0pure Pythondormant
376.4Kdownloads / mo
certipy With conditions
PyPI · Utilities · released Apr 2026

Certipy creates and manages certificate authorities and signed certificates on demand, with command-line and Python API interfaces for generating PKI hierarchies, signing operations, and trust bundle management.

Not recommended for production certificate generation without careful evaluation of security requirements and compliance constraints.

BSD-3-Clausepure Python · 3.7+
375.8Kdownloads / mo
django-bootstrap3 With conditions
PyPI · Utilities · released Jul 2026

Provides Django template tags and filters to render Bootstrap 3 HTML components (forms, buttons, alerts) with minimal boilerplate.

BSD-3-Clausepure Python · 3.10+
375.6Kdownloads / mo
json-source-map With conditions
PyPI · Utilities · released Dec 2022

Maps each value in a JSON document to its source location (line, column, character position) and JSON Pointer path, enabling precise error reporting and source-aware JSON processing.

Apache-2.0pure Pythondormant
374.0Kdownloads / mo
pyunpack With conditions
PyPI · Utilities · released Jun 2022

Unpacks archive files in Python with support for multiple formats (ZIP, TAR, RAR, 7z, and many others) through either the built-in zipfile library or the patool command-line tool.

However, for active projects requiring frequent updates or password support, consider whether patool or another maintained alternative better fits your needs.

BSD-3-Clausepure Pythondormant
373.2Kdownloads / mo
bittensor-cli Skip
PyPI · Utilities · released Jul 2026

Command-line interface for managing Bittensor platform operations including wallet creation, subnet registration, delegation, and governance voting.

MITpure Python · 3.10+abandoned
373.0Kdownloads / mo
cloudsmith-cli Worth it
PyPI · Utilities · released Aug 2026

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.

Apache-2.0pure Python · 3.10.0+
370.2Kdownloads / mo
mailgun Worth it
PyPI · Utilities · released Aug 2026

Official Python SDK for the Mailgun email service API, providing synchronous and asynchronous clients to send messages, manage domains, webhooks, templates, and access email delivery metrics.

Install it if you use Mailgun for email delivery and want a well-supported, type-hinted Python client.

Apache-2.0pure Python · 3.11+
367.4Kdownloads / mo
fhconfparser With conditions
PyPI · Utilities · released Jan 2024

Reads configuration files in INI, TOML, or JSON format through a single unified interface, abstracting away format-specific syntax differences.

However, be aware that maintenance is dormant—last release was 933 days ago—so consider whether you need active support or can tolerate a stable, unchanging library.

MITpure Pythondormant
365.6Kdownloads / mo
ansi2txt With conditions
PyPI · Utilities · released Feb 2023

Converts ANSI escape sequences (color codes, formatting) from text to plain text output, removing all terminal styling.

However, verify the dual-license terms apply to your project, and consider whether you need active maintenance or bug fixes for your use case.

AGPL-3.0-onlypure Pythonabandoned
364.0Kdownloads / mo
whichcraft With conditions
PyPI · Utilities · released Sep 2019

Provides a cross-platform, cross-Python implementation of shutil.which to locate executable commands in the system PATH.

However, modern Python 3.3+ includes shutil.which natively, so this package is most useful for legacy codebases or environments where Python 2.7 support is still…

BSD-3-Clausepure Pythonabandoned
363.1Kdownloads / mo
exit-codes With conditions
PyPI · Utilities · released Jul 2019

Provides platform-independent exit codes for Python programs, making Unix exit status codes available consistently across all platforms.

permissive licensepure Pythonabandoned
362.2Kdownloads / mo
pymupdfpro With conditions
PyPI · Utilities · released Aug 2026

PyMuPDF Pro extends PyMuPDF with commercial Office document handling—parsing, extracting text and tables from, and converting doc, docx, hwp, hwpx, ppt, pptx, xls, xlsx, and similar formats.

However, the commercial license and unclear trial restrictions mean you should verify licensing terms and test trial mode before committing to production use.

license unclearcompiled wheel · 3.9+
358.4Kdownloads / mo
mmhash3 With conditions
PyPI · Utilities · released Oct 2022

mmhash3 is a Python wrapper for MurmurHash3, providing fast non-cryptographic hash functions for strings and byte data with configurable output sizes (32-bit, 64-bit, or 128-bit) and seed values.

However, the package is abandoned—no updates since 3.0.1—so consider it stable and feature-complete rather than actively maintained.

permissive licensecompiled wheelabandoned
357.4Kdownloads / mo
lzstring Skip
PyPI · Utilities · released Jun 2018

Compresses and decompresses text using the LZ-String algorithm, supporting multiple output formats including Base64 encoding.

MITbuilds from sourcedormant
353.8Kdownloads / mo
pytest-fixture-config With conditions
PyPI · Utilities · released Oct 2024

Provides configuration objects and decorators for pytest fixtures that allow you to define, manage, and conditionally skip tests based on required configuration variables.

Install it if you're managing optional test fixtures or environment-dependent test setup.

MITpure Python · 3.6+aging
351.2Kdownloads / mo
sanitize-filename With conditions
PyPI · Utilities · released Apr 2020

Removes or replaces problematic characters from filenames while preserving the original name and non-ASCII characters whenever possible, using a blacklist approach.

However, the project is abandoned (last release April 2020), so it will not receive security updates or bug fixes.

MITpure Pythonabandoned
351.1Kdownloads / mo
pycln Worth it
PyPI · Utilities · released Oct 2025

Pycln finds and removes unused import statements from Python code, acting as a formatter that cleans up import sections automatically.

Install it if import cleanup is a workflow need.

MITpure Pythonaging
349.2Kdownloads / mo