This is a package of utilities extending the use of Cognite products. Its aim is to assist Cognite users with common/recurrent workflows and applications.
├── cognite <- Source code
│ └── utils
│ ├── contextualization <- Functionalities relating to contextualization
│ ├── infrastructure <- Functionalities relating to infrastructure
│ ├── ...
│ └── __init__.py
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
- Cognite Python Utilities (current project)
- Cognite Python SDK
- Cognite Python Experimental SDK
To update project documentation, follow instructions here.
Want to contribute? Check out Development page. As an open source project, we abide by the Contributor Covenant.