Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 2.14 KB

README.md

File metadata and controls

42 lines (33 loc) · 2.14 KB
Cognite logo

Cognite Python SDK Experimental Extensions

Release Status Documentation Status PyPI version tox Code style: black codecov

This is an extensions package to the Cognite Python SDK for developers testing features in development in Cognite Data Fusion (CDF).

Quickstart

Import a client with:

from cognite.experimental import CogniteClient

The resulting client object will contain all normal SDK functionality in addition to experimental extensions.

Note that Asset functionality currently points to playground due to typing, if needed use client.assets_v1 to force the use of the v1 endpoints.

Documentation

Installation

To install this package:

$ pip install cognite-sdk-experimental