[ ソース: python-email-validator ]
パッケージ: python3-email-validator (1.3.0-1)
python3-email-validator に関するリンク
Debian の資源:
python-email-validator ソースパッケージをダウンロード:
- [python-email-validator_1.3.0-1.dsc]
- [python-email-validator_1.3.0.orig.tar.gz]
- [python-email-validator_1.3.0-1.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
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-dnspython
- DNS toolkit for Python 3
-
- dep: python3-idna
- Python IDNA2008 (RFC 5891) handling (Python 3)