Metadata-Version: 2.1
Name: cognite-power-ops
Version: 0.25.0
Summary: SDK for power markets operations on Cognite Data Fusion
Home-page: https://cognite-power-ops-sdk.readthedocs-hosted.com/en/latest/
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
Provides-Extra: docs
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: arrow (>=1.2.0,<2.0.0)
Requires-Dist: cachelib (>=0.10.2,<0.11.0)
Requires-Dist: cognite-sdk[pandas] (>=5.0.0,<7.0)
Requires-Dist: dacite (>=1.8.1,<2.0.0)
Requires-Dist: deepdiff (>=6.3.0,<7.0.0)
Requires-Dist: loguru (>=0.7.0,<0.8.0)
Requires-Dist: matplotlib (>=3.7.1,<4.0.0)
Requires-Dist: mkdocs ; extra == "docs"
Requires-Dist: mkdocs-git-authors-plugin ; extra == "docs"
Requires-Dist: mkdocs-git-revision-date-localized-plugin ; extra == "docs"
Requires-Dist: mkdocs-gitbook ; extra == "docs"
Requires-Dist: mkdocs-glightbox ; extra == "docs"
Requires-Dist: mkdocs-jupyter ; extra == "docs"
Requires-Dist: mkdocs-material ; extra == "docs"
Requires-Dist: mkdocs-material-extensions ; extra == "docs"
Requires-Dist: mkdocstrings[python] ; extra == "docs"
Requires-Dist: pydantic (>=1.10.1,<2.0.0)
Requires-Dist: pymdown-extensions ; extra == "docs"
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: tomli (>=2.0.1,<3.0.0) ; python_version < "3.11"
Requires-Dist: tomli-w (>=1.0.0,<2.0.0)
Requires-Dist: typer (>=0.9.0,<0.10.0)
Project-URL: Documentation, https://cognite-power-ops-sdk.readthedocs-hosted.com/en/latest/
Project-URL: Repository, https://github.com/cognitedata/power-ops-sdk
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)

[Documentation](https://cognite-power-ops-sdk.readthedocs-hosted.com/en/latest/)

## Installation

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

