Metadata-Version: 2.1
Name: boneio
Version: 0.3.0.dev5
Summary: Python App for BoneIO
Home-page: https://github.com/boneIO-eu/app_bbb
Download-URL: https://github.com/boneIO-eu/app_bbb/archive/0.3.0.dev5.zip
License: GNU General Public License v3.0
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

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

# Installation instructions

```
sudo apt-get install libopenjp2-7-dev libatlas-base-dev python3-venv
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
```


