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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file emailvalidationio-0.2.tar.gz.
File metadata
- Download URL: emailvalidationio-0.2.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2cc5e49dd77d2fe69130b7e0f079132bfe980a07078f1e6bdde021323312e38
|
|
| MD5 |
24ccc19e9559eeb891f4eff6a7512607
|
|
| BLAKE2b-256 |
8c7ad8ac011922bb3a09abeb13188e0e1f89175a1d4e804bb5f46c1905150583
|