summaryrefslogtreecommitdiffstats
path: root/python-pypi/formalchemy/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'python-pypi/formalchemy/DETAILS')
-rwxr-xr-xpython-pypi/formalchemy/DETAILS13
1 files changed, 8 insertions, 5 deletions
diff --git a/python-pypi/formalchemy/DETAILS b/python-pypi/formalchemy/DETAILS
index afe223b2fb..9bc8c50104 100755
--- a/python-pypi/formalchemy/DETAILS
+++ b/python-pypi/formalchemy/DETAILS
@@ -12,10 +12,13 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
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
+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