Metadata-Version: 2.1
Name: ezSMS
Version: 0.3.0
Summary: A small package that allows you to send easy SMS messages.
Home-page: https://github.com/TilakPatel/pypi-easy-sms
Author: Tilak Patel
Author-email: tilakpat@outlook.com
License: UNKNOWN
Description: # Easy-SMS 
        
        A simple Python package that allows you to send text messages to any number. Goal: Be extremely simple. The package requires your email credentials as it uses SSL to send the text messages.
        
        ## USAGE
        
        ```
        from messenger import Messenger
        m = Messenger('email@gmail.com', 'password', 'smtp.gmail.com')
        m.sendSMS('1234567890', 'this is a message')
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
