Python LibUV CFFI Bindings
Project description
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)