Metadata-Version: 1.0
Name: Loopy
Version: 0.1.0-1
Summary: Generic Event Loop Interface + Example Implementations
Home-page: http://python-loop.wikispaces.com
Author: Ariel De Ocampo
Author-email: arieldeocampo@gmail.com
License: MIT License
Description: Loopy
        ======
        
        Loopy defines a generic event loop interface from which to build adaptations
        of other event loops. It is similar in purpose to the liboop_  library but
        written in pure python.
        
        Currently, loopy includes implementations of libevent_, multitask_, and the standard
        library module sched_.
        
        .. _liboop: http://liboop.org
        .. _libevent: http://www.monkey.org/~provos/libevent
        .. _multitask: http://o2s.csail.mit.edu/o2s-wiki/multitask
        .. _sched: http://docs.python.org/lib/module-sched.html
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
