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.
To install
pip install .
python setup.py test