python3-email-validator

Robust email address syntax and deliverability validation library (Python 3)

Description

This library validates that a string is of the form x@y.com. This is the sort of validation you would want for an email-based 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!).

This package installs the library for Python 3.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

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


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-email-validator