pyper-dev/pyper
Concurrent Python made simple observed · 2026-08-28
Health v2 · maintenance only
28/100
- Activity 5
- Release rhythm 40
- Longevity 59
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: 0
- age_days: 833
- days_rel: 591
- days_push: 575
- n_releases_24m: 2
Adoption not part of the score
1518 stars · 32 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Pyper is a pure-Python library for building concurrent and parallel data pipelines using functional programming patterns. It unifies threading, multiprocessing, and asyncio behind a simple task decorator and pipe-based composition with zero dependencies.
Use cases
- build concurrent data pipelines in python
- combine asyncio and threading in one pipeline
- parallelize cpu-bound and io-bound steps
- process streaming data with worker pools
- write etl pipelines without race conditions
- compose functions into lazy data-processing pipelines
When to choose
- you want a lightweight, zero-dependency way to mix threads, processes, and async in one pipeline
- you prefer functional, composable pipeline definitions over framework boilerplate
- you need lazy streaming execution with configurable worker counts
When to avoid
- you need a full-featured distributed pipeline orchestrator like Airflow or Dagster
- your workload is trivially sequential and gains nothing from concurrency
- you need strict typing or validation of pipeline data schemas
Facets
library · maturity active
concurrency etl streaming workflow-automation developer-tools python cross-platform asyncio threading multiprocessing data-pipelines functional-programming parallel-computing data-engineering automation
1 source
- readme: https://github.com/pyper-dev/pyper · fetched 2026-08-28 · 0a730e527636
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pyper-dev/pyper | main | 28 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem