2 Mar
2009
2 Mar
'09
7:08 p.m.
Jim Fulton wrote:
Speaking for myself, I'd be happy to change my code to comform to a python-standard request API assuming that it had enough in it to adapt it to existing APIs.
Without having used it myself yet, and without making any claim about it being a Python standard, this makes me think of WebOb by Ian Bicking. It defines request and response implementations around WSGI and has evolved from Paste. -- Thomas