Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

email-normalize

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

email-normalize

Return a normalized email-address stripping ISP specific behaviors

  • 2.0.0
  • PyPI
  • Socket score

Maintainers
2

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| |Status| |Coverage| |License|

Example

.. code:: python

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+

.. |Version| image:: https://img.shields.io/pypi/v/email-normalize.svg? :target: https://pypi.python.org/pypi/email-normalize

.. |Status| image:: https://github.com/gmr/email-normalize/workflows/Testing/badge.svg? :target: https://github.com/gmr/email-normalize/actions?workflow=Testing :alt: Build Status

.. |Coverage| image:: https://img.shields.io/codecov/c/github/gmr/email-normalize.svg? :target: https://codecov.io/github/gmr/email-normalize?branch=master

.. |License| image:: https://img.shields.io/pypi/l/email-normalize.svg? :target: https://email-normalize.readthedocs.org

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc