Metadata-Version: 1.1
Name: emailvalid
Version: 1.0
Summary: Python module to validate eMail
Home-page: http://www.zikzakmedia.com/
Author: Zikzakmedia SL
Author-email: zikzak@zikzakmedia.com
License: GPL-3
Download-URL: https://bitbucket.org/zikzakmedia/python-emailvalid
Description: emailvalid
        ==========
        
        Python module to validate eMail.
        
        Nutshell
        --------
        
        Here a simple example to validate eMail:
        
            >> import emailvalid
            >> emailvalid.check_email('user@domain.com')
            True
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Topic :: Software Development :: Internationalization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
