Metadata-Version: 2.1
Name: mailpapa
Version: 0.1.1
Summary: Search for emails in the wild
Home-page: https://github.com/mainanick/mailpapa
Author: Maina Nick
Author-email: contact@nickmaina.com
License: MIT
Description: 
        # Mailpapa
        
        ```python
        import mailpapa
        
        mailpapa.search(company='google', pattern='{first}.{last}@google.com')
        
        ```
        
        <https://support.google.com/accounts/answer/6010255>
        <https://myaccount.google.com/lesssecureapps>
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4
Description-Content-Type: text/markdown
