aboutsummaryrefslogtreecommitdiff
path: root/python/python3-formencode/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-formencode/README')
-rw-r--r--python/python3-formencode/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-formencode/README b/python/python3-formencode/README
new file mode 100644
index 0000000000000..807277967520e
--- /dev/null
+++ b/python/python3-formencode/README
@@ -0,0 +1,6 @@
+FormEncode validates and converts nested structures. It allows for a
+declarative form of defining the validation, and decoupled processes
+for filling and generating forms.
+
+Optional dependencies are Sphinx, used to generate the docs, and
+nose, to run the test suite.