Metadata-Version: 1.1
Name: oemthermostat
Version: 1.0
Summary: A package to interface with the HTTP API of the OpenEnergyMonitor Thermostat
Home-page: https://github.com/Cadair/openenergymonitor_thermostat
Author: Stuart Mumford
Author-email: stuart@cadair.com
License: BSD
Download-URL: https://github.com/Cadair/openenergymonitor_thermostat/tarball/1.0
Description: Open Energy Monitor Thermostat Python API
        =====================================================
        
        Overview
        --------
        
        This module provides a Python API to the Open Energy
        Monitor
        [Thermostat](https://shop.openenergymonitor.com/wifi-mqtt-relay-thermostat/).
        Currently it only provides enough functionality for external control of the
        thermostat rather than providing access to all the configuration options.
        
        
        Installation / Usage
        --------------------
        
        To install use pip:
        
            $ pip install oemthermostat
        
        
        Or clone the repo:
        
            $ git clone https://github.com/Cadair/openenergymonitor_thermostat.git
            $ pip install openenergymonitor_thermostat
            
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
