Source: python-eventlib Section: python Priority: optional Maintainer: Dan Pascu Build-Depends: debhelper (>= 11), dh-python, python-all (>= 2.7) Standards-Version: 4.5.0 Package: python-eventlib Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-greenlet Description: Eventlib is a networking library written in Python. It achieves high scalability by using non-blocking I/O 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.