Port variant | v12 |
Summary | WSGI HTTP Server for UNIX (3.12) |
BROKEN | |
Package version | 23.0.0 |
Homepage | https://gunicorn.org |
Keywords | python |
Maintainer | Python Automaton |
License | Not yet specified |
Other variants | v11 |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 13 AUG 2024, 19:11:11 UTC |
Port created | 01 JAN 2023, 17:21:46 UTC |
single | 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. Feel free to join us in `#gunicorn`_ on `Libera.chat`_. Documentation ------------- The documentation is hosted at https://docs.gunicorn.org. Installation ------------ Gunicorn requires **Python 3.x >= 3.7**. 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. .. _Unicorn: https://bogomips.org/unicorn/ .. _`#gunicorn`: https://web.libera.chat/?channels=#gunicorn .. _`Libera.chat`: https://libera.chat/ .. _LICENSE: https://github.com/benoitc/gunicorn/blob/master/LICENSE |
Build (only) |
python312:dev:std python-pip:single:v12 autoselect-python:single:std |
Build and Runtime | python312:primary:std |
Runtime (only) | python-packaging:single:v12 |
main | mirror://PYPIWHL/cb/7d/6dac2a6e1eba33ee43f318edbed4ff29151a49b5d37f080aad1e6469bca4 |
NetBox:std | Flexible IPAM and DCIM tool with plugin support |