Context

WSGI

The Web Server Gateway Interface (or “WSGI” for short) is a standardinterface between web servers and Python web application frameworks. Bystandardizing behavior and communication between web servers and Python webframeworks, WSGI makes it possible to write portable Python web code thatcan be deployed in any WSGI-compliant web server.WSGI is documented in PEP 3333.