Skip to content

AuroraEnergyResearch/aurora-origin-python-sdk

Repository files navigation

Aurora Origin SDK

This is under development

Installation

  1. Install the package from the git repository
pip install git+https://github.com/AuroraEnergyResearch/aurora-origin-python-sdk
  1. Add your Aurora API key to the file $home/.aurora-api-key. for example C:\Users\Joe Bloggs\.aurora-api-key or set as the environment variable AURORA_API_KEY.

  2. Import OriginSession and initialise.

from origin_sdk.OriginSession import OriginSession
session  = OriginSession()
result  = session.get_projects()
print(res[0])
  1. See the documentation for further details on the SDK.