aboutsummaryrefslogblamecommitdiff
path: root/mail/py-email-validator/pkg-descr
blob: cb38680ad94a2f67db7873031485c47c8b7234c2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                               
This library validates that address are of the form x@y.com. This is the sort
of validation you would want for a login form on a website.

Key features:

- Good for validating email addresses used for logins/identity.
- Friendly error messages when validation fails (appropriate to show to end
  users).
- (optionally) Checks deliverability: Does the domain name resolve?
- Supports internationalized domain names and (optionally) internationalized
  local parts.
- Normalizes email addresses (super important for internationalized addresses!)

WWW: https://github.com/JoshData/python-email-validator