🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

disposable-email-validator

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

disposable-email-validator

Python library for disposable email validation

0.0.8
PyPI
Maintainers
1

disposable-email-validator

installation

pip install disposable-email-validator

usage

from disposable_email_validator import is_disposable_email

is_disposable_email("some_email@inpwa.com") # True
is_disposable_email("some_email@gmail.com") # False

uploading new fake emails

1) update file /disposable_email_validator/disposable_emails (pickle file)
2) increase version of the package in setup.py
3) upload updated package to pypi
4) change version of the package in backend repo

FAQs

Did you know?

Socket

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.

Install

Related posts