DSLink SDK for Python


License
Apache-2.0
Install
pip install dslink==0.7.2

Documentation

DSLink SDK for Python

PyPI version

DSLink SDK for Python.

This DSLink SDK isn't finished yet. Many features are implemented, but the API is not considered stable yet.

Using the SDK

We're publishing the DSLink package to PyPI.

Developing the SDK

  1. Clone this repository.
  2. sudo python setup.py install

Running the examples

There are a few examples that you can run to demonstrate how you'd use the SDK. They are located in the examples directory in the root of the repository. Follow the steps above to locally install the package, and then you may run them.