Difference between revisions of "Form Alchemy"
(Created page with "{{Entry |Name=Form Alchemy |Short description=greatly speeds development with SQLAlchemy mapped classes (models) in a HTML forms environment. |Full description=FormAlchemy elimin...") |
|||
| Line 40: | Line 40: | ||
}} | }} | ||
{{Software category | {{Software category | ||
| − | |Editor= | + | |Editor=html |
|Interface=library | |Interface=library | ||
|Text-creation=editor | |Text-creation=editor | ||
Latest revision as of 13:51, 12 April 2011
Form Alchemy
http://code.google.com/p/formalchemy/
FormAlchemy eliminates boilerplate by autogenerating HTML input fields from a given model. FormAlchemy will try to figure out what kind of HTML code should be returned by introspecting the model's properties and generate ready-to-use HTML code that will fit the developer's application. Of course, FormAlchemy can't figure out everything, i.e, the developer might want to display only a few columns from the given model. Thus, FormAlchemy is also highly customizable.
Documentation
http://docs.formalchemy.org/
Licensing
| License | Verified by | Verified on | Notes |
|---|---|---|---|
| Expat | Kelly Hopkins | 12 February 2010 |
Leaders and contributors
| Contact(s) | Role |
|---|---|
|
| Maintainer |
Resources and communication
| Audience | Resource type | URI |
|---|---|---|
| Developer | Homepage | http://pypi.python.org/pypi/FormAlchemy/1.3.1 |
Software prerequisites
This entry (in part or in whole) was last reviewed on 12 February 2010.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.