INCOMPLETE. DO NOT USE
This is a small python client for integrating applications with the OVO API.
This library will work with Python 3.6+.
# install requirements
pip install -r requirements_dev.txt
# add sources directory to the search path
PYTHONPATH=$PYTHONPATH:$(pwd)/src
# run tests
behave