python-gunicorn
Port variant py311
Summary WSGI HTTP Server for UNIX (3.11)
Package version 20.1.0
Homepage https://gunicorn.org
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants py310
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 02 JAN 2023, 01:43:58 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 Freenode_. 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://webchat.freenode.net/?channels=gunicorn .. _Freenode: https://freenode.net/ .. _LICENSE: https://github.com/benoitc/gunicorn/blob/master/LICENSE
Configuration Switches (platform-specific settings discarded)
PY310 OFF Build using Python 3.10 PY311 ON Build using Python 3.11
Package Dependencies by Type
Build (only) python-pip:single:py311
autoselect-python:single:standard
Build and Runtime python311:single:standard
Runtime (only) python-setuptools:single:py311
Download groups
main mirror://PYPIWHL/e4/dd/5b190393e6066286773a67dfcc2f9492058e9b57c4867a95f1ba5caf0a83
Distribution File Information
9dcc4547dbb1cb284accfb15ab5667a0e5d1881cc443e0677b4882a4067a807e 79531 gunicorn-20.1.0-py3-none-any.whl
Ports that require python-gunicorn:py311
No other ports depend on this one.