Metadata-Version: 1.1
Name: nefit-client
Version: 0.2.2
Summary: Python API and command line tool for talking to the Nefit Easy™ Thermostat
Home-page: https://github.com/patvdleer/nefit-client-python.git
Author: Patrick van der Leer
Author-email: pat.vdleer@gmail.com
License: MIT
Download-URL: https://github.com/patvdleer/nefit-client-python/archive/v0.2.2.tar.gz
Description: # Bosch Nefit Easy™ Client
        
        ## Usage
        ```bash
        usage: Nefit client [options]
        
        Nefit client
        
        optional arguments:
          -h, --help            show this help message and exit
          --serial SERIAL       Serial, 9 number digit
          --access-key ACCESS_KEY
                                Access key, 12 long
          --password PASSWORD   Password, usually postalcode + housenumber
          --status              Status
          --display-code        Display code
          --set-temperature SET_TEMPERATURE
                                Display code
          -v, --verbose         Increase output verbosity
          --version             show program s version number and exit
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Topic :: Other/Nonlisted Topic
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
