freebsd-ports/net/py-eventlet/pkg-descr
Carlo Strub 18ef5c5f0f Update to 0.13.0
PR:		ports/180357
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com>
Approved by:	maintainer (me)
2013-07-30 19:33:24 +00:00

6 lines
293 B
Text

Eventlet is a networking library written in Python. It achieves high scalability
by using non-blocking IO while at the same time retaining high programmer
usability by using coroutines to make the non-blocking IO operations appear
blocking at the source code level.
WWW: http://eventlet.net/