           SPELL=formalchemy
          SPELLX=FormAlchemy
         VERSION=1.3.3
     SOURCE_HASH=sha512:8bf33fbae1de0402e5fa9ce7ba5d19e9294077c7b58a46cff5b5fff802bc1376860f6df295cfb571870314de6b981df88eba542ca81dc68ad76b93fdac7c405f
          SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELLX/$SOURCE
   WEB_SITE=http://code.google.com/p/$SPELL
   SOURCE_URL[0]=http://$SPELL.googlecode.com/files/$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 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.
EOF
