gunicorn

Package — ServerPython 3.7+Intermediate

Production WSGI server for Flask and Django

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
packaging, setuptools
Install
pip install gunicorn

Learn by Difficulty

Quick Example

python
# Install: pip install gunicorn
import gunicorn

# Basic gunicorn usage
print(f"Using gunicorn")
# See documentation for detailed examples

gunicorn is a third-party package. Production WSGI server for Flask and Django. Install with: pip install gunicorn

Try in Playground

Tags

packageserverwsgiproductionhttp

Related Items