           SPELL=formalchemy
          SPELLX=FormAlchemy
         VERSION=1.5.5
     SOURCE_HASH=sha512:3c2aa679f3c7b45759786c721e12d305c5f013f92728c7ed2fc91a73de33d4b3b6e3b5138d86a02d88c0a91262a6b9ad1d2828aac2c5695e12a2fe3955841997
          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
