# saghul/pyuv

Python interface for libuv

Repository: https://github.com/saghul/pyuv
Canonical: https://ross.abutalabs.com/products/pyuv
Homepage: https://pyuv.readthedocs.io
Language: C
License: MIT
License Family: permissive
Topics: python, libuv, asynchronous
Archived: true
Last push: 2023-05-15T16:48:01+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5403, "days_push": 1206, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1107, forks 105 (observed 2026-08-28T04:03:36.725855+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: concurrency, networking, http-server, websocket
- domain: developer-tools, networking, cross-platform
- platform: python, windows, cross-platform
- tags: libuv, event-loop, async-io, bindings, ctypes, linux, macos

## Member repositories
- saghul/pyuv (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:36.725855+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:44:03.376307+00:00, confidence not recorded.
  - readme: https://github.com/saghul/pyuv (fetched 2026-08-28T04:03:36.725855+00:00, sha 2b5d70f6f7de)
- Data as of 2026-08-30T08:39:29.467469+00:00.
