Metadata-Version: 2.1
Name: ikamand
Version: 0.1.9
Home-page: https://github.com/slinkymanbyday/ikamand
Author: slinkymanbyday
Author-email: slinkymanbyday@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# ikamand [![Build Status][travis_status]][travis] [![PyPI version][pypi_badge]][pypi]

_Python package for communicating with the iKamand._

Allows local interaction with the iKamand temperature controller.

## Install

```bash
pip install ikamand
```

Look at the file `example.py` for a usage example.

Setting network details is untested, but should work for you if you are currently unable to connect. 

[travis_status]: https://travis-ci.org/slinkymanbyday/ikamand.svg?branch=master
[travis]: https://travis-ci.org/slinkymanbyday/ikamand
[pypi]:https://pypi.org/project/ikamand/
[pypi_badge]: https://badge.fury.io/py/ikamand.svg
