Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.27 KB

README.rst

File metadata and controls

50 lines (38 loc) · 1.27 KB

email-normalize

email-normalize is a Python 3 library for returning a normalized email-address stripping mailbox provider specific behaviors such as "Plus addressing" ([email protected]).

Version Build Status Coverage License

Example

import email_normalize

# Returns ``[email protected]``
normalized = email_normalize.normalize('[email protected]')

Currently Supported Mailbox Providers

  • Apple
  • Fastmail
  • Google
  • Microsoft
  • ProtonMail
  • Rackspace
  • Yahoo
  • Yandex
  • Zoho

Documentation

http://email-normalize.readthedocs.org

Python Versions Supported

3.7+