Are there any python micro-frameworks (like ruby's Camping)?
Are there any python micro-frameworks (like ruby's Camping)?
Collapse
This topic is closed.
X
X
-
Phillip B OldhamTags: None
-
Sam
Re: Are there any python micro-frameworks (like ruby's Camping)?
Did you try WebPy?
http://webpy.org/ Hum, the website seems to be down today
Sam
-
Phillip B Oldham
Re: Are there any python micro-frameworks (like ruby's Camping)?
On Oct 1, 9:53 am, Sam <samuel.pro...@ gmail.comwrote:Did you try WebPy?http://webpy.org/Hum, the website seems to be down today
micro/small frameworks (which just supply the basics; no forms/
templating/ORM/etc) so I can compare and select the one which suits my
needs.
Comment
-
Michele Simionato
Re: Are there any python micro-frameworks (like ruby's Camping)?
On Oct 1, 10:58 am, Phillip B Oldham <phillip.old... @gmail.comwrote :On Oct 1, 9:53 am, Sam <samuel.pro...@ gmail.comwrote:
>Did you try WebPy?http://webpy.org/Hum, the website seems to be down today
Not yet - I'm hoping the python community can suggest some examples of
micro/small frameworks (which just supply the basics; no forms/
templating/ORM/etc) so I can compare and select the one which suits my
needs.
get without
resorting to CGI.
Comment
-
Phillip B Oldham
Re: Are there any python micro-frameworks (like ruby's Camping)?
On Oct 1, 10:29 am, Michele Simionato <michele.simion ...@gmail.com>
wrote:How about wsgiref in the standard library? It is as small as you can
get without resorting to CGI.
Someone also mentioned Paste/WebOb, so now I have 3 to test.
Any others?
Comment
-
Marc 'BlackJack' Rintsch
Re: Are there any python micro-frameworks (like ruby's Camping)?
On Wed, 01 Oct 2008 01:02:24 -0700, Phillip B Oldham wrote:
Are there any python micro-frameworks (like ruby's Camping)?
templating, ORM and the like to it.
Another consideration might be `Werkzeug`.
Ciao,
Marc 'BlackJack' Rintsch
Comment
-
Sam
Re: Are there any python micro-frameworks (like ruby's Camping)?
On Oct 1, 3:42 am, Marc 'BlackJack' Rintsch <bj_...@gmx.net wrote:On Wed, 01 Oct 2008 01:02:24 -0700, Phillip B Oldham wrote:Are there any python micro-frameworks (like ruby's Camping)?
Maybe `CherryPy`!? It's the heart of other frameworks that add
templating, ORM and the like to it.
you, but it's pretty sweet. ;)
Comment
-
Fred Pacquier
Re: Are there any python micro-frameworks (like ruby's Camping)?
Phillip B Oldham <phillip.oldham @gmail.comsaid :
On Oct 1, 10:29 am, Michele Simionato <michele.simion ...@gmail.com>
wrote:>How about wsgiref in the standard library? It is as small as you can
>get without resorting to CGI.
Interesting... I'll be sure to check that out also.
>
Someone also mentioned Paste/WebOb, so now I have 3 to test.
>
Any others?
well).
web.py is probably closest to what you're looking for though.
Comment
Comment