Skip to content

Psywerx/BajtaHack

Repository files navigation

BajtaHack hackathon demo project

Travis CI Codecov

This is an example project for Bajtahack heckaton. This app contains a simple web server for controlling a SRM module.

Installation

For basic usage:

pip instal git+git://github.com/psywerx/BatjaHack.git

Usage

export FLASK_APP=web
flask run

There are some hard-coded pins and adresses in web/butler/butler.py

For development

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages