$npx skillfedfor your agent

Utilities packages

1,339 packages · page 32 of 34

Packages

python-upwork-oauth2 With conditions
PyPI · Utilities · released Nov 2024

Python bindings for the Upwork API using OAuth 2.0, supporting GraphQL calls to interact with Upwork's platform.

However, the last release was 2024-11-26—verify that the GraphQL operations you need are supported and monitor the repository for any breaking changes to the Upwork…

Apache-2.0pure Python · 3.8+dormant
85.6Kdownloads / mo
pypcd4 Worth it
PyPI · Utilities · released Jan 2026

pypcd4 reads, writes, and manipulates Point Cloud Data (PCD) files, converting between PCD format, NumPy arrays, and ROS PointCloud2 messages.

BSD-3-Clausepure Python · 3.8.2+
85.4Kdownloads / mo
advent-of-code With conditions
PyPI · Utilities · released Mar 2026

Provides pre-computed solutions to Advent of Code puzzles as a Python library and CLI tool, with Rust-backed implementations exposed via PyO3.

license unclearcompiled wheel
85.3Kdownloads / mo
chinese-calendar Worth it
PyPI · Utilities · released Nov 2025

Determines whether a specific date in China is a working day or holiday, with support for 2004–2026 and knowledge of official government holiday schedules including adjustments.

Install it if you need to check Chinese holidays; skip it if your application has no China-specific calendar logic.

MITpure Python
85.1Kdownloads / mo
inform Worth it
PyPI · Utilities · released Jun 2026

Inform provides specialized print functions for displaying formatted messages to users, with built-in support for logging, colored output (warnings in yellow, errors in red), and custom exception handling.

MITpure Python · 3.6+
84.9Kdownloads / mo
pyoxipng With conditions
PyPI · Utilities · released Aug 2025

pyoxipng reduces PNG file sizes through compression, offering file-based and in-memory optimization plus the ability to create PNGs from raw image data.

MITcompiled wheel · 3.8+aging
84.8Kdownloads / mo
jaraco.ui With conditions
PyPI · Utilities · released Aug 2024

Provides command-line and user-interface utilities for Python developers, built on jaraco.classes, jaraco.text, named, and typer.

MITpure Python · 3.8+
84.8Kdownloads / mo
file-magic Worth it
PyPI · Utilities · released Sep 2022

file-magic provides a Python interface to libmagic, enabling detection of file types, MIME types, and encodings from file paths or content.

The main gotcha is the libmagic system dependency, which is typically already present but must be verified in your deployment environment.

BSD-3-Clausepure Python · 2.7+
84.6Kdownloads / mo
Penman Worth it
PyPI · Utilities · released Aug 2024

Penman is a Python library for reading, writing, and manipulating graphs encoded in PENMAN notation, commonly used for Abstract Meaning Representation (AMR) and other semantic graph formats.

MITpure Python · 3.8+
84.5Kdownloads / mo
nbtlib With conditions
PyPI · Utilities · released Nov 2021

Read, write, and edit NBT (Named Binary Tag) data files used in Minecraft, with support for gzipped and uncompressed formats, big-endian and little-endian byte orders, and schema validation.

However, the project is abandoned (last commit December 2022, last release November 2021) and version 2.0.4 is explicitly marked unstable—use the stable 1.12.1…

MITpure Pythonabandoned
84.5Kdownloads / mo
country_list Worth it
PyPI · Utilities · released Nov 2023

Provides ISO 3166-1 country codes and names in multiple languages, queryable by language or country code.

Install it if you need ISO 3166-1 country codes and names in multiple languages; skip it only if you already have country data embedded elsewhere or need real-time…

MITpure Python
84.4Kdownloads / mo
django-eventstream With conditions
PyPI · Utilities · released May 2026

Adds Server-Sent Events (SSE) streaming to Django applications, allowing views to push data to connected clients over persistent HTTP connections.

MITpure Python · 3.10+
84.3Kdownloads / mo
pyinstxtractor-ng With conditions
PyPI · Utilities · released Jul 2026

Extracts Python bytecode and resources from PyInstaller-generated executables (Windows PE and Linux ELF), with support for automatic decryption of encrypted archives.

GPL-3.0-onlypure Python · 3.8+
84.0Kdownloads / mo
structout With conditions
PyPI · Utilities · released Feb 2026

