Metadata-Version: 1.1
Name: pastegevent3
Version: 0.1.1
Summary: Run WSGI applications with PasteDeploy and gevent.
Home-page: UNKNOWN
Author: Andrey Popp
Author-email: 8mayday@gmail.com
License: MIT
Description: PasteGevent3
        ===========
        
        Python 3 compatible fork of PasteGevent by Andrey Popp.
        
        
        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: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
