email-normalize
email-normalize copied to clipboard
Broken on Windows
Firstly, this is a great library. Thank you!
Event loops on Windows don't support all methods, particularly aiodns calls add_reader which is unsupported, and leads to a hang if you're using ProactorEventLoop (the default on Windows):
See more: https://docs.python.org/3.9/library/asyncio-platforms.html#windows