# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-gunicorn VERSION= 22.0.0 KEYWORDS= python VARIANTS= v11 v12 SDESC[v11]= WSGI HTTP Server for UNIX (3.11) SDESC[v12]= WSGI HTTP Server for UNIX (3.12) HOMEPAGE= https://gunicorn.org CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/29/97/6d610ae77b5633d24b69c2ff1ac3044e0e565ecbd1ec188f02c45073054c DISTFILE[1]= gunicorn-22.0.0-py3-none-any.whl:main DF_INDEX= 1 SPKGS[v11]= single SPKGS[v12]= single OPTIONS_AVAILABLE= PY311 PY312 OPTIONS_STANDARD= none VOPTS[v11]= PY311=ON PY312=OFF VOPTS[v12]= PY311=OFF PY312=ON USES= cpe DISTNAME= gunicorn-22.0.0.dist-info CPE_PRODUCT= gunicorn CPE_VENDOR= gunicorn GENERATED= yes [PY311].RUN_DEPENDS_ON= python-packaging:single:v11 [PY311].USES_ON= python:v11,wheel [PY312].RUN_DEPENDS_ON= python-packaging:single:v12 [PY312].USES_ON= python:v12,wheel [FILE:1306:descriptions/desc.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 [FILE:111:distinfo] 350679f91b24062c86e386e198a15438d53a7a8207235a78ba1b53df4c4378d9 84443 gunicorn-22.0.0-py3-none-any.whl