ColanderAlchemy 0.1.0 alpha released.

2012-03-25 Thread Stefano Fontanelli
Hi folks! We released ColanderAlchemy 0.1.0 alpha yesterday. It is an extensible package for autogeneration of Colander schemas that are based on SQLAlchemy mapped classes. A quick view on how it works can be found in the docs:

Re: Pyramid on GAE

2012-03-25 Thread Jim Washington
Hi, all I have forked https://github.com/twillis/pyramid_appengine and added some pyjamas-friendly stuff to it. It's at https://github.com/jwashin/pj_pyramid_appengine FYI, Pyjamas http://pyjs.org is a python-language front-end application package. It allows you to think of your web

Re: Pyramid on GAE

2012-03-25 Thread Ginés Martínez
Fine! El 25 de marzo de 2012 14:29, Jim Washington washington@gmail.comescribió: Hi, all I have forked https://github.com/twillis/pyramid_appengine and added some pyjamas-friendly stuff to it. It's at https://github.com/jwashin/pj_pyramid_appengine FYI, Pyjamas

anyone have a suggestion to do per-environment package 'constants' ?

2012-03-25 Thread Jonathan Vanasco
99% of my per-environment setups are handled in the .ini file, and available via the registry stash I have a few 'variables' that I need defined within a package scope, as I'm not going to have a request or event object handy. I put variables in quotes, because they're more like constants in

Re: anyone have a suggestion to do per-environment package 'constants' ?

2012-03-25 Thread Wyatt Baldwin
On Sunday, March 25, 2012 9:12:30 PM UTC-7, Jonathan Vanasco wrote: 99% of my per-environment setups are handled in the .ini file, and available via the registry stash I have a few 'variables' that I need defined within a package scope, as I'm not going to have a request or event object