Run WSGI applications with PasteDeploy and gevent.
Project 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
===========
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pastegevent3-0.1.1.tar.gz
(1.9 kB
view details)
File details
Details for the file pastegevent3-0.1.1.tar.gz
.
File metadata
- Download URL: pastegevent3-0.1.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85feeea97a556852c8587ebd7785fc4f4f601bc7b9bcd17110ad9cd15746b72d |
|
MD5 | 9f1a7f5c8733d031fe6aefd9ad2189e6 |
|
BLAKE2b-256 | de6cc13e0b9affe0ac656b06d10e5bf3520174914397fd18708bca604043b553 |