$npx skillfedfor your agent

Utilities packages

1,339 packages · page 18 of 34

Packages

detect-delimiter With conditions
PyPI · Utilities · released Jul 2018

Detects the delimiter character used in CSV, TSV, and other delimited text files by analyzing sample content and returning the most likely separator.

However, do not rely on it for production systems where bugs or edge cases could cause silent failures—consider it a utility for one-off scripts or low-stakes data…

Apache-2.0pure Pythonabandoned
349.1Kdownloads / mo
pyprojroot With conditions
PyPI · Utilities · released Mar 2023

Finds your project's root directory and provides a `here()` function to construct file paths relative to that root, regardless of your current working directory.

However, the abandoned maintenance status means you should treat it as a utility you own—no updates will arrive if Python or your environment changes significantly.

MITpure Python · 3.7+abandoned
348.4Kdownloads / mo
appdata Worth it
PyPI · Utilities · released Dec 2023

Provides a cross-platform abstraction for managing application data directories, logs, and configuration files in standard OS-specific locations.

Install it if your application needs to store data, logs, or config files and you want to respect OS conventions without writing platform detection logic yourself.

permissive licensepure Pythondormant
346.6Kdownloads / mo
csvkit Worth it
PyPI · Utilities · released Dec 2025

csvkit provides command-line tools for converting, querying, and transforming CSV files and related tabular formats like Excel and databases.

Install it if you work with CSV files regularly and want lightweight, specialized tools instead of heavier data libraries.

MITpure Python
345.1Kdownloads / mo
html-for-docx Worth it
PyPI · Utilities · released Jul 2026

Converts HTML content to Word documents (.docx), with support for styling, tables, images, and metadata.

Install it if you need to convert HTML to Word documents; the main limitation is fidelity of complex CSS styling, which is inherent to the Word format itself.

MITpure Python · 3.7+
345.0Kdownloads / mo
bpylist2 With conditions
PyPI · Utilities · released Sep 2023

Reads and writes Apple's binary plist format and NSKeyedArchiver archives, enabling serialization and deserialization of Cocoa objects in Python.

MITpure Pythonaging
344.3Kdownloads / mo
pytest-arraydiff Worth it
PyPI · Utilities · released Jun 2026

A pytest plugin that generates and compares numpy arrays (and related objects like pandas DataFrames) produced during tests against stored reference files, with support for text, FITS, and HDF5 formats.

permissive licensepure Python · 3.9+
344.3Kdownloads / mo
ripgrepy With conditions
PyPI · Utilities · released Jul 2025

Ripgrepy is a Python wrapper around the ripgrep command-line search tool, allowing you to chain ripgrep options programmatically and retrieve results as strings, dictionaries, or JSON.

However, the aging maintenance status (399 days since last release) and unclear license warrant a quick check of the repository before adopting it in production.

license unclearbuilds from sourceaging
343.6Kdownloads / mo
times Skip
PyPI · Utilities · released Aug 2014

Times converts between universal (UTC) time and arbitrary timezones, and parses/formats datetime strings and POSIX timestamps with explicit timezone handling.

No, not for new projects.

BSD-3-Clausepure Pythonabandoned
343.2Kdownloads / mo
demoji Worth it
PyPI · Utilities · released Apr 2026

demoji finds and removes emojis from text, mapping each emoji to its Unicode description or replacing it with a plain-text equivalent.

Apache-2.0pure Python
338.2Kdownloads / mo
brazilnum Worth it
PyPI · Utilities · released Jul 2026

Validates and formats Brazilian identification numbers including CNPJ, CEI, CPF, PIS/PASEP, CEP, and municipal codes, with support for both numeric and alphanumeric formats.

Install it if you work with Brazilian identification numbers in production systems or data pipelines.

MITpure Python · 3.9+
337.6Kdownloads / mo
backoff-utils With conditions
PyPI · Utilities · released Jul 2020

Provides functions and decorators to apply backoff and retry strategies to Python function calls, supporting exponential, Fibonacci, fixed, linear, and polynomial delays.

However, verify compatibility with your Python version and validator-collection's current state, since no updates have shipped since 2020-07-11.

MITpure Pythondormant
337.2Kdownloads / mo
oschmod With conditions
PyPI · Utilities · released Oct 2020

Sets file permissions consistently across Windows, Linux, and macOS using chmod-style syntax that actually works on Windows, where os.chmod() has no effect.

