evnet

evnet is a networking library built on top of pyev (libev)


Keywords
evnet, pyev, network, asynchronous, nonblocking, event
Licenses
MIT/BSD-3-Clause/GPL-2.0+
Install
pip install evnet==1.0-4

Documentation

evnet

Efficient non-blocking/asynchronous networking library built on top of libev through its pyev bindings.

Getting Started

See examples/.

Learn More