BajtaHack hackathon demo project
This is an example project for Bajtahack heckaton. This app contains a simple web server for controlling a SRM module.
For basic usage:
pip instal git+git://github.com/psywerx/BatjaHack.git
export FLASK_APP=web
flask run
There are some hard-coded pins and adresses in web/butler/butler.py
Install
git clone git://github.com/psywerx/BajtaHack.git
cd BajtaHack
virtualenv --python=python3 bajtahack_env
. bajtahack_env/bin/activate
pip install -e .[dev,test]
Run tests
python setup.py test
pylint web test