Download pyuv 0.5.0


pyuv is a Python module which provides an interface to libuv.
pyuv
Developer : Saul Ibarra Corretge
Size : 1.09Mb
OS : Linux
Requirements : ยท Python
License : Freeware
Click here to download



pyuv is a Python module which provides an interface to libuv.libuv (http://github.com/joyent/libuv) is a high performanceasynchronous networking library, used as the platform layer forNodeJS (http://nodejs.org).libuv is written and maintained by Joyent Inc. and contributors.It's built on top of libev and libeio on Unix and IOCP on Windows systemsproviding a consistent API on top of them.