uvloop - Ultra fast implementation of asyncio event loop on top of libuv. Configuration Libraries for storing and parsing configuration options. config - Hierarchical config from the author of logging. ConfigObj - INI file parser with validation. ConfigParser - (Python standard library) INI file par...
Like libevent, libev, and libuv, libhv provides event-loop with non-blocking IO and timer, but simpler api and richer protocols. ✨ Features Cross-platform (Linux, Windows, Mac, Solaris) EventLoop (IO, timer, idle) TCP/UDP client/server/proxy SSL/TLS support: WITH_OPENSSL or WITH_MBEDT...