Formats and displays graphs and large integer lists as readable terminal output with customizable layout, coloring, and zoom options.

copyleftbuilds from source · 3.8+
83.9Kdownloads / mo
meshioplusplus With conditions
PyPI · Utilities · released Aug 2026

meshioplusplus reads and writes mesh files in dozens of formats (STL, VTK, Gmsh, CGNS, Exodus, and many others) and converts between them, with a C++20 core that provides zero-copy numpy integration at the I/O boundary.

MITcompiled wheel · 3.8+
83.8Kdownloads / mo
lamin_utils With conditions
PyPI · Utilities · released Feb 2026

Provides utility functions and helpers for LaminDB and Bionty, two bioinformatics and data management packages.

Install only if your project actually depends on LaminDB or Bionty; it is not a general-purpose utility library.

Apache-2.0pure Python
83.7Kdownloads / mo
requirementslib With conditions
PyPI · Utilities · released Jun 2023

Parses, builds, and converts between Pipfile and requirements.txt formats, and resolves dependencies of editable packages.

However, it is abandoned (last update June 2023) with 9 runtime dependencies that may drift out of sync with modern Python tooling.

MITpure Python · 3.7+abandoned
83.6Kdownloads / mo
distribute Skip
PyPI · Utilities · released Jul 2013

Distribute is a legacy compatibility wrapper that installs Setuptools 0.7+ as a drop-in replacement for the older distribute package.

permissive licensebuilds from sourceabandoned
83.5Kdownloads / mo
ResourceBundle With conditions
PyPI · Utilities · released Apr 2024

ResourceBundle manages internationalization and localization of string resources in Java PropertyResourceBundle format, allowing you to load locale-specific key-value pairs and fall back through parent bundles.

However, it is dormant—do not expect active maintenance or bug fixes.

MITpure Python · 3.5+dormant
83.5Kdownloads / mo
pygmsh With conditions
PyPI · Utilities · released Jan 2022

pygmsh provides a Python interface to Gmsh, a mesh generation tool, allowing you to define 2D and 3D geometries and generate unstructured meshes from them.

However, maintenance is dormant—the last release was 2022-01-28.

GPL-3.0-or-laterpure Python · 3.7+dormant
83.4Kdownloads / mo
universal-silabs-flasher With conditions
PyPI · Utilities · released Apr 2026

Flashes firmware onto Silicon Labs radios (EmberZNet, CPC, Spinel) by automatically entering bootloader mode and transferring images via XMODEM, with built-in GBL validation and checksum verification.

copyleftpure Python · 3.11+
83.3Kdownloads / mo
goose3 Worth it
PyPI · Utilities · released Jul 2026

Extracts article text, metadata, images, and embedded videos from web pages using HTML parsing and language-aware text analysis.

Install it if you need to extract article content, metadata, or embedded media from news sites or similar pages; skip it if you only need simple HTML parsing or if…

Apache-2.0pure Python · 3.9+
83.1Kdownloads / mo
pylitterbot With conditions
PyPI · Utilities · released Aug 2026

Control Whisker Litter-Robot and Feeder-Robot devices through an async Python API that reverse-engineers the unofficial Whisker app protocol.

MITpure Python · 3.10+
83.1Kdownloads / mo
loadimg Worth it
PyPI · Utilities · released Jul 2025

Loads and converts images between multiple formats—numpy arrays, PIL objects, file paths, URLs, and base64 strings—with automatic format detection.

permissive licensepure Python
82.8Kdownloads / mo
napari-plugin-manager With conditions
PyPI · Utilities · released Mar 2026

Provides a graphical interface for discovering, installing, updating, and uninstalling napari plugins through both pip and conda package managers.

BSD-3-Clausepure Python · 3.10+
82.8Kdownloads / mo
json-encoder Skip
PyPI · Utilities · released Sep 2016

Provides JSON serialization with singledispatch-based type handlers instead of JSONEncoder subclassing, with built-in support for time, date, datetime, UUID, and Decimal types.

license unclearpure Pythonabandoned
82.6Kdownloads / mo
pylint-quotes With conditions
PyPI · Utilities · released May 2021

A Pylint plugin that enforces consistent use of single vs. double quotes and docstring quote styles across Python code.

