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

emailcheck

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emailcheck

Validate your email is valid or not

1.0.1
100

Supply Chain Security

100

Vulnerability

97

Quality

100

Maintenance

100

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Maintainers
1

Email Checker

Validate your email is valid or not

Screenshot

Install

$ pip install emailcheck

Usage

import emailcheck as email

email.check("yoginth@zoho.com")
#=> True

email.check("yoginth@.com")
#=> False

Get Help

There are few ways to get help:

  • Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.

  • For bug reports and feature requests, open issues.

  • For direct and quick help, you can email me.

How to contribute

Have an idea? Found a bug? See how to contribute.

Thanks!

License

MIT

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