# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-gunicorn VERSION= 23.0.0 KEYWORDS= python VARIANTS= v12 v13 SDESC[v12]= WSGI HTTP Server for UNIX (3.12) SDESC[v13]= WSGI HTTP Server for UNIX (3.13) HOMEPAGE= https://gunicorn.org CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/cb/7d/6dac2a6e1eba33ee43f318edbed4ff29151a49b5d37f080aad1e6469bca4 DISTFILE[1]= gunicorn-23.0.0-py3-none-any.whl:main DIST_SUBDIR= python-src DF_INDEX= 1 SPKGS[v12]= single SPKGS[v13]= single OPTIONS_AVAILABLE= PY312 PY313 OPTIONS_STANDARD= none VOPTS[v12]= PY312=ON PY313=OFF VOPTS[v13]= PY312=OFF PY313=ON USES= cpe DISTNAME= gunicorn-23.0.0.dist-info CPE_PRODUCT= gunicorn CPE_VENDOR= gunicorn GENERATED= yes [PY312].RUN_DEPENDS_ON= python-packaging:single:v12 [PY312].USES_ON= python:v12,wheel [PY313].RUN_DEPENDS_ON= python-packaging:single:v13 [PY313].USES_ON= python:v13,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:122:distinfo] ec400d38950de4dfd418cff8328b2c8faed0edb0d517d3394e457c317908ca4d 85029 python-src/gunicorn-23.0.0-py3-none-any.whl