1 file was added to this release more than 14 days after its initial publication. Inspect the release files before installing.
Gunicorn
Gunicorn ‘Green Unicorn’ is a Python WSGI HTTP Server for UNIX. It’s a pre-fork worker model ported from Ruby’s Unicorn project. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resource usage, and fairly speedy.
Documentation
The documentation is hosted at https://docs.gunicorn.org.
Installation
Gunicorn requires Python 3.x >= 3.5.
Install from PyPI:
$ pip install gunicorn
Usage
Basic usage:
$ gunicorn [OPTIONS] APP_MODULE
Where APP_MODULE is of the pattern $(MODULE_NAME):$(VARIABLE_NAME). The module name can be a full dotted path. The variable name refers to a WSGI callable that should be found in the specified module.
Example with test app:
$ cd examples $ gunicorn --workers=2 test:app
Contributing
See our complete contributor’s guide for more details.
License
Gunicorn is released under the MIT License. See the LICENSE file for more details.
Release files for gunicorn 20.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
File added late
1 file was uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release files before installing.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gunicorn-20.1.0.tar.gz | 370.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gunicorn-20.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:450.1 kB
Release files / gunicorn-20.1.0.tar.gz
| Download URL | gunicorn-20.1.0.tar.gz |
|---|---|
| Size | 370.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8
|
|
BLAKE2b-256 checksum How to use checksums |
285b0d1f0296485a6af03366604142ea8f19f0833894db3512a40ed07b2a56dd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
|
Release files / gunicorn-20.1.0-py3-none-any.whl
File added late
This file was uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release file before installing.
| Download URL | gunicorn-20.1.0-py3-none-any.whl |
|---|---|
| Size | 79.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9dcc4547dbb1cb284accfb15ab5667a0e5d1881cc443e0677b4882a4067a807e
|
|
BLAKE2b-256 checksum How to use checksums |
e4dd5b190393e6066286773a67dfcc2f9492058e9b57c4867a95f1ba5caf0a83
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
|