1 message in com.googlegroups.pylons-discuss[ANN] FormAlchemy 0.1 released !
FromSent OnAttachments
Alexandre Conrad29 Aug 2007 07:49 
Subject:[ANN] FormAlchemy 0.1 released !
From:Alexandre Conrad (acon@magic.fr)
Date:08/29/2007 07:49:02 AM
List:com.googlegroups.pylons-discuss

Dear SQLAlchemy users,

I am pleased to announce the first release of FormAlchemy !

FormAlchemy: "Auto-generated, customizable HTML input form fields from your SQLAlchemy mapped classes."

FormAlchemy is a library written in Python that generates HTML form fields from your SQLAlchemy's mapped classes.

If you are using SQLAlchemy in a web environment requiring user input for your database(s), chances are that you will feel writing the same code for your HTML forms than the code you wrote for your SQLAlchemy tables. If you are tired of writing, updating, validating your HTML forms over and over again, FormAlchemy might get most of the work done for you. Get the tedious job done faster and easier without feeling to repeat yourself.

Checkout the quick tutorial for basic FormAlchemy usage:

http://code.google.com/p/formalchemy/wiki/QuickTutorial

Home: http://formalchemy.googlecode.com Mailing list: http://groups.google.com/group/formalchemy

Feedback is appreciated. :)