Skip to content

Folstad/cognite-sdk-python

 
 

Repository files navigation

Cognite logo

Cognite Python SDK

build codecov Documentation Status PyPI version

Python SDK to ensure excellent user experience for developers and data scientists working with the Cognite Data Platform.

Prerequisites

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.

Installation

$ pip install cognite-sdk

Learn more

See 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.

Contributing

Want to contribute? Check out CONTRIBUTING.

Documentation

License

Apache 2.0

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%