cloudpipe/cloudpickle
Extended pickling support for Python objects observed · 2026-08-28
Health v2 · maintenance only
71/100
- Activity 96
- Release rhythm 23
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: 192.0
- age_days: 4160
- days_rel: 303
- days_push: 27
- n_releases_24m: 3
Adoption not part of the score
1936 stars · 193 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
cloudpickle is a Python library that extends the standard pickle module to serialize constructs like lambda functions and interactively defined classes by value. It is primarily used to ship Python code across a network in cluster and distributed computing setups.
Use cases
- serialize lambda functions in python
- pickle functions defined in jupyter notebook
- send python code to remote workers
- serialize closures for distributed computing
- pickle interactively defined classes
When to choose
- you need to serialize lambdas, closures, or __main__-defined functions/classes
- you ship Python callables to remote hosts or cluster workers
- you use distributed frameworks like dask or ray that need by-value serialization
When to avoid
- you need long-term object storage
- objects must be exchanged across different Python versions
- you only pickle importable module-level objects - stdlib pickle suffices
- untrusted sources may supply the pickle data
Facets
library · maturity active
serialization developer-tools microservices data-science python cross-platform pickle lambda-serialization cluster-computing remote-execution
2 sources
- readme: https://github.com/cloudpipe/cloudpickle · fetched 2026-08-28 · bd6f5a63cb1f
- registry_pypi: https://pypi.org/pypi/cloudpickle/json · fetched 2026-08-29 · 582bd282755d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cloudpipe/cloudpickle | main | 71 |
For agents
markdown · JSON · MCP: product_card(name="cloudpipe/cloudpickle")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem