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
