slackbuilds/python/email-validator
fourtysixandtwo e241ba3924
python/email-validator: Updated for version 2.0.0.post2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-05-20 11:17:20 +07:00
..
README python/email-validator: Added (Validate Email Addresses) 2022-05-14 19:28:03 +07:00
email-validator.SlackBuild python/email-validator: Updated for version 2.0.0.post2. 2023-05-20 11:17:20 +07:00
email-validator.info python/email-validator: Updated for version 2.0.0.post2. 2023-05-20 11:17:20 +07:00
slack-desc python/email-validator: Added (Validate Email Addresses) 2022-05-14 19:28:03 +07:00

README

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.