85a877521b
This library validates that address are of the form x@y.com. This is the sort of validation you would want for a 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!).
11 lines
475 B
Text
11 lines
475 B
Text
@comment $NetBSD: PLIST,v 1.1 2018/01/18 08:35:48 adam Exp $
|
|
bin/email_validator${PYVERSSUFFIX}
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/email_validator/__init__.py
|
|
${PYSITELIB}/email_validator/__init__.pyc
|
|
${PYSITELIB}/email_validator/__init__.pyo
|