# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-gunicorn VERSION= 26.0.0 KEYWORDS= python VARIANTS= v13 v14 SDESC[v13]= WSGI HTTP Server for UNIX (3.13) SDESC[v14]= WSGI HTTP Server for UNIX (3.14) HOMEPAGE= https://gunicorn.org CONTACT= Python_Automaton[python@ravenports.com] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/e6/40/9c2384fc2be4ad25dd4a49decd5ad9ea5a3639814c11bd40ab77cb9f0a14 DISTFILE[1]= gunicorn-26.0.0-py3-none-any.whl:main DIST_SUBDIR= python-src DF_INDEX= 1 SPKGS[v13]= single SPKGS[v14]= single OPTIONS_AVAILABLE= PY313 PY314 OPTIONS_STANDARD= none VOPTS[v13]= PY313=ON PY314=OFF VOPTS[v14]= PY313=OFF PY314=ON USES= cpe DISTNAME= gunicorn-26.0.0.dist-info CPE_PRODUCT= gunicorn CPE_VENDOR= gunicorn GENERATED= yes [PY313].RUN_DEPENDS_ON= python-packaging:single:v13 [PY313].USES_ON= python:v13,wheel [PY314].RUN_DEPENDS_ON= python-packaging:single:v14 [PY314].USES_ON= python:v14,wheel [FILE:1689:descriptions/desc.single] # Gunicorn

Gunicorn is maintained by volunteers. If it powers your production, please consider supporting us:
[image] [image]

[PyPI version] [Supported Python versions] [Build Status] 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. **New in v25**: Per-app worker allocation for dirty arbiters, HTTP/2 support (beta)! ## Quick Start ```bash pip install gunicorn gunicorn myapp:app --workers 4 ``` For ASGI applications (FastAPI, Starlette): ```bash gunicorn myapp:app --worker-class asgi ``` ## Features - WSGI support for Django, Flask, Pyramid, and any WSGI framework - **ASGI support** for FastAPI, Starlette, Quart - **HTTP/2 support** (beta) with multiplexed streams - **Dirty Arbiters** (beta) for heavy workloads (ML models, long-running tasks) - uWSGI binary protocol for nginx integration - Multiple worker types: sync, gthread, gevent, asgi - Graceful worker process management - Compatible with Python 3.9+ ## Documentation Full documentation at https://gunicorn.org - [Quickstart] - [Configuration] - [Deployment] - [Settings Reference] ## Community - Report bugs on [GitHub Issues] - Chat in [#gunicorn] on [Libera.chat] - See [CONTRIBUTING.md] for contribution guidelines ## Support Powering Python apps since 2010. Support continued development. [Become a Sponsor] ### Sponsors [image] ## License Gunicorn is released under the MIT License. See the [LICENSE] file for details. [FILE:122:distinfo] 40233d26a5f0d1872916188c276e21641155111c2853f0c2cd55260aec0d24fc 212009 python-src/gunicorn-26.0.0-py3-none-any.whl