python-gunicorn
Port variant py310
Summary WSGI HTTP Server for UNIX (3.10)
Package version 21.2.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 19 JUL 2023, 04:18:17 UTC
Port created 01 JAN 2023, 17:21:46 UTC
Subpackage Descriptions
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.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. .. _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
Configuration Switches (platform-specific settings discarded)
PY310 ON Build using Python 3.10 PY311 OFF Build using Python 3.11
Package Dependencies by Type
Build (only) python-pip:single:py310
autoselect-python:single:standard
Build and Runtime python310:single:standard
Runtime (only) python-packaging:single:py310
Download groups
main mirror://PYPIWHL/0e/2a/c3a878eccb100ccddf45c50b6b8db8cf3301a6adede6e31d48e8531cab13
Distribution File Information
3213aa5e8c24949e792bcacfc176fef362e7aac80b76c56f6b5122bf350722f0 80176 gunicorn-21.2.0-py3-none-any.whl
Ports that require python-gunicorn:py310
NetBox:standard Flexible IPAM and DCIM tool with plugin support