Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 432 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 432 Bytes

OESDK

full workflow

This is the Python SDK for the Open Energi API.

To see a Jupyter notebook as an example of how to use this SDK please go to the examples folder and click on the notebook.

Tests

To run the tests just invoke make test, or as an alternative python -m unittest discover -s tests -v.