mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
7513279086
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
9 lines
390 B
Text
9 lines
390 B
Text
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"). Also, Sphinx, if
|
|
installed, is used to generate the docs.
|
|
|
|
NOTE: Running the test suite requires nose.
|