Package python3-module-email_validator: Information

Danger alert: Package removed from sisyphus repository

Removed in the task: #320065
Package removed: Anton Zhukharev
Deletion date: May 7, 2023
Message: new_versions
    Source package: python3-module-email_validator
    Version: 1.3.0-alt1
    Build time:  Sep 28, 2022, 06:29 PM in the task #307520
    Report package bug
    License: CC0-1.0
    Summary: A robust email syntax and deliverability validation library for Python
    Description: 
    A robust email address syntax and deliverability validation library
    for Python by Joshua Tauberer.
    
    This library validates that a string is of the form name@example.com.
    This is the sort of validation you would want for an email-based login
    form on a website.
    
    Key features:
    
        Checks that an email address has the correct syntax --- good for login
        forms or other uses related to identifying users.
    
        Gives friendly error messages when validation fails (appropriate to show
        to end users).
    
        (optionally) Checks deliverability: Does the domain name resolve?
        And you can override the default DNS resolver.
    
        Supports internationalized domain names and (optionally) internationalized
        local parts, but blocks unsafe characters.
    
        Normalizes email addresses (super important for internationalized
        addresses! see below).
    
    The library is NOT for validation of the To: line in an email message
    (e.g. My Name <my@address.com>), which flanker is more appropriate for.
    And this library does NOT permit obsolete forms of email addresses,
    so if you need strict validation against the email specs exactly, use pyIsEmail.

    List of rpms provided by this srpm:
    python3-module-email_validator (noarch)

    Maintainer: Anton Zhukharev

    List of contributors:
    Anton Zhukharev

      1. python3(wheel)
      2. python3-module-pyproject-installer
      3. python3(setuptools)
      4. rpm-build-python3

    Last changed


    Sept. 28, 2022 Anton Zhukharev 1.3.0-alt1
    - 1.2.1 -> 1.3.0
    Aug. 7, 2022 Anton Zhukharev 1.2.1-alt1
    - initial build for Sisyphus