[ 源代码: python-email-validator ]
软件包:python3-email-validator(1.1.1-3)
python3-email-validator 的相关链接
Debian 的资源:
下载源码包 python-email-validator:
- [python-email-validator_1.1.1-3.dsc]
- [python-email-validator_1.1.1.orig.tar.gz]
- [python-email-validator_1.1.1-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Robust email address syntax and deliverability validation library (Python 3)
This library validates that a string is of the form x@y.com. This is the sort of validation you would want for an email-based 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!).
This package installs the library for Python 3.
其他与 python3-email-validator 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-dnspython
- DNS toolkit for Python 3
-
- dep: python3-idna
- Python IDNA2008 (RFC 5891) handling (Python 3)