JoshData / python-email-validator

A robust email syntax and deliverability validation library for Python.
The Unlicense
1.16k stars 112 forks source link

Exposing a version str & deprecating the email attribute #110

Closed commonism closed 1 year ago

commonism commented 1 year ago

setup.cfg prefers having the version string not in __init__.py to avoid imports of libraries not installed yet. And I added some glue for email property compat, could be extended to __getitem__("email") as well.

JoshData commented 1 year ago

Thanks for this! Is this OK to merge (you've got "WIP" in the title)?

commonism commented 1 year ago

LGTM?

JoshData commented 1 year ago

Thanks!