RESTful Python Web Service using WSGI

I am currently working on a RESTful interface to be used mainly as the framework for web services. Since it is WSGI compliant it can be used with any WSGI server. I would recommend mod_wsgi as it is extremely fast, light weight, easy to deploy and you get all the benefits of Apache.

Done or working on as of November 01, 2008:

TODOs:

CVS Repository This is off site.

API Docs

RPWS (last edited 2012-01-15 21:16:54 by CarlNobile)