Getting Started

Installation

To install this package, run:

$ pip install cognite-utils

Or, if using poetry, run:

$ poetry add cognite-utils

The following shows how you can load functionalities in the package:

>>> from cognite.utils.contextualization import EntityMatchCategorizer
>>> from cognite.utils.infrastructure import ProjectArchiver