However, verify that pywin32 remains compatible with your Windows version, and be aware that bugs or edge cases discovered after 2023 will not be fixed upstream.

Apache-2.0pure Pythonabandoned
337.2Kdownloads / mo
sphinxemoji With conditions
PyPI · Utilities · released Dec 2025

Sphinx extension that replaces emoji codes (like |:smile:|) with rendered emoji in your documentation, with configurable emoji styles and sources.

BSD-3-Clausepure Python · 3.9+aging
336.7Kdownloads / mo
mailbits Worth it
PyPI · Utilities · released Nov 2025

Provides utilities for parsing, converting, and inspecting email Message and EmailMessage objects from Python's standard library, including Content-Type parsing, message-to-dict conversion, and address extraction.

Install it if you work with email messages and need cleaner introspection or conversion utilities.

MITpure Python · 3.10+
334.7Kdownloads / mo
pytest-filter-subpackage With conditions
PyPI · Utilities · released Mar 2024

A pytest plugin that adds a `-P` option to run tests for specific sub-packages by name, filtering test discovery to match named sub-package paths.

BSD-3-Clausepure Python · 3.8+
334.7Kdownloads / mo
ngrok Worth it
PyPI · Utilities · released Dec 2025

Exposes ngrok's secure gateway service to Python applications, enabling you to create public-facing listeners for local services without binaries or external processes.

MITcompiled wheel · 3.12+
334.5Kdownloads / mo
pylzss With conditions
PyPI · Utilities · released May 2024

pylzss decodes and encodes data compressed with the LZSS algorithm, a lossless compression method commonly used in legacy data formats and embedded systems.

However, this is a narrow-use library; install only if you are working with LZSS-compressed data or legacy formats that require it.

copyleftcompiled wheel · 3.8+dormant
331.9Kdownloads / mo
pyimg4 With conditions
PyPI · Utilities · released Apr 2025

PyIMG4 parses Apple's Image4 format through a Python library and CLI tool, supporting manifest, payload, and restore info operations with platform-aware compression.

Not relevant for general Python development—install only if you have a specific need to parse or work with Image4 files.

permissive licensepure Python · 3.9+
331.2Kdownloads / mo
uncurl Worth it
PyPI · Utilities · released Mar 2021

Converts curl command-line requests into equivalent Python code using the Requests library, useful for translating browser network inspector captures into Python scripts.

However, it has not been updated since 2021 and shows no recent activity.

license unclearpure Pythonaging
330.9Kdownloads / mo
ignore Skip
PyPI · Utilities · released Nov 2011

Downloads and installs common .gitignore templates for various programming languages and frameworks directly from the command line.

MITbuilds from sourceabandoned
330.7Kdownloads / mo
fastdownload Skip
PyPI · Utilities · released Jul 2022

Downloads, verifies, and extracts archives from URLs with automatic caching, hash validation, and update detection.

Apache-2.0pure Python · 3.6+abandoned
330.3Kdownloads / mo
unlzw3 With conditions
PyPI · Utilities · released Dec 2024

Decompresses .Z files (Unix compress format) using pure Python, working cross-platform without compiled dependencies.

MITpure Python · 3.9+dormant
328.9Kdownloads / mo
ipsw-parser With conditions
PyPI · Utilities · released Jun 2026

Parses and extracts data from iOS IPSW firmware files, providing command-line tools to read metadata, extract filesystem contents, and decode embedded resources.

GPL-3.0-or-laterpure Python · 3.9+
324.4Kdownloads / mo
pykdebugparser With conditions
PyPI · Utilities · released Jul 2026

Parses Darwin kdebug trace events from iOS and macOS systems, converting kernel debug output into readable formatted event logs with timestamps, function names, and raw event data.

permissive licensepure Python · 3.8+
322.6Kdownloads / mo
pytubefix Worth it
PyPI · Utilities · released Jul 2026

Downloads YouTube videos, playlists, and channels in multiple formats and resolutions, with support for subtitles, metadata extraction, and asynchronous operations.

MITpure Python · 3.7+
322.3Kdownloads / mo
p4python With conditions
PyPI · Utilities · released Jul 2026

p4python wraps the Perforce C++ API to provide a Python interface for interacting with Perforce version control systems, prioritizing performance and ease of use.

However, verify that the LICENSE.txt terms are compatible with your project, and confirm your Perforce server version is supported before deploying to production.

