           SPELL=formalchemy
          SPELLX=FormAlchemy
         VERSION=1.4.2
     SOURCE_HASH=sha512:3cdd63f4ebf78d8ba3210faa2e332e4cff04fb30bf02fa515017e83ef0e05387dbc0c018cf5d74f9a484b99f7711b5c3ae1d22cfb38a9a1b025fe59387cfe930
          SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
   WEB_SITE=http://doc.formalchemy.org/
   SOURCE_URL[0]=http://pypi.python.org/packages/source/F/$SPELLX/$SOURCE
      LICENSE[0]=MIT
         ENTERED=20100916
        KEYWORDS="python"
           SHORT="create HTML forms for SQLAlchemy classes"
cat << EOF
FormAlchemy greatly speeds development with SQLAlchemy mapped classes (models)
in a HTMLforms 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.
EOF
