Metadata-Version: 2.1
Name: boneio
Version: 0.12.2
Summary: Python App for BoneIO
License: GNU General Public License v3.0
Author-email: Paweł Szafer <pszafer@gmail.com>
Requires-Python: >=3.7
Project-URL: Changelog, https://github.com/boneIO-eu/app_bbb/releases
Project-URL: Documentation, https://boneio.eu/docs/intro/
Project-URL: Homepage, https://boneio.eu
Project-URL: Repository, https://github.com/boneIO-eu/app_bbb
Description-Content-Type: text/markdown

Example usage:
boneio run -dd -c config.yaml

# Installation instructions

```
sudo apt-get install libopenjp2-7-dev libatlas-base-dev python3-venv libjpeg-dev zlib1g-dev
mkdir ~/boneio
python3 -m venv ~/boneio/venv
source ~/boneio/venv/bin/activate
pip3 install --upgrade boneio
cp ~/venv/lib/python3.7/site-packages/boneio/example_config/*.yaml ~/boneio/
```

Edit config.yaml

# Start app

```
source ~/boneio/venv/bin/activate
boneio run -c ~/boneio/config.yaml -dd
```

