Metadata-Version: 2.1
Name: openplantbook-sdk
Version: 0.4.7
Summary: Open Plantbook SDK for Python
Home-page: https://github.com/slaxor505/openplantbook-sdk-py
Author: Slava Pisarevskiy
Author-email: slava@plantbook.io
License: MIT
Project-URL: Documentation, https://openplantbook-sdk-py.readthedocs.io
Project-URL: Source, https://github.com/slaxor505/openplantbook-sdk-py
Keywords: json,timeseries,iot,jts
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp
Requires-Dist: json-timeseries

# Open Plantbook SDK for Python

[![Documentation Status](https://readthedocs.org/projects/openplantbook-sdk-py/badge/?version=latest)](https://openplantbook-sdk-py.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/openplantbook-sdk.svg)](https://badge.fury.io/py/openplantbook-sdk)

This is an SDK to integrate with [Open Plantbook](https://open.plantbook.io) API. 

More information about Open Plantbook and documentation can be found [here](https://github.com/slaxor505/OpenPlantbook-client).
It requires registration and API credentials which can be generated on Open Plantbook website.

See [API documentation](https://documenter.getpostman.com/view/12627470/TVsxBRjD) for details about returned values by the SDK.
[Discord](https://discord.gg/dguPktq9Zh) for support and questions 

## Installation

```shell
pip install openplantbook-sdk
```

Import or require module

```python
from openplantbook_sdk import OpenPlantBookApi
```

## Usage

See [demo.py](demo.py)


## License
MIT
