Metadata-Version: 2.1
Name: fake-email-identifier
Version: 0.1.3
Summary: This will find the email-id is 'True' or 'Flase'
Home-page: https://github.com/teamtact/fake-email-identifier
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# emailid_finder Package
  This will find email-id is fake or not

##Installation

Run the following to install:

'''python
pip install emailid_finder
'''
##Usage

'''python
import emailid_finder as ef

#Generate "True"
ef.check('namubol@veanlo.com') //This id form https://temp-mail.org/en/

#Generate "False"
ef.check('<some real email>')


