This is under development
- Install the package from the git repository
pip install git+https://github.com/AuroraEnergyResearch/aurora-origin-python-sdk
-
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 variableAURORA_API_KEY
. -
Import
OriginSession
and initialise.
from origin_sdk.OriginSession import OriginSession
session = OriginSession()
result = session.get_projects()
print(res[0])
- See the documentation for further details on the SDK.