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

saghul/pyuv

Python interface for libuv observed · 2026-08-28

github.com/saghul/pyuv · homepage · C · MIT (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: archived

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: 5403
  • days_rel: n/a
  • days_push: 1206
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1107 stars · 105 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

pyuv is a Python binding for libuv, the high-performance asynchronous I/O and platform abstraction library behind Node.js. It exposes non-blocking TCP/UDP sockets, timers, async DNS and filesystem operations, child processes, and thread pool scheduling through a consistent cross-platform API.

Use cases

  • write non-blocking TCP servers in Python
  • perform asynchronous DNS resolution
  • watch filesystem events cross-platform
  • spawn and manage child processes asynchronously
  • schedule work on a thread pool
  • build an event loop on epoll/kqueue/IOCP

When to choose

  • you need libuv's event loop and primitives directly from Python
  • you want consistent async I/O behavior across Linux, macOS, and Windows
  • you need low-level networking, timers, or fs events without a full framework

When to avoid

  • you just want high-level async code - use Python's built-in asyncio instead
  • you need an actively developed project - releases are infrequent and Python 2.7-era docs linger
  • you want a batteries-included web framework rather than raw event loop bindings

Facets

library · maturity maintenance

concurrency networking http-server websocket developer-tools networking cross-platform python windows cross-platform libuv event-loop async-io bindings ctypes linux macos

1 source

Member repositories

RepositoryRoleHealth v2
saghul/pyuvmain10

For agents

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

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