Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use another email validation library in Python? #1084

Open
mboulton-fathom opened this issue Mar 18, 2024 · 0 comments
Open

Use another email validation library in Python? #1084

mboulton-fathom opened this issue Mar 18, 2024 · 0 comments
Labels
Enhancement Extend or improve functionality Good First Issue Newcomer-friendly issue Python Python language support

Comments

@mboulton-fathom
Copy link

The current library which is used for validating emails in Python hasn't been updated in 9 years (https://pypi.org/project/validate_email/) and it doesn't ship a wheel which causes some other issues, for example in a Bazel workspace I can't use download_only = True with pip_parse. I don't have any opinions on the best alternative, but https://pypi.org/project/email-validator/ seems to be up to date?

@rodaine rodaine added Enhancement Extend or improve functionality Python Python language support Good First Issue Newcomer-friendly issue labels Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Extend or improve functionality Good First Issue Newcomer-friendly issue Python Python language support
Projects
None yet
Development

No branches or pull requests

2 participants