{"id":21534,"library":"littleutils","title":"littleutils","description":"A small personal collection of Python utility functions by alexmojaki. Current version 0.2.4. Released as needed, no fixed cadence.","status":"active","version":"0.2.4","language":"python","source_language":"en","source_url":"https://github.com/alexmojaki/littleutils","tags":["utilities","personal-collection"],"install":[{"cmd":"pip install littleutils","lang":"bash","label":"Install via pip"}],"dependencies":[],"imports":[{"note":"No common mistakes; just import the module and use littleutils.*","wrong":null,"symbol":"littleutils","correct":"import littleutils"}],"quickstart":{"code":"import littleutils\nprint(littleutils.__version__)","lang":"python","description":"Import and check version."},"warnings":[{"fix":"Do not depend on it directly in production; wrap calls in try/except or pin version.","message":"littleutils is primarily used by other libraries (e.g., executing). May be removed or changed without notice.","severity":"deprecated","affected_versions":"all"},{"fix":"Import specific functions or use aliases to avoid name clashes.","message":"littleutils provides a mix of unrelated utilities (e.g., on_error, auto_repr, etc.) that may conflict with your own functions.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"last_verified":"2026-04-27T00:00:00.000Z","next_check":"2026-07-26T00:00:00.000Z","problems":[{"fix":"Run 'pip install littleutils' in the correct Python environment.","cause":"Littleutils is not installed or is installed in the wrong environment.","error":"ModuleNotFoundError: No module named 'littleutils'"},{"fix":"Check the available functions in the littleutils documentation or source code.","cause":"Function name typo or the function was removed in a newer version.","error":"AttributeError: module 'littleutils' has no attribute '...'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}