diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-05-14 03:09:32 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-14 19:28:03 +0700 |
commit | adb8188ca44cfbf5bd663e8e90cb441d1706fc97 (patch) | |
tree | d7d936acd0caea6657369807b735eed202b8464f /python/email-validator/README | |
parent | 07da2c0413bfd8ce78f78a594d45426826ac7440 (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/README | 8 |
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. |