diff options
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. |