Are there any python micro-frameworks (like ruby's Camping)?

Michele Simionato michele.simionato at gmail.com
Wed Oct 1 05:29:04 EDT 2008


On Oct 1, 10:58 am, Phillip B Oldham <phillip.old... at gmail.com> wrote:
> On Oct 1, 9:53 am, Sam <samuel.pro... at gmail.com> wrote:
>
> > 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.

How about wsgiref in the standard library? It is as small as you can
get without
resorting to CGI.



More information about the Python-list mailing list