aboutsummaryrefslogtreecommitdiff
path: root/python/python3-validators/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+SBo@gmail.com>2023-06-17 08:58:37 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-17 08:58:37 +0700
commit2365940375dec89b8bee3f615ebee607b28c3ae6 (patch)
tree13a4d624c15342da00ea09ccbccf1bbd6fe2ebb2 /python/python3-validators/README
parente1e89838c811bdb4e300df909384de2c93d0561a (diff)
python/python3-validators: Added (Data Validations).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-validators/README')
-rw-r--r--python/python3-validators/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-validators/README b/python/python3-validators/README
new file mode 100644
index 0000000000..536501ab6d
--- /dev/null
+++ b/python/python3-validators/README
@@ -0,0 +1,6 @@
+python3-validators (Python Data Validation for Humans)
+
+Python has all kinds of data validation tools, but every one of them
+seems to require defining a schema or form. I wanted to create a
+simple validation library where validating a simple value does not
+require defining a form or a schema.