Skip to main content

Python LibUV CFFI Bindings

Project description

pypi unix_build windows_build docs


This package aims to provide an object oriented wrapper around the LibUV asynchronous IO library.

Features

  • full featured event loop backed by epoll, kqueue, IOCP and events ports

  • asynchronous TCP and UDP sockets

  • asynchronous SSL sockets (based on Python’s SSL module)

  • asynchronous DNS resolution

  • asynchronous file and file system operations

  • asynchronous file system events

  • cross platform ANSI escape code controlled TTY

  • IPC with socket sharing, using UNIX domain sockets or named pipes (Windows)

  • child processes

  • signal handling

  • PyPy and CPython support (but only Python Language version 3)

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page