Registry / data / fpyutils

fpyutils

JSON →
library4.0.1pypypiunverified

A collection of useful non-standard Python functions that are simple to use, highly readable but not efficient. Current version is 4.0.1, which drops Python 2 support and requires Python >=3.7 <4. The library is in active development with a recent release in 2024.

pip install fpyutils
INSTALL
IMPORT
SIG · FPYUTILS
F
fpyutils
datapythonv4.0.1
Install
1.5s avg
Import
—
Disk
16MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.9–3.13
musl
3.9–3.13
Install & Compatibility
Where this runs
tested against v4.0.1 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 17.9MB
glibc
py 3.10–3.95 runs
installs and imports cleanly · install 1.5s · import 0.000s · 18MB
16MB installed
● package 16MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

get_path_tuple_from_relative_file
✓ from fpyutils.path import get_path_tuple_from_relative_file
✗ from fpyutils import get_path_tuple_from_relative_file

Basic usage: list all .txt files in the current directory.

from fpyutils import get_file_list files = get_file_list('.', extension_filter='.txt') print(files)
Debug
Known issues
breakingFunctions were moved to top-level package in version 4.0.0. Submodule imports like 'from fpyutils.file import ...' no longer work.
fix
Use 'from fpyutils import function_name' instead.
affects: >=4.0.0
deprecatedSupport for Python 2 was dropped in version 4.0.0. The library now requires Python >=3.7.
fix
Upgrade to Python 3.7 or later.
affects: >=4.0.0
gotchaThe library explicitly states it is 'not efficient'. Do not rely on fpyutils for performance-critical code.
fix
Use standard library or optimized alternatives for heavy operations.
affects: all
Upgrade
Version history
4.0.1latest on PyPI · released Nov 8, 2023
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
fpyutils — pip install fpyutils · libregistry