Ross ROSS = Recommend OSS · open-source software intelligence for agents

eventlet/eventlet

Concurrent networking library for Python observed · 2026-08-28

github.com/eventlet/eventlet · homepage · Python · NOASSERTION (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
eventlet/eventletmain76

For agents

markdown · JSON · MCP: product_card(name="eventlet/eventlet")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem