FormAlchemy

Greatly speeds development with SQLAlchemy mapped classes (models) in a HTML forms environment
Download

FormAlchemy Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT
  • Price:
  • FREE
  • Publisher Name:
  • FormAlchemy Team
  • Publisher web site:
  • http://code.google.com/p/formalchemy/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 93 KB

FormAlchemy Tags


FormAlchemy Description

Greatly speeds development with SQLAlchemy mapped classes (models) in a HTML forms environment 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 will not be able to 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. Here are some key features of "FormAlchemy": · Generates HTML form fields and tables from SQLAlchemy mapped classes or manually added Fields · Works with declarative or classic mapper definitions · Render and edits single objects or collections (grids) · Handles object relationships (including many-to-many), not just simple data types · Synonym support · Composite and custom type support · Supports all composite primary keys and most CFKs · Pre-fills input fields with current or default value · Highly customizable HTML output · Validates input and displays errors in-line · Syncs model instances with input data · Easy-to-use, extensible API · SQLAlchemy 0.4 (0.4.5 or later) and 0.5 compatible What's New in This Release: · new controllers to generate CRUD interfaces based on pylons RESTController · couchdb support improvement (allow to use RESTController) · Experimental RDFAlchemy support · Add date formats to config module. · add fs.copy() · zope.schema.List and zope.schema.Choice support (thanks to Christophe Combelles) · fix issues 107, 113, 114, 117, 118 · css improvement for pylons admin interface


FormAlchemy Related Software