Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37567501
en ru br
ALT Linux repositórios
S:2.0.0.post2-alt1

Group :: Development/Python3
RPM: python3-module-email-validator

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 2.0.0.post2-alt1
Data da compilação: 6 maio 2023, 08:56 ( 51.1 weeks ago )
Tamanho:: 38.96 Kb

Home page:   https://pypi.org/project/email-validator

Licença: CC0-1.0
Sumário: A robust email syntax and deliverability validation library for Python
Descrição:

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.

Mantenedor currente: Anton Zhukharev

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • python3-module-email-validator
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009