Tweak www/py-formalchemy version 1.3.3_2
[dports.git] / www / py-formalchemy / pkg-descr
1 FormAlchemy greatly speeds development with SQLAlchemy mapped classes
2 (models) in a HTML forms environment.
3
4 FormAlchemy eliminates boilerplate by autogenerating HTML input fields
5 from a given model. FormAlchemy will try to figure out what kind of
6 HTML code should be returned by introspecting the model's properties
7 and generate ready-to-use HTML code that will fit the developer's
8 application.
9
10 WWW: http://code.google.com/p/formalchemy/