UtilsX
Generic utilities for Python projects.
Declutter code, clarify intents, develop only the logic unique to your software.
Declutter code, clarify intents, develop only the logic unique to your software.
-
🗄️ Collections
One-liners for getting duplicates, checking that all elements are equal, and more
-
🪨 Constants
Common numbers and unit conversion ratios:
MINUTES_IN_HOUR,BILLION, and more -
🎨 Decorators
Function wrappers for adjusting or enhancing their operations
-
📋 Dictionaries
Utilities for common
dictoperations: summation, filtering, and more -
⛔ Exceptions
Utilities to help enrich exception messages
-
➰ Functional
Utilities for functional programming, like identity function
-
🧮 Math
Normalize sequences, check trends, avoid
ZeroDivisionErrorin one line -
📝 Text
String utilities missing in the standard library
-
🇹
TypeVars
Popular type variables for your own generic functions