Metadata-Version: 2.1
Name: cognite-turbulent-flux-sdk
Version: 0.0.3
Summary: UNKNOWN
Home-page: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: requests

Turbulent Flux SDK
=======================
[![build](https://webhooks.dev.cognite.ai/build/buildStatus/icon?job=github-builds/turbulent-flux-sdk/master)](https://jenkins.cognite.ai/job/github-builds/job/turbulent-flux-sdk/job/master/)

SDK for fetching structured data from the Turbulent Flux API.

## Prerequisites
- Python 3 (>= 3.7)
- pip3

## Setup
The package can be installed using pip.
```
pip install cognite-turbulent-flux-api
```

## Examples
Example usage is shown in examples in [`/notebooks/examples.ipynb`](/notebooks/examples.ipynb).

## License
Cognite Packages use the Apache 2.0 License. See [LICENSE](LICENSE)


