Sponsorised links
October 2007
July 2007
June 2007
Sponsorised links
January 2007
selector - WSGI Delegation
This distribution provides WSGI middleware for "RESTful" mapping of URL paths to WSGI applications. Selector now also comes with components for environ based dispatch and on-the-fly middleware composition. There is a very simple optional mini-language for path expressions. Alternately we can easily use regular expressions directly or even create our own mini-language. There is a simple "mapping file" format that can be used. There are no architecture specific features (to MVC or whatever). Neither are there any framework specific features. Best of all, selector is the simplest thing that will work well (IMHO).
December 2006
November 2006
WSGIRemote
WSGIRemote gives you a simple API for requests and responses that happens to know about potential opportunities for using WSGI to avoid HTTP while still respecting all your WSGI stack's dispatching and middleware.
October 2006
September 2006
August 2006
July 2006
PEP 333 -- Python Web Server Gateway Interface v1.0
This document specifies a proposed standard interface between web servers and Python web applications or frameworks, to promote web application portability across a variety of web servers.