license unclearcompiled wheel
322.2Kdownloads / mo
pytest-loop Worth it
PyPI · Utilities · released Oct 2024

A pytest plugin that repeats tests a fixed number of times or for a specified duration, useful for detecting intermittent failures and stress-testing.

MPL-2.0pure Python · 3.7+
321.5Kdownloads / mo
pywikibot Worth it
PyPI · Utilities · released Jul 2026

Pywikibot is a Python framework that interfaces with the MediaWiki API to read, edit, and manage wiki pages and Wikibase repositories programmatically.

Install it if you need to automate wiki operations or access Wikibase data programmatically.

MITpure Python · 3.9.0+
321.1Kdownloads / mo
workadays With conditions
PyPI · Utilities · released Dec 2023

Calculates working days, calendar days, and 360-day basis intervals between dates, with holiday calendars for Brazil, United States, Luxembourg, United Kingdom, and Argentina.

However, verify that holiday calendars remain accurate for your use year, and monitor whether the package receives updates for future Python versions—no maintenance…

permissive licensepure Pythondormant
319.6Kdownloads / mo
pycrashreport With conditions
PyPI · Utilities · released Mar 2026

Parses Apple crash reports (iOS, macOS) into a readable format, extracting exception type, registers, and stack frames while filtering out noise like thread listings and loaded images.

GPL-3.0-or-laterpure Python · 3.9+
317.8Kdownloads / mo
pygnuutils With conditions
PyPI · Utilities · released May 2023

Provides pure Python implementations of GNU utility commands (like `ls`) that can be used as CLI tools or imported as libraries with dependency injection support.

However, the dormant maintenance status (no updates since May 2023) means you should verify that the utilities you need are already implemented and that you're…

GPL-3.0-or-laterpure Python · 3.7+dormant
315.5Kdownloads / mo
sphinxcontrib-video With conditions
PyPI · Utilities · released Jan 2026

A Sphinx extension that embeds HTML5 videos (.mp4, .webm, .ogg) in documentation using a simple reStructuredText directive.

Apache-2.0pure Python · 3.9.0+aging
315.4Kdownloads / mo
remotezip2 With conditions
PyPI · Utilities · released Dec 2024

Reads and extracts files from ZIP archives hosted on remote servers without downloading the entire archive, using HTTP range requests to fetch only the needed portions.

MITpure Python · 3.9+dormant
313.4Kdownloads / mo
opack2 With conditions
PyPI · Utilities · released Dec 2024

opack2 parses the opack binary format, a serialization format used in iOS and related systems, providing programmatic access to opack-encoded data.

However, do not install if you expect ongoing support, bug fixes, or feature development—the package has not been updated since 2024-12-15 and shows no signs of…

GPL-3.0-or-laterpure Python · 3.9+dormant
311.1Kdownloads / mo
moment Skip
PyPI · Utilities · released Nov 2020

A Python library for parsing, manipulating, and formatting dates and times with a fluent API inspired by Moment.js, using dateparser, pytz, and times under the hood.

MITpure Pythonabandoned
310.1Kdownloads / mo
nodejs-wheel With conditions
PyPI · Utilities · released May 2026

Distributes Node.js prebuilt binaries as Python wheels, making node, npm, npx, and corepack available via pip install for use from Python or the command line.

license unclearpure Python · 3.7+
308.9Kdownloads / mo
rst2ansi Worth it
PyPI · Utilities · released May 2016

Converts reStructuredText documents to ANSI-escaped terminal output, suitable for rendering formatted text in console environments.

However, its last release was in 2016 and maintenance is stalled.

MITpure Pythonaging
307.8Kdownloads / mo
pytest-xprocess With conditions
PyPI · Utilities · released May 2024

pytest-xprocess manages external processes (like servers or services) across pytest test runs, allowing tests to start, reuse, and control long-lived processes without restarting them for each test.

MITpure Python · 3.8+
307.6Kdownloads / mo
rtfparse With conditions
PyPI · Utilities · released Jul 2025

Parses Microsoft Rich Text Format (RTF) documents into an in-memory tree structure and renders them—primarily extracting encapsulated HTML, with optional RTF decompression support for Outlook messages.

However, maintenance is aging—the last release was over a year ago—so consider whether you need active support or can tolerate a stable but slowly-evolving codebase.

MITpure Python · 3.10+aging
307.1Kdownloads / mo