How to do python and RESTful

Stefan Arentz stefan.arentz at gmail.com
Thu Sep 6 05:26:05 EDT 2007


Michele Simionato <michele.simionato at gmail.com> writes:

> On Sep 5, 9:54 pm, MarkyMarc <marcsgbrevko... at gmail.com> wrote:
> > Hi all,
> >
> > I want to make a web service application in python and keywords are
> > RESTful, python and nice urls(urls mapped to python objects).
> >
> > I don't want a big framework but a nice small one, that can just do
> > the things I want.
> >
> > I have be looking at quixote, but is this uptodate? "plain"
> > mod_python, can this make url to http put,get,delete and post?
> >
> > Can some one here point me some where I can read about python and
> > RESTful or have some experiences with other?
> >
> > Any help is apricieted.
> >
> > Regards Marc
> 
> For the client part, there is an easy_installable library called
> restclient (which
> I tested very little but it seems to work). For the server part, I am
> sure there are
> many available,

Another good option is Twisted. The Twisted book from O'Reilly has
examples of using the twisted HTTP client as a REST client. I'm using
that fairly succesful.

 S.



More information about the Python-list mailing list