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.

dataserialization
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.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 17.9MB
glibc
py 3.103.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.

from fpyutils.path 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 footguns
breakingFunctions were moved to top-level package in version 4.0.0. Submodule imports like 'from fpyutils.file import ...' no longer work.
deprecatedSupport for Python 2 was dropped in version 4.0.0. The library now requires Python >=3.7.
gotchaThe library explicitly states it is 'not efficient'. Do not rely on fpyutils for performance-critical code.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
22 hits · last 30 days
bytedance
5
gptbot
4
amazonbot
4
claudebot
3
ahrefsbot
2
script
1
Resources