aboutsummaryrefslogtreecommitdiff
path: root/python/email-validator/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-05-14 03:09:32 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-14 19:28:03 +0700
commitadb8188ca44cfbf5bd663e8e90cb441d1706fc97 (patch)
treed7d936acd0caea6657369807b735eed202b8464f /python/email-validator/README
parent07da2c0413bfd8ce78f78a594d45426826ac7440 (diff)
python/email-validator: Added (Validate Email Addresses)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/email-validator/README')
-rw-r--r--python/email-validator/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/email-validator/README b/python/email-validator/README
new file mode 100644
index 0000000000000..be3b85f78925c
--- /dev/null
+++ b/python/email-validator/README
@@ -0,0 +1,8 @@
+email-validator: Validate Email Addresses
+
+A robust email address syntax and deliverability validation library
+for Python by Joshua Tauberer.
+
+This library validates that a string is of the form name@example.com.
+This is the sort of validation you would want for an email-based
+login form on a website.