Skip to content

fsi-sandbox/fsi-sdk-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sandbox Python SDK

Welcome to the FSI Sandbox SDK for Python. See the fsi-sdk topic for other available SDKs

Installation

pip3 install innovation-sandbox

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 it.

You can also download the source code from the repository, and then just install the package using

python setup.py install

Usage documentation for APIs currently supported by this SDK

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

Releases

No releases published

Packages

No packages published

Languages