email-normalize

Return a normalized email-address stripping ISP specific behaviors


Keywords
email
License
BSD-1-Clause
Install
pip install email-normalize==2.0.0

Documentation

email-normalize

email-normalize is a Python 3 library for returning a normalized email-address stripping mailbox provider specific behaviors such as "Plus addressing" (foo+bar@gmail.com).

Version Build Status Coverage License

Example

import email_normalize

# Returns ``foo@gmail.com``
normalized = email_normalize.normalize('f.o.o+bar@gmail.com')

Currently Supported Mailbox Providers

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

Documentation

http://email-normalize.readthedocs.org

Python Versions Supported

3.7+