-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
19 lines (15 loc) · 805 Bytes
/
README
File metadata and controls
19 lines (15 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
============
FormAlchemy2
============
(FormAlchemy2 is not production ready yet!)
FormAlchemy2 generates forms, validates and stores input data to your
favorite backend.
FormAlchemy2 is a rewrite of FormAlchemy. The first version of FormAlchemy was
written to generate HTML forms given an SQLAlchemy mapped object. But later
FormAlchemy also added support for other backends, like ZopeDB, CouchDB,
etc... This was nice, but the design of FormAlchemy was still too coupled to
SQLAlchemy and made it unpleasant to extend to other backends.
FormAlchemy2 is written to be extensible from the ground up by plugging any
backend system you can think of. FormAlchemy2's core is meant to be reduced at
the strict minimum and provide a developer-friendly API for manipulating forms
using any backend you like.