ListWise.com email validation wrapper.
Project description
ListWise - Python REST API Wrapper for ListWise email validation.
In order to use all of the features of this package you must have an active subscription with listwisehq. https://www.listwisehq.com/email-address-cleaner/index.php
This packaged was developed during my employment with Kennedy Marketing Group. Thanks to them for giving me permission to open-source this.
listwise enables users to easily clean email addresses via the ListWise REST API.
Connecting to the API
listw = listwise.ListWise(“C:/listwise_data.db”, username, api_key)
One-off email validation
email = ‘zekebarge@gmail.com’
deep_cleaned = listw.deep_clean_one(email)
quick_cleaned = listw.quick_clean_one(email)
listw.db.con.commit() #To commit your updates to the database
Bulk e-mail validation using Pandas
import pandas as pd
df = pd.read_csv(“C:/path/to/file.csv”)
#All updates are automatically committed to SQLite.
deep_cleaned_df = listw.deep_clean_frame(df)
quick_cleaned_df = listw.quick_clean_frame(df)
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
File details
Details for the file listwise-1.0.4.zip
.
File metadata
- Download URL: listwise-1.0.4.zip
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a29f69e5b99bee2b43263ae31dbbe1d21010beef8772a0a3e94c54213175b4b0 |
|
MD5 | 6a4f7283ebb349d99ce3e2fc8ef6c359 |
|
BLAKE2b-256 | da7b4f0229e6f4850498c8cb9c239b56c311f7398b452f8bbf990d8aac90783f |