yadtcontroller

UNKNOWN


License
GPL-3.0
Install
pip install yadtcontroller==0.1.5

Documentation

yadtcontroller Build Status

Developer setup

This module uses the pybuilder. You will need virtualenv installed. (On Ubuntu : sudo apt-get install python-virtualenv, on other machines sudo pip install virtualenv should do it).

git clone https://github.com/yadt/yadtcontroller
cd yadtcontroller
virtualenv venv
. venv/bin/activate
pip install pybuilder
pyb install_dependencies

Or you could use pyb_init and run

pyb-init github yadt : yadtcontroller

Running the tests

pyb verify

Generating a setup.py

pyb
cd target/dist/yadtcontroller-$VERSION
./setup.py <whatever you want>

Looking at the coverage

pyb
cat target/reports/coverage