pyuv is a Python module which provides an interface to libuv.
conda install conda-forge::pyuv
conda install conda-forge/label/cf201901::pyuv
conda install conda-forge/label/cf202003::pyuv
conda install conda-forge/label/gcc7::pyuv
pyuv is a Python module which provides an interface to libuv. libuv is a high performance asynchronous networking and platform abstraction library.
libuv is built on top of epoll/kequeue/event ports/etc on Unix and IOCP on Windows systems providing a consistent API on top of them.