# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-gunicorn VERSION= 25.0.3 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@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/5e/84/117f39896ded517149be72d16c02252885690e9b0d1b84281944928f61aa DISTFILE[1]= gunicorn-25.0.3-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-25.0.3.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:1686:descriptions/desc.single] # Gunicorn

Gunicorn is maintained by volunteers. If it powers your production, please consider supporting us:
[image] [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** (beta) for FastAPI, Starlette, Quart - **HTTP/2 support** (beta) with multiplexed streams - **Dirty Arbiters** for heavy workloads (ML models, long-running tasks) - uWSGI binary protocol for nginx integration - Multiple worker types: sync, gthread, gevent, eventlet, 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] ## License Gunicorn is released under the MIT License. See the [LICENSE] file for details. [FILE:122:distinfo] aca364c096c81ca11acd4cede0aaeea91ba76ca74e2c0d7f879154db9d890f35 171728 python-src/gunicorn-25.0.3-py3-none-any.whl