Пакет python3-module-email-validator: Информация

    Исходный пакет: python3-module-email-validator
    Версия: 2.1.1-alt1
    Последняя версия по данным Repology
    Собран:  1 апреля 2024 г. 16:27 в задании #344132
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/email-validator

    Лицензия: CC0-1.0
    О пакете: A robust email syntax and deliverability validation library for Python
    Описание: 
    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!).
    
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python3-module-email-validator (noarch)

    Сопровождающий: Anton Zhukharev

    Список участников:
    Anton Zhukharev

    Права:
    Anton Zhukharev
    @everybody

      1. python3-module-pyproject-installer >= 0.4.0
      2. python3-module-setuptools
      3. python3-module-wheel
      4. rpm-build-pyproject

    Последнее изменение


    1 апреля 2024 г. Anton Zhukharev 2.1.1-alt1
    - Updated to 2.1.1.
    7 ноября 2023 г. Anton Zhukharev 2.1.0.post1-alt1
    - Updated to 2.1.0.post1.
    6 мая 2023 г. Anton Zhukharev 2.0.0.post2-alt1
    - New version.
    - Reformat description.