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

email-in-validator

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

email-in-validator

This Python function, email_validator, checks if an input string is a valid email address

1.0.2
7

Supply Chain Security

100

Vulnerability

98

Quality

100

Maintenance

99

License

Possible typosquat attack

Supply chain risk

There is a package with a similar name that is downloaded much more often.

Did you mean

email-validator

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Maintainers
1

Email Input Validator

This is a command-line interface (CLI) tool that validates email addresses. It checks if an email address matches the regular expression for a valid email address and then prints a message indicating whether the email address is valid or not.

Installation

You can install this tool from PyPI:

pip install email_validator

Replace mytool with the name of your package.

Usage

You can use this tool in your terminal like this:

email_validator validate test@example.com

Replace test@example.com with the email address you want to validate.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

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