# Web Server Gateway Interface | | The **Web Server Gateway Interface** is a simple calling convention for web servers to forward requests to web applications or frameworks written in the Python programming language. The current version of WSGI, version 1.0.1, is specified in Python Enhancement Proposal (PEP) 3333. | |-|-| | | wikipedia:: [Web Server Gateway Interface](https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface) | aka:: WSGI - Pronounced 'whiskey' - [[Gunicorn]]