Utility modules for data comparison, JSON handling, string manipulation, math operations, and general automation tasks. Version 0.2.2.771 supports Python >=3.10. Development is active but the library is relatively new with frequent updates.
pip install abstract-utilitiesNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates basic usage of the four main modules: compare, json_utils, str_utils, math_utils.
Use the documented submodule import: 'from abstract_utilities import compare' then call compare.compare().
When pinning version in requirements, use the exact version string (e.g., abstract-utilities==0.2.2.771).
No dependency data recorded yet.