Log in or register to vote.

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 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. FormAlchemy reflects your database
tables to ...

0