freebsd-ports/net/py-eventlet/pkg-descr
Li-Wen Hsu abaac4245c Add py-eventlet 0.9.9, concurrent networking library for Python.
PR:		ports/148828
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-08-22 03:41:56 +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/