aboutsummaryrefslogtreecommitdiff
path: root/python/python3-validators/slack-desc
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/slack-desc
parente1e89838c811bdb4e300df909384de2c93d0561a (diff)
python/python3-validators: Added (Data Validations).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-validators/slack-desc')
-rw-r--r--python/python3-validators/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-validators/slack-desc b/python/python3-validators/slack-desc
new file mode 100644
index 0000000000..0504a5936f
--- /dev/null
+++ b/python/python3-validators/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+python3-validators: python3-validators (Python Data Validation for Humans)
+python3-validators:
+python3-validators: Python has all kinds of data validation tools, but every one of them
+python3-validators: seems to require defining a schema or form. I wanted to create a
+python3-validators: simple validation library where validating a simple value does not
+python3-validators: require defining a form or a schema.
+python3-validators:
+python3-validators: HOMEPAGE: https://github.com/python-validators/validators
+python3-validators:
+python3-validators:
+python3-validators: