python-gunicorn
Port variant v13
Summary WSGI HTTP Server for UNIX (3.13)
Package version 24.1.1
Homepage https://gunicorn.org
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v14
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 24 JAN 2026, 14:52:53 UTC
Port created 01 JAN 2023, 17:21:46 UTC
Subpackage Descriptions
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. **New in v24**: Native ASGI support (beta) for async frameworks like FastAPI! Quick Start ----------- .. code-block:: bash pip install gunicorn gunicorn myapp:app --workers 4 For ASGI applications (FastAPI, Starlette): .. code-block:: 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 - uWSGI binary protocol for nginx integration - Multiple worker types: sync, gthread, gevent, eventlet, asgi - Graceful worker process management - Compatible with Python 3.12+ 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 Sponsors -------- Gunicorn is maintained thanks to our sponsors. [Become a sponsor]. .. Sponsor logos will appear here License ------- Gunicorn is released under the MIT License. See the LICENSE_ file for 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
Configuration Switches (platform-specific settings discarded)
PY313 ON Build using Python 3.13 PY314 OFF Build using Python 3.14
Package Dependencies by Type
Build (only) python313:dev:std
python-pip:single:v13
autoselect-python:single:std
Build and Runtime python313:primary:std
Runtime (only) python-packaging:single:v13
Download groups
main mirror://PYPIWHL/96/90/cfe637677916fc6f53cd2b05d5746e249f683e1fa14c9e745a88c66f7290
Distribution File Information
757f6b621fc4f7581a90600b2cd9df593461f06a41d7259cb9b94499dc4095a8 114920 python-src/gunicorn-24.1.1-py3-none-any.whl
Ports that require python-gunicorn:v13
NetBox:std Flexible IPAM and DCIM tool with plugin support