A Python port to validate disposable emails
Project description
ValidateEmail
Validate if an email is a disposable email.
from py_validate_email import is_valid_email
def register(email, password):
if not is_valid_email(email):
raise ValueError('Cannot register email with invalid email')
Contributing
Pull requests welcome
Fork the repository
Create a new branch
Make the necessary changes including your tests
Lint your code via make lint
Check the coverage report via make test
Create a Pull Request
Acknowledgements
Email list was sourced from hallelujah/valid_email, licensed under MIT.
License
Change Log
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file py_validate_email-1.0.2-py2-none-any.whl
.
File metadata
- Download URL: py_validate_email-1.0.2-py2-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92dce5a3a03c17ec5f87d8fca473b9045d97e5593dc28107bc92d2e66a59e77c |
|
MD5 | a379f5d2bb6b017b06a4f5c807bc5565 |
|
BLAKE2b-256 | 9262d054150f21183d270226b9fcb33b2f41e20edb05f36679bdc8e967fec7d6 |