Skip to main content

Emailvalidation Python Client

Project description

Emailvalidation Python Client

Emailvalidation Python Client is the official Python Wrapper around the Emailvalidation API.

Installation

Install from pip:

pip install emailvalidationio

Install from code:

pip install git+https://github.com/everapihq/emailvalidation-python.git

Usage

All emailvalidation API requests are made using the Client class. This class must be initialized with your API access key string. Where is my API access key?

In your Python application, import emailvalidationio and pass authentication information to initialize it:

import emailvalidationio
client = emailvalidationio.Client('API_KEY')

Retrieve Status

print(client.status())

Validate Email Address

https://emailvalidation.io/docs/info

result = client.info('john@doe.com')
# result = client.info('john@doe.com', catch_all=1)
print(result)

Contact us

Any feedback? Please feel free to contact our team.

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

emailvalidationio-0.2.tar.gz (2.1 kB view hashes)

Uploaded Source

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