diff options
Diffstat (limited to 'libraries/FormEncode/README')
-rw-r--r-- | libraries/FormEncode/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/FormEncode/README b/libraries/FormEncode/README new file mode 100644 index 0000000000..d029a4fbb0 --- /dev/null +++ b/libraries/FormEncode/README @@ -0,0 +1,10 @@ +FormEncode (HTML form validation, generation, and conversion package) + +FormEncode validates and converts nested structures. It allows for a +declarative form of defining the validation, and decoupled processes +for filling and generating forms. + +NOTE: To build this package, setuptools needs to be installed +(available at SlackBuilds.org as "pysetuptools"). + +NOTE: Running the test suite requires nose. |