cgarciae/pypeln
Concurrent data pipelines in Python >>> observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: n/a
- age_days: 2923
- days_rel: n/a
- days_push: 1140
- n_releases_24m: 0
Adoption not part of the score
1596 stars · 94 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Pypeln is a Python library for building concurrent, multi-stage data pipelines using processes, threads, or asyncio tasks through a single functional API. It targets medium-sized data workloads where heavyweight frameworks like Spark or Dask are overkill.
Use cases
- parallelize map/filter over large iterables
- build multi-stage concurrent data pipelines in Python
- process medium data with bounded memory using maxsize
- run IO-bound tasks concurrently with asyncio tasks
- speed up CPU-bound transformations with multiprocessing
- control worker counts per pipeline stage
When to choose
- you need concurrent pipelines for medium data without Spark/Dask overhead
- you want one API spanning processes, threads, and asyncio
- you need fine-grained control over workers and queue sizes per stage
When to avoid
- you need distributed computing across a cluster
- your data is small enough that plain Python is fast enough
- you need a maintained project with active development
Facets
library · maturity maintenance
concurrency streaming etl developer-tools developer-tools python cross-platform data-pipelines parallel-processing asyncio multiprocessing functional-api data-engineering automation algorithms
3 sources
- readme: https://github.com/cgarciae/pypeln · fetched 2026-08-28 · 2d423296f06e
- homepage: https://cgarciae.github.io/pypeln · fetched 2026-08-29 · 21ccead20fac
- registry_pypi: https://pypi.org/pypi/pypeln/json · fetched 2026-08-29 · 9ce51cc4ec38
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cgarciae/pypeln | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem