Metadata-Version: 2.1
Name: boneio
Version: 0.1.0.dev24
Summary: Python Helper for BoneIO
Home-page: https://github.com/maciejk1984/boneIO
License: GNU General Public License v3.0
Download-URL: https://github.com/maciejk1984/boneIO/archive/0.1.0.dev24.zip
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
python3 -m venv venv
wget https://raw.githubusercontent.com/pszafer/boneIO-1/main/Code/BoneIO/example_config/config.yaml
wget https://raw.githubusercontent.com/pszafer/boneIO-1/main/Code/BoneIO/example_config/output.yaml
```



