Last updated:
0 purchases
pyvalidateemail 1.0.2
ValidateEmail
Build Status
License: MIT
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
Reference
Change Log
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.