pytoolz/toolz
A functional standard library for Python. observed · 2026-08-28
Health v2 · maintenance only
54/100
- Activity 60
- Release rhythm 20
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 377
- age_days: 4738
- days_rel: 320
- days_push: 244
- n_releases_24m: 2
Adoption not part of the score
5152 stars · 279 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Toolz is a pure-Python functional standard library providing utility functions for iterators, higher-order functions, and dictionaries, inspired by functional languages like Clojure. It has no dependencies beyond the standard library and includes a Cython-accelerated drop-in replacement (cytoolz).
Use cases
- group and deduplicate iterables in Python
- compose functions into pipelines
- memoize and curry functions
- manipulate and merge dictionaries immutably
- build wordcount-style data processing pipelines
- add functional programming utilities without heavy dependencies
When to choose
- you want lightweight functional utilities in pure Python with zero dependencies
- you need composable iterator, function, and dict helpers
- you want a Clojure/Underscore-style toolkit for Python
When to avoid
- you need async-first functional utilities
- you prefer built-in itertools/functools only
- you need heavy data processing better served by pandas or numpy
Facets
library · maturity stable
developer-tools developer-tools python cross-platform functional-programming itertools functools dict-utilities pure-python zero-dependency algorithms
2 sources
- readme: https://github.com/pytoolz/toolz · fetched 2026-08-28 · 25e0bd4f3080
- registry_pypi: https://pypi.org/pypi/toolz/json · fetched 2026-08-29 · 81ccaa875e87
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pytoolz/toolz | main | 54 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem