Name: | python3-email-validator |
---|---|
Version: | 1.0.5 |
Release: | 2.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 64235 |
License: | CC0 |
RPM: | python3-email-validator-1.0.5-2.el8.noarch.rpm |
Source RPM: | python-email-validator-1.0.5-2.el8.src.rpm |
Build Date: | Mon Jan 27 2020 |
Build Host: | jenkins-10-147-72-125-d5afe32e-40fd-40cd-88bd-43afe1a97a1f.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://github.com/JoshData/python-email-validator |
Summary: | A robust email syntax and deliverability validation library |
Description: | 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 (important for internationalized addresses!). |
- Implement changes from rhbz#1787419 to match rhbz#1733683
- Update to 1.0.5. - Review fixes.
- Initial package.