Re: How to do python and RESTful

2007-09-06 Thread Tim Golden
[MarkyMarc] >> I have be looking at quixote, but is this uptodate? "plain" >> mod_python, can this make url to http put,get,delete and post? [Steve Holden] > Would you care to explain why quixote needs to be "uptodate"? Surely it > either does what you want or it doesn't? If it dies, then it hard

Re: How to do python and RESTful

2007-09-06 Thread Steve Holden
MarkyMarc 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. > Translation: I am only interested in a

Re: How to do python and RESTful

2007-09-06 Thread Stefan Arentz
Michele Simionato <[EMAIL PROTECTED]> writes: > On Sep 5, 9:54 pm, MarkyMarc <[EMAIL PROTECTED]> 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

Re: How to do python and RESTful

2007-09-06 Thread Michele Simionato
On Sep 5, 9:54 pm, MarkyMarc <[EMAIL PROTECTED]> 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. > >

Re: How to do python and RESTful

2007-09-06 Thread Bruno Desthuilliers
MarkyMarc a écrit : > 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

Re: How to do python and RESTful

2007-09-05 Thread Adonis Vargas
MarkyMarc 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

How to do python and RESTful

2007-09-05 Thread MarkyMarc
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,