How to Install and Uninstall python312-email-validator Package on openSuSE Tumbleweed

Last updated: July 06,2024

1. Install "python312-email-validator" package

Please follow the step by step instructions below to install python312-email-validator on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-email-validator

2. Uninstall "python312-email-validator" package

Please follow the guidance below to uninstall python312-email-validator on openSuSE Tumbleweed:

$ sudo zypper remove python312-email-validator

3. Information about the python312-email-validator package on openSuSE Tumbleweed

Information for package python312-email-validator:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-email-validator
Version : 2.1.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 147.5 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).