WSGI HTTP Server for UNIX
Project description
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for squad_gunicorn-121.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2dbf06b5179a810982b3434e2455d225e95d98dbbef9b9d664addd44634707ff |
|
MD5 | 1c88109a53a16665fba1169ee6c44090 |
|
BLAKE2b-256 | 22229e0639000a1d417121afea25e192315263613e744d5d9e3e5bbc6e315149 |