
Security News
ESLint Adds Official Support for Linting HTML
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Supply Chain Security
Vulnerability
Quality
Maintenance
License
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
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.
listw = listwise.ListWise("C:/listwise_data.db", username, api_key)
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
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)
FAQs
ListWise.com email validation wrapper.
We found that listwise demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.