Metadata-Version: 2.1
Name: PanaceaMobile
Version: 1.0.2
Summary: PanaceaMobile "API" implementation in Python
Home-page: https://gitlab.com/jargij/panaceamobile-python
Author: Jacek Smit
Author-email: info@jaceksmit.nl
License: MIT
Description: # PanaceaMobile "API" client Python implementation
        
        For now this implementation is limited to `send_message` action.
        
        It's designed to work with HomeAssistant.
        
        ## Usage
        
        ```
        from PanaceaMobile import PanaceaMobile
        
        pm = PanaceaMobile(panacea_login='<your_username>', panacea_password='<your_password_or_api_key>')
        
        pm.send(recipient='+31612345678', message='Testing')
        ``` 
Keywords: SMS,PanaceaMobile,messaging
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Telecommunications Industry
Classifier: Topic :: Communications :: Telephony
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.5
Description-Content-Type: text/markdown
