Metadata-Version: 2.1
Name: cognite-power-ops
Version: 0.4.2
Summary: SDK for power markets operations on Cognite Data Fusion
License: Apache 2.0
Author: Cognite
Author-email: support@cognite.com
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: arrow (>=1.2.2,<2.0.0)
Requires-Dist: cachelib (>=0.10.2,<0.11.0)
Requires-Dist: cognite-gql-pygen (==0.4.4)
Requires-Dist: cognite-sdk[pandas] (>=5.9.0,<6.0.0)
Requires-Dist: deepdiff (>=6.3.0,<7.0.0)
Requires-Dist: docopt (>=0.6.2,<0.7.0)
Requires-Dist: loguru (>=0.6.0,<0.7.0)
Requires-Dist: msal (>=1.16.0,<2.0.0)
Requires-Dist: numpy (>=1.23.2,<2.0.0)
Requires-Dist: pydantic (>=1.9.0,<2.0.0)
Requires-Dist: retry (>=0.9.2,<0.10.0)
Requires-Dist: strawberry-graphql (>=0.156.4,<0.157.0)
Requires-Dist: typer (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

Cognite PowerOps SDK
==========================
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)


## Installation

To install this package:
```bash
$ pip install cognite-power-ops
```

