Skip to content

HairyFotr/BajtaHack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.1%
  • HTML 11.9%