Metadata-Version: 1.0
Name: evnet
Version: 1.0-3
Summary: evnet is a networking library built on top of pyev (libev)
Home-page: https://github.com/rep/evnet
Author: Mark Schloesser
Author-email: ms@mwcollect.org
License: MIT/BSD/GPL
Description: evnet
        ===========
        Efficient non-blocking/asynchronous networking library built on top of libev through its pyev bindings.
        
        ## Getting Started
        
        See examples/.
        
        ## Learn More
        
          - [libev](http://software.schmorp.de/pkg/libev.html)
          - [pyev](http://code.google.com/p/pyev/)
          - [Repository at github](http://github.com/rep/evnet)
        
        
Keywords: evnet pyev network asynchronous nonblocking event
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
