Web Server Gateway Interface (WSGI) is a standard for web applications written in Python.
The Web Server Gateway Interface (WSGI) is a simple calling convention for web servers to forward requests to web applications or frameworks written in the python programming language. Applications, gateways and servers should use it to ensure interoperability.
WSGI is supported by many web frameworks, including bottle, django and flask.