Skip to content

Koheron/koheron-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koheron-python

CircleCI PyPI version

Koheron Python Library

Install from a specific tag

pip install https://github.com/Koheron/koheron-python/zipball/v0.11.0

Develop in a virtualenv

virtualenv venv
source venv/bin/activate
pip install -e . # Install koheron package

Running tests

Testing server emission/reception:

make start_koheron_server
make test

This test runs locally and starts a server in background. The tests are run in virtualenvs (for Python 2 and 3).

Testing common driver:

make NAME=led_blinker HOST=192.168.1.100 test_common