Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 331 Bytes

File metadata and controls

18 lines (13 loc) · 331 Bytes

Python email normalizer

Usage

from email_normalizer import normalize

# returns alicetestemail@gmail.com
normalize('Alice.Test.Email+2e16f5091e4c9a1fecd712ad1e019569@gmail.com')

Running tests

# The first run will fetch requirements / dependencies 
python setup.py test