How to Install and Uninstall python36-email_validator Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python36-email_validator" package

This guide let you learn how to install python36-email_validator on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-email_validator

2. Uninstall "python36-email_validator" package

This guide covers the steps necessary to uninstall python36-email_validator on openSuSE Tumbleweed:

$ sudo zypper remove python36-email_validator

3. Information about the python36-email_validator package on openSuSE Tumbleweed

Information for package python36-email_validator:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-email_validator
Version : 1.1.3-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 88,4 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).