Metadata-Version: 2.1
Name: pyhassbian
Version: 0.0.1
Summary: UNKNOWN
Home-page: https://gitlab.com/ludeeus/pyhassbian
Author: Joakim Sorensen
Author-email: joasoe@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# pyhassbian - A python module to interact with hassbian

## Notes

This has been tested with python 3.6  
This module uses these external libraries:

- requests

## Install

```bash
pip install pyhassbian
```

## Example usage

```python
import pyhassbian
```

