Re: a little wsgi framework

2009-07-09 Thread timmyt
On Jul 7, 5:19 am, Bruno Desthuilliers wrote: > timmyt a écrit : > > > i'm interested in getting opinions on a smallwsgiframework i > > assembled from webob, sqlalchemy, genshi, and various code fragments i > > found on the inter-tubes > > > here

a little wsgi framework

2009-07-01 Thread timmyt
i'm interested in getting opinions on a small wsgi framework i assembled from webob, sqlalchemy, genshi, and various code fragments i found on the inter-tubes here is the interesting glue - any comments / suggestions would be much appreciated -- the wsgi app -- def

Standard CRUD

2009-03-03 Thread timmyt
my buddy and i have created a Standard CRUD (SCRUD) spec that we'd like to use across projects and frameworks before we get totally dependent on the pattern, I want to make sure there's not some better solution out there, or some ideas that will improve the design below is the spec we came up wit