# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-gunicorn VERSION= 20.1.0 KEYWORDS= python VARIANTS= py310 py311 SDESC[py310]= WSGI HTTP Server for UNIX (3.10) SDESC[py311]= WSGI HTTP Server for UNIX (3.11) HOMEPAGE= https://gunicorn.org CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/e4/dd/5b190393e6066286773a67dfcc2f9492058e9b57c4867a95f1ba5caf0a83 DISTFILE[1]= gunicorn-20.1.0-py3-none-any.whl:main DF_INDEX= 1 SPKGS[py310]= single SPKGS[py311]= single OPTIONS_AVAILABLE= PY310 PY311 OPTIONS_STANDARD= none VOPTS[py310]= PY310=ON PY311=OFF VOPTS[py311]= PY310=OFF PY311=ON USES= cpe DISTNAME= gunicorn-20.1.0.dist-info CPE_PRODUCT= gunicorn CPE_VENDOR= gunicorn GENERATED= yes [PY310].RUN_DEPENDS_ON= python-setuptools:single:py310 [PY310].USES_ON= python:py310,wheel [PY311].RUN_DEPENDS_ON= python-setuptools:single:py311 [PY311].USES_ON= python:py311,wheel [FILE:1301: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 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 [FILE:111:distinfo] 9dcc4547dbb1cb284accfb15ab5667a0e5d1881cc443e0677b4882a4067a807e 79531 gunicorn-20.1.0-py3-none-any.whl