gunicorn==26.0.0
# WSGI HTTP Server for UNIX
$ pip install gunicorn
downloads/wk
0
license
—
version
26.0.0
python
>=3.10
What is gunicorn?
Gunicorn is a WSGI HTTP server that runs Python web applications on Unix-based systems. It handles incoming web requests and forwards them to your Python application, allowing you to run production web services reliably. Developers use it to serve Django, Flask, and other WSGI-compatible frameworks in production environments.
Dependencies (12)