Skip to content

gmr/email-normalize

Repository files navigation

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+

About

Return a normalized email-address stripping ISP specific behaviors

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages