Python REST framework?

Van Gale news at exultants.org
Tue Sep 2 23:01:14 EDT 2003


On Tue, 02 Sep 2003 14:50:19 -0400, Jeremy Jones wrote:

> 
> Does anyone know if there exists a Python REST (web services) framework? 
> I've googled and come up short.  I don't think it should be that hard to
> do if one doesn't exist (famous last words).  I guess one could subclass
> BaseHTTPServer and have specified things to do depending on the path and
> the method?
> 
> 
> Jeremy Jones

Here's a nice little REST writeup with some sample Python code by Ken
MacLeod:

<http://bitsko.slc.ut.us/blog/restful-api.writeback>

Otherwise, as Dave Kuhlman mentions it's not that hard to build REST on
top of some of the existing frameworks like Quixote.

Van Gale





More information about the Python-list mailing list