Metadata-Version: 2.1
Name: shellypython
Version: 0.0.4
Summary: Python interface for Shelly.cloud devices.
Home-page: https://github.com/marcogazzola/shelly-python
Author: Marco Gazzola
License: UNKNOWN
Download-URL: https://github.com/marcogazzola/shelly-python/tarball/0.0.4
Description: shelly-python
        ==============
        
        |PyPI version| |Python versions| |Build Status| |Coverage Status| |Hound|
        
        Package for integrating with Shelly.Cloud Device
        
        
        Supported devices
        -----------------
        
        +---------+------------+--------------+--------------+---------------+
        | Model   | Api Status | Api Settings | Relay status | Roller status |
        +=========+============+==============+==============+===============+
        | Shelly1 |     X      |      X       |      X       |               |
        +---------+------------+--------------+--------------+---------------+
        | Shelly2 |     X      |      X       |      X       |       X       |
        +---------+------------+--------------+--------------+---------------+
        
        
        
        Running the full test suite for multiple python versions
        --------------------------------------------------------
            tox
        
        Contribute
        -----------
        
        |BuyMeACoffe|
        
        |Paypal moneybox|
        
        
        .. ..
        
        .. |PyPI version| image:: https://img.shields.io/pypi/v/shellypython.svg
           :target: https://pypi.org/project/shellypython/
        .. |Paypal moneybox| image:: https://www.paypalobjects.com/webstatic/mktg/logo/pp_cc_mark_37x23.jpg
           :target: https://paypal.me/pools/c/8cMcW6wRNZ
        .. |BuyMeACoffe| image:: https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png
           :target: https://www.buymeacoffee.com/Gazzolinho
        .. |Python versions| image:: https://img.shields.io/pypi/pyversions/shellypython.svg
           :target: https://pypi.python.org/pypi/shellypython/
        .. |Build Status| image:: https://img.shields.io/travis/marcogazzola/shelly-python/master.svg
           :target: https://travis-ci.org/marcogazzola/shelly-python
        .. |Code Health| image:: https://landscape.io/github/marcogazzola/shelly-python/landscape.svg?style=flat
           :target: https://landscape.io/github/marcogazzola/shelly-python/master
        .. |Coverage Status| image:: https://coveralls.io/repos/github/marcogazzola/shelly-python/badge.svg?branch=master
           :target: https://coveralls.io/github/marcogazzola/shelly-python?branch=master
        .. |Hound| image:: https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg
           :alt: Hound
           :target: https://houndci.com
        
Keywords: shelly,shelly-cloud,rele,api,mqtt
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
