A [[Python]] framework that makes it easy to route and handle HTTP traffic within Python. WSGI is a specification ([PEP333](https://www.python.org/dev/peps/pep-0333/)) for creating such frameworks. It is a standardized interface between web servers and Python applications.