Metadata-Version: 1.0
Name: pastegevent
Version: 0.1
Summary: Run WSGI applications with PasteDeploy and gevent.
Home-page: UNKNOWN
Author: Andrey Popp
Author-email: 8mayday@gmail.com
License: MIT
Description: PasteGevent
        ===========
        
        With pastegevent package you can run your WSGI applications with gevent's high
        performace HTTP server.
        
        Just use *egg:pastegevent#gevent* spec in use directive of your server configuration section:
        
        [server:main]
        use = egg:pastegevent#gevent
        
        If you need to pastegevent to monkey patch stdlib modules for your, use
        *egg:pastegevent#gevent_patched*. This will monkey patch all, except DNS
        subsystem:
        
        [server:main]
        use = egg:pastegevent#gevent_patched
        
Keywords: paste wsgi gevent
Platform: UNKNOWN
Classifier: Environment :: Plugins
Classifier: Framework :: Paste
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
