Metadata-Version: 2.1
Name: python-eventlib
Version: 0.2.4
Summary: Coroutine-based networking library
Home-page: http://devel.ag-projects.com/repositories/python-eventlib
Author: Linden Lab
Maintainer: AG Projects
Maintainer-email: support@ag-projects.com
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta


        Eventlib 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.
