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. :)

Regards,
-- 
Alexandre CONRAD


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to