Metadata-Version: 2.1
Name: wavinsentio
Version: 0.1.0
Summary: API Wrapper for Wavin Sentio underfloor heating system
Home-page: https://github.com/djerik/wavinsentio
Author: Tobias Laursen
Author-email: djerik@gmail.com
License: MIT
Description: # Wavin Sentio
        > API Wrapper for Wavin Sentio underfloor heating system.
        
        Enables you to query status of thermostats and change target temperature
        
        ## Usage example
        
        ws = wavinsentio.WavinSentio("username","password")
        
        ## Release History
        
        * 0.1.0
            * The first proper release
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
