Metadata-Version: 2.1
Name: cognite-sdk
Version: 0.13.9
Summary: Client library for Cognite Data Fusion (CDF)
Home-page: https://cognite-sdk-python.readthedocs-hosted.com
Author: Erlend Vollset
Author-email: erlend.vollset@cognite.com
License: UNKNOWN
Download-URL: https://github.com/cognitedata/cognite-sdk-python/archive/0.13.9.tar.gz
Description: <a href="https://cognite.com/">
            <img src="https://github.com/cognitedata/cognite-python-docs/blob/master/img/cognite_logo.png" alt="Cognite logo" title="Cognite" align="right" height="80" />
        </a>
        
        Cognite Python SDK
        ==========================
        [![build](https://webhooks.dev.cognite.ai/build/buildStatus/icon?job=github-builds/cognite-sdk-python/0.13)](https://jenkins.cognite.ai/job/github-builds/job/cognite-sdk-python/job/0.13/)
        [![codecov](https://codecov.io/gh/cognitedata/cognite-sdk-python/branch/0.13/graph/badge.svg)](https://codecov.io/gh/cognitedata/cognite-sdk-python/branch/0.13)
        [![Documentation Status](https://readthedocs.com/projects/cognite-sdk-python/badge/?version=latest)](https://cognite-docs.readthedocs-hosted.com/en/latest/)
        [![PyPI version](https://badge.fury.io/py/cognite-sdk.svg)](https://pypi.org/project/cognite-sdk/)
        [![tox](https://img.shields.io/badge/tox-3.5%2B-blue.svg)](https://www.python.org/downloads/release/python-350/)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
        
        Python SDK to ensure excellent user experience for developers and data scientists working with the Cognite Data Platform.
        
        ## Documentation
        * [SDK Documentation](https://cognite-docs.readthedocs-hosted.com/en/latest/)
        * [API Documentation](https://doc.cognitedata.com/)
        * [API Guide](https://doc.cognitedata.com/guides/api-guide.html)
        
        ## 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:
        ```bash
        $ export COGNITE_API_KEY=<your API key>
        ```
        
        On Windows, you can follows [these instructions](https://www.computerhope.com/issues/ch000549.htm) to set the API key as an environment variable.
        
        ## Installation
        ```bash
        $ pip install cognite-sdk
        ```
        
        ## Examples
        Examples on how to use the SDK can be found [here](https://github.com/cognitedata/cognite-python-docs)
        
        ## Changelog
        Wondering about upcoming or previous changes to the SDK? Take a look at the [CHANGELOG](https://github.com/cognitedata/cognite-sdk-python/blob/master/CHANGELOG.md).
        
        ## Contributing
        Want to contribute? Check out [CONTRIBUTING](https://github.com/cognitedata/cognite-sdk-python/blob/master/CONTRIBUTING.md).
        
Platform: UNKNOWN
Requires-Python: >=3.5
Description-Content-Type: text/markdown
