fpyutils
A collection of useful non-standard Python functions which aim to be simple to use, highly readable but not efficient.
What it is and what it does
fpyutils is a lightweight library of utility functions for Python that emphasizes clarity and simplicity rather than performance. It provides helpers for common tasks like searching for patterns in text files and processing command-line operations. The package has no external runtime dependencies, making it easy to add to any project.
The library is marked as Production/Stable and was first released in 2017-12-06, but has not seen a release since 2023-11-08. It is distributed under GPLv3+, a copyleft license that requires any derivative work to remain open source. It is best suited for scripts, utilities, and educational code where readability matters more than raw speed.
Use it for:
- Search for matching lines in text files and retrieve their positions for log analysis or text mining.
- Build command-line utilities that need simple, readable helper functions without external dependencies.
- Write educational or prototype code where code clarity is more important than performance optimization.
- Process text data in small-to-medium projects where the overhead of heavier libraries is not justified.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
fpyutils provides a collection of utility functions for common Python tasks like file line matching and text processing, prioritizing readability and simplicity over performance.
Yes, if you need simple, readable utility functions and accept the copyleft license. The zero-dependency install is clean and the API is straightforward. However, be aware that the package is dormant—no releases since 2023-11-08—so do not expect bug fixes or compatibility updates. Suitable for stable, self-contained utilities; risky for projects requiring ongoing maintenance.
Install
fpyutils on PyPI
pip
pip install fpyutilsuv
uv add fpyutilspoetry
poetry add fpyutilsInstalling fpyutils
Before you install
Installation is frictionless with no runtime dependencies. However, the package is dormant—no releases since 2023-11-08—so bug fixes and compatibility updates are unlikely.
License in practice
fpyutils is licensed under GPLv3+, a copyleft license. Any derivative work or distribution must also be open source under compatible terms; proprietary or closed-source projects cannot use it without legal review.
Quickstart
pip install fpyutils
import fpyutils
matches = fpyutils.filelines.get_line_matches('foo.txt', 'foo', 5)
Requires Python 3.7 or later, up to but not including Python 4.
Verify before relying
- What specific utility functions are included beyond file line matching—the fact sheet does not enumerate the full API.
- Whether the package's stated prioritization of readability over efficiency makes it unsuitable for performance-sensitive code paths.
- Current compatibility with modern Python versions given the dormant maintenance status.
Package facts
| License | GPLv3+ (copyleft) |
| Python support | supports the current Python release (<4,>=3.7) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | dormant — 1,010 days since the last release |
| First released | |
| Downloads | 92,138/month — #13,475 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: fpyutils-4.0.1-py3-none-any.whl
Keywords: utilities, text, command
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
noneA library providing additional utilities and…
permissive · top 15,000 on PyPI
ipython_genutilsProvides legacy utility functions extracted…
permissive · top 5,000 on PyPI
bpyutilsProvides a collection of common Python…
permissive · top 5,000 on PyPI
wimpyWimpy provides a collection of commonly reused…
permissive · top 15,000 on PyPI
shutilsProvides utility tools for Python development,…
permissive · top 15,000 on PyPI
lamin_utilsProvides utility functions and helpers for…
permissive · top 15,000 on PyPI
nr-utilnr.util provides general-purpose utility…
permissive · top 15,000 on PyPI
viv-utilsProvides utility functions and helpers for…
permissive · top 15,000 on PyPI
arghArgh turns plain Python functions into…
copyleft · top 5,000 on PyPI
torch-einops-utilsProvides utility functions for PyTorch and…
permissive · top 15,000 on PyPI