A Python library providing over 145 extra higher-level functional tools beyond standard and third-party libraries. Currently at version 0.8.2.1, it has a stable release cadence with occasional updates.
pip install extratoolsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: import tools from submodules and test core functions.
Use replacements from other submodules (e.g., dicttools, seqtools) or standard library.
Use correct submodule imports as shown in the documentation.
Check function signatures via help() or source before use.