lykkex

Wrapper for the Lykke Exchange API


License
MIT
Install
pip install lykkex==0.1

Documentation

lykkex

Simple python wrapper for the Lykke Exchange API.

Note that the default environment is the development api of Lykkex. In production code, run

import lykkex
lykkex.set_api_environment("prod")

before making any api calls.

Install

To install

pip install .

Run tests

python setup.py test