<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>FormAlchemy</name>
<shortdesc>Auto-generated, customizable HTML input form fields from your SQLAlchemy mapped classes.</shortdesc>
<description>FormAlchemy is a library written in Python that generates HTML form fields from
your SQLAlchemy mapped classes.

If you are using SQLAlchemy in a web environment requiring user input for your
database(s), chances are that you will feel writing the same code for your HTML
forms than the code you wrote for your SQLAlchemy tables. If you are tired of
writing, updating, validating your HTML forms over and over again, FormAlchemy
might get most of the work done for you. Get the tedious job done faster and
easier without feeling to repeat yourself. FormAlchemy reflects your database
tables to HTML forms.

FormAlchemy is easy to use and nicely integrates in your web framework or
templates. It is highly customizable generating HTML code that fits your needs.
Have a look at the QuickTutorial to get an idea of FormAlchemy's usage.</description>
<download-page>http://code.google.com/p/formalchemy/downloads/list</download-page>
<homepage rdf:resource="http://formalchemy.googlecode.com" />
<maintainer><foaf:Person><foaf:name>Alexandre Conrad</foaf:name>
<foaf:mbox_sha1sum>5603ac7ad2f27b8637db1f2edb47a7d4875dfcee</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.2</revision></Version></release>
</Project></rdf:RDF>