How to Install and Uninstall python311-email-validator Package on openSUSE Leap
Last updated: November 23,2024
1. Install "python311-email-validator" package
This guide let you learn how to install python311-email-validator on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-email-validator
Copied
2. Uninstall "python311-email-validator" package
Please follow the step by step instructions below to uninstall python311-email-validator on openSUSE Leap:
$
sudo zypper remove
python311-email-validator
Copied
3. Information about the python311-email-validator package on openSUSE Leap
Information for package python311-email-validator:
--------------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-email-validator
Version : 2.0.0-150400.9.3.6
Arch : noarch
Vendor : SUSE LLC
Installed Size : 149.2 KiB
Installed : No
Status : not installed
Source package : python-email-validator-2.0.0-150400.9.3.6.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 : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-email-validator
Version : 2.0.0-150400.9.3.6
Arch : noarch
Vendor : SUSE LLC
Installed Size : 149.2 KiB
Installed : No
Status : not installed
Source package : python-email-validator-2.0.0-150400.9.3.6.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).