Socket
Socket
Sign inDemoInstall

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


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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc