How to Install and Uninstall python310-email-validator Package on openSuSE Tumbleweed
Last updated: November 08,2024
1. Install "python310-email-validator" package
Please follow the instructions below to install python310-email-validator on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python310-email-validator
Copied
2. Uninstall "python310-email-validator" package
This is a short guide on how to uninstall python310-email-validator on openSuSE Tumbleweed:
$
sudo zypper remove
python310-email-validator
Copied
3. Information about the python310-email-validator package on openSuSE Tumbleweed
Information for package python310-email-validator:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-email-validator
Version : 2.1.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 134.0 KiB
Installed : No
Status : not installed
Source package : python-email-validator-2.1.0-1.2.src
Upstream URL : https://github.com/JoshData/python-email-validator
Summary : A robust email syntax and deliverability validation library for Python
Description :
A robust email address syntax and deliverability validation library
for Python 2.7/3.4 by Joshua Tauberer.
This library validates that address are of the form ``[email protected]``. 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! see below).
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-email-validator
Version : 2.1.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 134.0 KiB
Installed : No
Status : not installed
Source package : python-email-validator-2.1.0-1.2.src
Upstream URL : https://github.com/JoshData/python-email-validator
Summary : A robust email syntax and deliverability validation library for Python
Description :
A robust email address syntax and deliverability validation library
for Python 2.7/3.4 by Joshua Tauberer.
This library validates that address are of the form ``[email protected]``. 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! see below).