# cloudpipe/cloudpickle

Extended pickling support for Python objects

Repository: https://github.com/cloudpipe/cloudpickle
Canonical: https://ross.abutalabs.com/products/cloudpickle
Language: Python
License: NOASSERTION
License Family: other
Last push: 2026-08-06T13:10:49+00:00

## Health v2 (maintenance only)
Score: 71/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 96, release rhythm 23, longevity 100
- inputs: {"age_days": 4160, "days_push": 27, "days_rel": 303, "gap_med": 192.0, "n_releases_24m": 3}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1936, forks 193 (observed 2026-08-28T04:05:57.040642+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: serialization
- domain: developer-tools, microservices, data-science
- platform: python, cross-platform
- tags: pickle, lambda-serialization, cluster-computing, remote-execution

## Member repositories
- cloudpipe/cloudpickle (main) score 71

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:57.040642+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:08:25.892654+00:00, confidence not recorded.
  - readme: https://github.com/cloudpipe/cloudpickle (fetched 2026-08-28T04:05:57.040642+00:00, sha bd6f5a63cb1f)
  - registry_pypi: https://pypi.org/pypi/cloudpickle/json (fetched 2026-08-29T10:47:40.234857+00:00, sha 582bd282755d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
