Provides additional functools in the spirit of Python's standard library's functools. Current version: 4.4.0, released on December 21, 2025. Maintained by Jason R. Coombs. Requires Python 3.9 or higher. Release cadence: approximately every 3-4 months.
pip install jaraco.functoolsVerified import paths — ran on the pinned version, not inferred.
Demonstrates importing and using FunctionType from jaraco.functools.
Update import statement to 'from jaraco.types import FunctionType'.
Replace 'deprecated_function' with 'new_function'.
No dependency data recorded yet.