pkgsrc/mail/py-email_validator/PLIST
adam 85a877521b py-email_validator: added version 1.0.2
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!).
2018-01-18 08:35:48 +00:00

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