Innovation Sandbox (Python)

https://travis-ci.org/enyata/innovation-sandbox-python.svg?branch=master
A Python module that gives access to the innovation sandbox API on the go!

Features

  • Super easy to use
  • Very easy to understand
  • Get the code right in your editor

Installation

  • Just fire the following command in your terminal:
pip3 install innovation-sandbox
  • It's that easy. If you are using Python 2.7 use pip instead. Depending on your
    permissions, you might need to use pip install --user innovation-sandbox to install.
  • Or you can download the source code from here, and then just install the package using
python setup.py install

Quick Start Guide

  • To get started with the nibss documentation, check out: NIBSS.
  • To get started with the sterling documentation, check out: STERLING.
  • To get started with the atlabs documentation, check out: ATLABS.
  • To get started with the union documentation, check out: UNION.

Tests

  • Just type in the following command to run the tests
py.test
  • This will run the test defined in the files of the tests/ directory

Dependencies

  • To Download and install all the module dependencies, just type
pip install -r requirements.txt
  • And voila! All of the program’s “dependencies” will be downloaded, installed, and ready to go in one fell swoopidy-woop.