eventlet/eventlet
Concurrent networking library for Python observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 97
- Release rhythm 35
- Longevity 100
Flags: no_releases 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: 5013
- days_rel: n/a
- days_push: 19
- n_releases_24m: 0
Adoption not part of the score
1275 stars · 338 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Eventlet is a Python concurrent networking library using greenlet-based coroutines and epoll/libevent for scalable non-blocking I/O with a blocking-style API. It is now in maintenance-only mode with planned retirement, and new usage is discouraged in favor of asyncio.
Use cases
- run blocking-style Python code with non-blocking I/O
- handle thousands of concurrent network connections in Python
- maintain a legacy Python app that depends on eventlet
- migrate an eventlet-based codebase to asyncio
- add cooperative multitasking to existing Python services
When to choose
- you maintain an existing application already built on eventlet
- you need bug-fix-level stability for a legacy greenlet-based deployment
- you want help migrating from eventlet to asyncio
When to avoid
- starting a new Python project - use asyncio instead
- you need new features or long-term support
- you want a library aligned with modern CPython async internals
Facets
library · maturity maintenance
concurrency networking http-server developer-tools backend networking python windows greenlet coroutines asyncio-migration c10k non-blocking-io legacy linux macos
2 sources
- readme: https://github.com/eventlet/eventlet · fetched 2026-08-28 · 009958d05dc5
- registry_pypi: https://pypi.org/pypi/eventlet/json · fetched 2026-08-29 · 83c5f822d2cf
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| eventlet/eventlet | main | 76 |
For agents
markdown · JSON · MCP: product_card(name="eventlet/eventlet")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem