ncsdaemon

A service running on a master node that allows clients to interact with the NCS brain simulator using a restful API


License
MIT
Install
pip install ncsdaemon==0.01prea

Documentation

ncsdaemon

Build Status Coverage Status Documentation Status PyPI version

A service running on a master node that allows clients to interact with the NCS brain simulator using a restful API.

Development

Install the latest version by cloning the repository.

git clone https://github.com/BrainComputationLab/ncsdaemon.git

Bootstrap your development environment.

make bootstrap

Activate your virtualenv.

source env/bin/activate

Run Tests.

make test

Happy developing!