dabeaz/curio
Good Curio! observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 58
- Release rhythm 35
- Longevity 100
Flags: no_releases archived 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: n/a
- age_days: 3979
- days_rel: n/a
- days_push: 255
- n_releases_24m: 0
Adoption not part of the score
4125 stars · 249 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Curio is a coroutine-based concurrency library for Python using async/await, providing tasks, sockets, files, locks, queues, and structured concurrency with zero dependencies. The project was officially abandoned by its author in December 2025 after ten years, with no further maintenance expected.
Use cases
- write concurrent python programs with async await
- learn how async io works under the hood in python
- use structured concurrency in python
- build coroutine-based network servers with sockets
- study alternative to asyncio event loop design
When to choose
- you want a small, fast, zero-dependency async library for an existing codebase already using curio
- you are studying async programming concepts or David Beazley's educational talks
- you need structured concurrency primitives in a frozen, stable environment
When to avoid
- you are starting a new project - the library is abandoned with no future maintenance
- you need long-term support, security patches, or ecosystem compatibility
- you want broad third-party library support - asyncio is the standard
Facets
library · maturity abandoned
concurrency developer-tools programming-languages python windows cross-platform async-await coroutines structured-concurrency event-loop concurrent-programming linux macos
2 sources
- readme: https://github.com/dabeaz/curio · fetched 2026-08-28 · 65ddd4150eb7
- registry_pypi: https://pypi.org/pypi/curio/json · fetched 2026-08-29 · 68268eb647e1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dabeaz/curio | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem