Metadata-Version: 2.1
Name: yeastarAPI
Version: 0.1.2
Summary: yeastar wireless terminal api client
Home-page: https://github.com/Scobber/yeastarAPI
Author: The Scobber
Author-email: info@thescobber.com
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/Scobber/yeastarAPI/issues
Project-URL: Say Thanks!, https://github.com/Scobber/yeastarAPI
Project-URL: Source, https://github.com/Scobber/yeastarAPI/
Description: # yeastarAPI
        Python OOP interface for connecting to, authenticating with, and sending SMS messages via any of the 8 connected SIM cards
        Currently has a class definition for incoming messages, but not implemented.
        
        ##Get started:
        ```
        import yeastarAPI
        
        if __name__ == '__main__':
            conn = yeastarAPI.Connection("Gateway IP", 5038, "apiuser", "apipass")
            print(yeastarAPI.SendSMS(conn, 1, "040000000", "Hello World!").Status)
        ```
        
Keywords: api,networking,sms terminal
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
