summaryrefslogtreecommitdiffstats
path: root/python/python3-formencode/README
diff options
context:
space:
mode:
author Arn0 <yth@ythogtha.org>2022-03-08 23:44:40 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-09 12:34:23 +0700
commit0018c5a373468abfdf4e7774b5d0467513b75075 (patch)
treef4a6d218e96cd985165d7f0ff1e2c219c2a7848a /python/python3-formencode/README
parent2293b85eb1b19ab94ccb80e8ce76736d5108f737 (diff)
downloadslackbuilds-0018c5a373468abfdf4e7774b5d0467513b75075.tar.gz
slackbuilds-0018c5a373468abfdf4e7774b5d0467513b75075.tar.xz
python/python3-formencode: cloned from FormEncode for python3, updated for version 2.0.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 0000000000..8072779675
--- /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.