dgilland/pydash
The kitchen sink of Python utility libraries for doing "stuff" in a functional way. Based on the Lo-Dash Javascript library. observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 98
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 4859
- days_rel: n/a
- days_push: 12
- n_releases_24m: 0
Adoption not part of the score
1448 stars · 101 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
pydash is a Python utility library providing a large set of functional programming helpers, modeled on the Lo-Dash JavaScript library. It offers functions for manipulating lists, dictionaries, strings, and objects, with support for chaining.
Use cases
- manipulate lists and dicts with functional helpers in Python
- use lodash-style utilities like chunk, flatten, and pluck in Python
- chain collection transformations in a functional style
- clean and transform nested dictionaries
- replace hand-rolled utility functions with a standard toolkit
When to choose
- you want a lodash/underscore-like utility belt in Python
- you frequently transform lists, dicts, and strings functionally
- you prefer a batteries-included utility library over writing helpers yourself
When to avoid
- you need memory-efficient processing of large datasets (the author recommends fnc instead)
- you prefer native Python idioms like comprehensions and itertools
- you need a minimal dependency footprint
Facets
library · maturity stable
developer-tools developer-tools python cross-platform lodash functional-programming utility-library collections chaining algorithms
2 sources
- readme: https://github.com/dgilland/pydash · fetched 2026-08-28 · 5a3f6aa696dd
- registry_pypi: https://pypi.org/pypi/pydash/json · fetched 2026-08-29 · 3cb0a4afbfdb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dgilland/pydash | main | 76 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem