Fedora Packages

python3-email-validator Subpackage of python-email-validator

A robust email syntax and deliverability validation library

This library validates that a string is of the form name@example.com and optionally checks that the domain name is set up to receive email. This is the sort of validation you would want when you are identifying users by their email address like on a registration/login form (but not necessarily for composing an email message). Key features: • Checks that an email address has the correct syntax – great for email-based registration/login forms or validing data. • Gives friendly English error messages when validation fails that you can display to end-users. • Checks deliverability (optional): Does the domain name resolve? (You can override the default DNS resolver to add query caching.) • Supports internationalized domain names and internationalized local parts. • Rejects addresses with unsafe Unicode characters, obsolete email address syntax that you’d find unexpected, special use domain names like @localhost, and domains without a dot by default. This is an opinionated library! • Normalizes email addresses (important for internationalized and quoted-string addresses!) • Python type annotations are used.

Releases Overview

Release Stable Testing
Fedora Rawhide 2.1.1-1.fc41 -
Fedora 40 2.1.1-1.fc40 -
Fedora 39 2.1.1-1.fc39 -
Fedora 38 1.1.3-2.fc38 -
EPEL 9 1.1.3-2.el9 -
EPEL 8 1.0.5-12.el8 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at python-email-validator dash maintainers at fedoraproject dot org.



Sources on Pagure