Metadata-Version: 1.1
Name: nibbler-python
Version: 0.0.1
Summary: nibbler-python - Better email parser
Home-page: https://github.com/sendgridlabs/nibbler-python
Author: Kien Pham
Author-email: kien@sendgrid.com
License: MIT
Description: nibbler-python helps you parse for valid email addresses in Python projects
        
        Example Usage
        -------------
            from nibbler.parser import parse_email
        
            # valid email
            parse_email('"much.more unusual"@example.com')
        
            # invalid email
            parse_email('Abc.example.com')
        
        Contribute
        ----------
        This library is hosted on Github and you can contribute there:
        https://github.com/sendgridlabs/nibbler-python
Keywords: email parser esp sendgrid
Platform: Posix; MacOS X; Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
