/BajtaHack

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

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

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 butler