Python SDK to ensure excellent user experience for developers and data scientists working with the Cognite Data Platform.
In order to start using the Python SDK, you need
- Python3 (>= 3.5) and pip
- An API key. Never include the API key directly in the code or upload the key to github. Instead, set the API key as an environment variable. See the usage example for how to authenticate with the API key.
This is how you set the API key as an environment variable on Mac OS and Linux:
$ export COGNITE_API_KEY=<your API key>On Windows, you can follows these instructions to set the API key as an environment variable.
$ pip install cognite-sdkSee the examples folder for samples using the SDK.
Check out the documentation below, including the public API guide.
If you work at Cognite, you can find examples of code use in the repository ML-examples.
Want to contribute? Check out CONTRIBUTING.
Apache 2.0