I mentioned WSGIObj before (or maybe I was calling it WSGIReq at the time). Anyway, it is now mostly done, and I've named it WebOb. This is a replacement for paste.wsgiwrappers, but covers the functionality of paste.request, paste.response, paste.wsgilib, and paste.httpheaders.
I've also extracted paste.fixture.TestApp into WebTest. This changes the API of TestApp a bit, mostly because it uses the WebOb Request and Response objects with only a few changes, and some of their methods are different. I've written fairly complete docs for WebOb, and updated the docs for WebTest. They are up at: http://pythonpaste.org/webob/ http://pythonpaste.org/webtest/ They are only in svn at the moment: http://svn.pythonpaste.org/Paste/WebOb/trunk http://svn.pythonpaste.org/Paste/WebTest/trunk Feedback welcome. I don't want to release them until I've had a few more eyes on the design. I would like if Pylons, and probably TG 2, could switch to these objects eventually; I think they are just all around cleaner and more useful, and I'm very pleased with how they've turned out. WebOb isn't *completely* done yet (you'll find some FIXMEs), but it's really just some corner things I want to add. -- Ian Bicking : [EMAIL PROTECTED] : http://blog.ianbicking.org : Write code, do good : http://topp.openplans.org/careers _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
