How to Install and Uninstall python38-email_validator Package on openSuSE Tumbleweed
Last updated: November 08,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python38-email_validator" package
Please follow the steps below to install python38-email_validator on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python38-email_validator
Copied
2. Uninstall "python38-email_validator" package
This is a short guide on how to uninstall python38-email_validator on openSuSE Tumbleweed:
$
sudo zypper remove
python38-email_validator
Copied
3. Information about the python38-email_validator package on openSuSE Tumbleweed
Information for package python38-email_validator:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-email_validator
Version : 1.1.3-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 88,5 KiB
Installed : No
Status : not installed
Source package : python-email_validator-1.1.3-1.2.src
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 : python38-email_validator
Version : 1.1.3-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 88,5 KiB
Installed : No
Status : not installed
Source package : python-email_validator-1.1.3-1.2.src
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).