From 0018c5a373468abfdf4e7774b5d0467513b75075 Mon Sep 17 00:00:00 2001 From: Arn0 Date: Tue, 8 Mar 2022 23:44:40 +0100 Subject: python/python3-formencode: cloned from FormEncode for python3, updated for version 2.0.1 Signed-off-by: Willy Sudiarto Raharjo --- python/python3-formencode/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/python3-formencode/README (limited to 'python/python3-formencode/README') 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. -- cgit v1.2.3