However, exercise caution: the package is dormant (last release 2021-05-25) and may have compatibility gaps with recent Pylint versions—verify it works in your…

MITpure Python · 3.6+dormant
82.6Kdownloads / mo
cli-mcp-server With conditions
PyPI · Utilities · released Jul 2025

Provides a secure Model Context Protocol (MCP) server that allows LLM applications to execute whitelisted command-line operations with configurable security policies, command validation, and execution controls.

However, verify the actual license in the repository first (metadata is unclear), and be aware that maintenance is aging—last release was 406 days ago.

license unclearpure Python · 3.10+aging
82.1Kdownloads / mo
dsmr-parser Worth it
PyPI · Utilities · released Aug 2026

Parses Dutch Smart Meter Requirements (DSMR) telegram data from serial ports, sockets, or raw strings, supporting DSMR versions 2, 3, 4, and 5.

Install it if you need to read Dutch smart meter data; skip it if you don't have a P1 port or DSMR source.

permissive licensepure Python · 3.10+
82.1Kdownloads / mo
docstrfmt With conditions
PyPI · Utilities · released Jun 2026

Automatically formats reStructuredText in files and Python docstrings to a consistent style, similar to how Black formats Python code.

MITpure Python · 3.10+
81.9Kdownloads / mo
jaraco.windows With conditions
PyPI · Utilities · released May 2025

Provides a pure-Python interface to Windows APIs via ctypes, allowing developers to call Windows system functions directly from Python code without compiled extensions.

MITpure Python · 3.9+
81.8Kdownloads / mo
qrdet With conditions
PyPI · Utilities · released Jun 2024

Detects and segments QR codes in images using a YOLOv8-based model, returning bounding boxes, confidence scores, and precise polygon coordinates even in difficult positions.

MITpure Pythonaging
81.6Kdownloads / mo
unrar Skip
PyPI · Utilities · released Sep 2019

Provides Python access to RAR archive files through ctypes bindings to the UnRAR library, allowing you to list, extract, and read contents of RAR archives.

copyleftpure Pythonabandoned
81.6Kdownloads / mo
cyseq With conditions
PyPI · Utilities · released Apr 2026

cyseq provides a Cython-optimized implementation of sequence matching and comparison operations originally from ScanCode-toolkit's licensedcode module, designed for performance-critical text processing tasks.

However, verify that its API matches your use case and that the performance gain justifies the compiled-dependency overhead for your workload.

permissive licensecompiled wheel · 3.10+
81.5Kdownloads / mo
conjur-client Skip
PyPI · Utilities · released Nov 2020

Python SDK and CLI tool for interacting with Conjur OSS secrets management appliance, providing methods to get, set, and manage variables and policies.

MITpure Python · 3.5+abandoned
81.5Kdownloads / mo
django-registration-redux With conditions
PyPI · Utilities · released Oct 2023

Provides user registration and signup functionality for Django websites, handling account creation workflows without external dependencies beyond Django itself.

BSD-3-Clausepure Pythonaging
81.4Kdownloads / mo
pyqt5-tools With conditions
PyPI · Utilities · released Mar 2023

Provides Qt Designer, QML Scene, and QML Test Runner tools as command-line wrappers for PyQt5 development, bundling GUI design and QML editing capabilities that are not included in the standard PyQt5 wheels.

Install only if you need the GUI design tools; it is not required for running PyQt5 applications.

GPL-3.0-onlypure Python · 3.7+
81.4Kdownloads / mo
inputs With conditions
PyPI · Utilities · released Oct 2018

Provides cross-platform Python access to keyboard, mouse, and gamepad input on Linux, Windows, and macOS.

BSD-3-Clausepure Pythonaging
81.4Kdownloads / mo
aws-cron-expression-validator Worth it
PyPI · Utilities · released Nov 2025

Validates AWS EventBridge cron expressions, which use a six-field format with wildcards and constraints that differ from Unix cron syntax.

MITpure Python · 3.10+
81.1Kdownloads / mo
depinfo With conditions
PyPI · Utilities · released Sep 2022

Displays a package's direct dependencies and their versions from the command line or Python API, supporting multiple output formats including markdown.

However, be aware that the package has not been actively maintained since 2022—it works well for its narrow purpose but may not receive updates for future Python or…

Apache-2.0pure Python · 3.7+aging
81.1Kdownloads / mo