Skip to main content

A small package for email verification

Project description

verify-email

verify-email can verify if the email exists or not by checking the domain name and pinging and verifying the handler.

Features

TODO

Compatibility

  • It is written in Python 2.7.
  • Not tested in python3.X.
  • It should work on Linux, Mac and Windows.

Documentation

TODO

Installation

From pypi.org

pip install verify-email

From source code

virtualenv env 
source env/bin/activate
pip install -r requirements.txt
python setup.py develop

Usage

>>> from verify_email import validate_email
>>> validate_email("foo@bar.com")
False

see for more details usage.py

Contribute

Support

If you are having issues, please let me know.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

verify_email-1.0.0.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

verify_email-1.0.0-py2-none-any.whl (3.6 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page