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