Registry / serialization / jaraco.functools

jaraco.functools

JSON →
library4.6.0pypypi✓ verified 25d ago

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.functools
INSTALL
IMPORT
SIG · JARACO.FUNCTOOLS
J
jaraco.functools
serializationpythonv4.6.0
Install
1.8s avg
Import
Disk
16MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v4.6.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 18.4MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 1.8s · import 0.000s · 19MB
16MB installed
● package 16MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FunctionType
from jaraco.functools import FunctionType
from jaraco.functools import FunctionType

Demonstrates importing and using FunctionType from jaraco.functools.

from jaraco.functools import FunctionType # Example usage of FunctionType def example_function(): pass print(isinstance(example_function, FunctionType)) # Output: True
Debug
Known issues
breakingFunctionType was moved from jaraco.functools to jaraco.types in version 4.0.0.
fix
Update import statement to 'from jaraco.types import FunctionType'.
affects: 4.0.0
deprecatedThe 'deprecated_function' is scheduled for removal in version 5.0.0.
fix
Replace 'deprecated_function' with 'new_function'.
affects: 4.4.0
Upgrade
Version history
4.6.0latest on PyPI · released Jul 14, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
Anthropic
1
CCBot/2.0 (https://commoncrawl.o
1
Resources
jaraco.functools — pip install jaraco.functools · libregistry