Registry / data / littleutils

littleutils

JSON →
library0.2.4pypypi✓ verified 85d ago

A small personal collection of Python utility functions by alexmojaki. Current version 0.2.4. Released as needed, no fixed cadence.

pip install littleutils
INSTALL
IMPORT
SIG · LITTLEUTILS
L
littleutils
datapythonv0.2.4
Install
1.5s avg
Import
82ms
Disk
16MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v0.2.4 · 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.088s · 17.8MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 1.5s · import 0.076s · 18MB
16MB installed
● package 16MB
Code
Verified usage

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

littleutils
import littleutils
No common mistakes; just import the module and use littleutils.*

Import and check version.

import littleutils print(littleutils.__version__)
Debug
Known issues
deprecatedlittleutils is primarily used by other libraries (e.g., executing). May be removed or changed without notice.
fix
Do not depend on it directly in production; wrap calls in try/except or pin version.
affects: all
gotchalittleutils provides a mix of unrelated utilities (e.g., on_error, auto_repr, etc.) that may conflict with your own functions.
fix
Import specific functions or use aliases to avoid name clashes.
affects: all
Errors
Common errors & fixes
ModuleNotFoundError: No module named 'littleutils'
Littleutils is not installed or is installed in the wrong environment.
fix
Run 'pip install littleutils' in the correct Python environment.
AttributeError: module 'littleutils' has no attribute '...'
Function name typo or the function was removed in a newer version.
fix
Check the available functions in the littleutils documentation or source code.
Upgrade
Version history
0.2.4latest on PyPI · released Jul 7, 2024
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
littleutils — pip install littleutils · libregistry