RESTful Python

SimonW drconrad at metaplay.com.au
Fri Jan 30 00:39:02 EST 2004


I am building a application using XUL, and am looking at using the REST
approach rather than XML-RPC for the back end.

I've setup a mod-python handler which can handle PUT, DELETE, POST and
GET requests, but after that I seem to get lost. I guess this is more a
REST question than a python question, however I ultimately would like to
implement the entire backend in Python. 

I want to be able to address sections of an XML document using an URI,
but I am not sure how to implement this. I've seen this done in Python
before, however I cannot find the site again, and cannot recall the
correct google incantations to re-discover it.

Can anyone point me to some REST style implementations in Python?


Regards,

Simon R. Wittber
http://www.metaplay.com.au
Perth, Western Australia.





More information about the Python-list mailing list