openplantbook-sdk


Nameopenplantbook-sdk JSON
Version 0.4.7 PyPI version JSON
download
home_pagehttps://github.com/slaxor505/openplantbook-sdk-py
SummaryOpen Plantbook SDK for Python
upload_time2024-05-19 13:05:29
maintainerNone
docs_urlNone
authorSlava Pisarevskiy
requires_python>=3.9
licenseMIT
keywords json timeseries iot jts
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/slaxor505/openplantbook-sdk-py",
    "name": "openplantbook-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "json, timeseries, iot, jts",
    "author": "Slava Pisarevskiy",
    "author_email": "slava@plantbook.io",
    "download_url": "https://files.pythonhosted.org/packages/b1/91/cddf2472037be31de1911f0adf1a42d7dcc0a1aded0df647e68fd562360d/openplantbook_sdk-0.4.7.tar.gz",
    "platform": null,
    "description": "# Open Plantbook SDK for Python\n\n[![Documentation Status](https://readthedocs.org/projects/openplantbook-sdk-py/badge/?version=latest)](https://openplantbook-sdk-py.readthedocs.io/en/latest/?badge=latest)\n[![PyPI version](https://badge.fury.io/py/openplantbook-sdk.svg)](https://badge.fury.io/py/openplantbook-sdk)\n\nThis is an SDK to integrate with [Open Plantbook](https://open.plantbook.io) API. \n\nMore information about Open Plantbook and documentation can be found [here](https://github.com/slaxor505/OpenPlantbook-client).\nIt requires registration and API credentials which can be generated on Open Plantbook website.\n\nSee [API documentation](https://documenter.getpostman.com/view/12627470/TVsxBRjD) for details about returned values by the SDK.\n[Discord](https://discord.gg/dguPktq9Zh) for support and questions \n\n## Installation\n\n```shell\npip install openplantbook-sdk\n```\n\nImport or require module\n\n```python\nfrom openplantbook_sdk import OpenPlantBookApi\n```\n\n## Usage\n\nSee [demo.py](demo.py)\n\n\n## License\nMIT\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Open Plantbook SDK for Python",
    "version": "0.4.7",
    "project_urls": {
        "Documentation": "https://openplantbook-sdk-py.readthedocs.io",
        "Homepage": "https://github.com/slaxor505/openplantbook-sdk-py",
        "Source": "https://github.com/slaxor505/openplantbook-sdk-py"
    },
    "split_keywords": [
        "json",
        " timeseries",
        " iot",
        " jts"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bbd7b1927de3c459e608d4ed314d32ea844f0d1eab0f2570398d82cd0cd0fcc1",
                "md5": "637d67fcd6c8ad986a4e5424fe365fff",
                "sha256": "5c4cf8e3fb25c3f23148b96b8a601db42c4fde06db5135626f685650939d48c3"
            },
            "downloads": -1,
            "filename": "openplantbook_sdk-0.4.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "637d67fcd6c8ad986a4e5424fe365fff",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 9021,
            "upload_time": "2024-05-19T13:05:22",
            "upload_time_iso_8601": "2024-05-19T13:05:22.246614Z",
            "url": "https://files.pythonhosted.org/packages/bb/d7/b1927de3c459e608d4ed314d32ea844f0d1eab0f2570398d82cd0cd0fcc1/openplantbook_sdk-0.4.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b191cddf2472037be31de1911f0adf1a42d7dcc0a1aded0df647e68fd562360d",
                "md5": "c9ecb73d8fbc718d1347bd6fa827e85f",
                "sha256": "3e9d257c69cf7f2e9064e49c537f63fd80022ee98d27278729d6e97451e1766d"
            },
            "downloads": -1,
            "filename": "openplantbook_sdk-0.4.7.tar.gz",
            "has_sig": false,
            "md5_digest": "c9ecb73d8fbc718d1347bd6fa827e85f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 12790,
            "upload_time": "2024-05-19T13:05:29",
            "upload_time_iso_8601": "2024-05-19T13:05:29.308076Z",
            "url": "https://files.pythonhosted.org/packages/b1/91/cddf2472037be31de1911f0adf1a42d7dcc0a1aded0df647e68fd562360d/openplantbook_sdk-0.4.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-19 13:05:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "slaxor505",
    "github_project": "openplantbook-sdk-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "openplantbook-sdk"
}
        
Elapsed time: 9.29816s