           SPELL=formalchemy
          SPELLX=FormAlchemy
         VERSION=1.5.1
     SOURCE_HASH=sha512:1992912537122dfd8e4da975477170d48d646e1b701103ed507f4c9e073c37ac47a3c99033a3d4de866ebc4b45f01917db325a8a6e2281fb5437bc54552f1374
          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
