summaryrefslogtreecommitdiffstats
path: root/python/email-validator/README
blob: be3b85f78925c4d8b969b4db9d497ec822218272 (about) (plain) (blame)
1
2
3
4
5
6
7
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.