python-flup

Implements Python Web Server Gateway Interface (WSGI)
  http://www.saddi.com/software/flup/
  0
  no reviews



Implements the standard interface between Python Web applications and Web servers, as described in PEP 333, http://www.python.org/dev/peps/pep-0333 Speaks:
* AJP - Apache JServ Protocol 1.3
* FastCGI, see http://www.fastcgi.com/
* SCGI - Simple Common Gateway Interface alternative