diff options
author | Nikos Giotis <nikos.giotis@gmail.com> | 2017-03-05 11:05:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-05 11:05:50 +0700 |
commit | f597e65633105466403a6e9a8c7108a092f86e04 (patch) | |
tree | 604c37f458389e91683e38cda87113b5f19c2f41 /python/WTForms/README | |
parent | cdae277eeac60b5af1eb6dc93cac2c543d6c9e2d (diff) |
python/WTForms: Added (web forms validation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/WTForms/README')
-rw-r--r-- | python/WTForms/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/WTForms/README b/python/WTForms/README new file mode 100644 index 000000000000..6341b8f6a0ed --- /dev/null +++ b/python/WTForms/README @@ -0,0 +1,7 @@ +WTForms 2.1 +A flexible forms validation and rendering library for python web development. + +Package Documentation + +WTForms is a flexible forms validation and rendering library for python web +development. |