SlackBuildsOrg/python/email-validator/README
fourtysixandtwo adb8188ca4
python/email-validator: Added (Validate Email Addresses)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-05-14 19:28:03 +07:00

8 lines
304 B
Text

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.