Metadata-Version: 2.1
Name: intelligent-plant
Version: 1.2.0
Summary: A wrapper for the Intellinget Plant API
Home-page: https://github.com/intelligentplant/py-app-store-api
Author: Intelligent Plant
Author-email: support@intelligentplant.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# Python App Store API Client
A python implmentation of the Intelligent Plant industrial appstore API client

See the example folder for example on how to use the library for authorization code and implicit OAuth grant flows.

## Getting started

### Installing using pip

`pip install intelligent-plant`

### Installing from Source

Using pip:

`pip install git+https://github.com/intelligentplant/py-app-store-api`

Alternatively clone the Git repo:

`git clone https://github.com/intelligentplant/py-app-store-api.git`

To install necessary dependancies run:

`pip install -r requirements.txt`

## Examples

To run the implicit grant flow (client) example run:

`python example\implicit_grant_flow.py`

To run the authorization code grant flow (server) example run:

`python example\authorization_code_grant_flow.py`

To use this library as part of a Jupyter Notebook join the Jupyter Hub:

https://appstore.intelligentplant.com/Home/AppProfile?appId=40d7a49722f84be4986318bb5cc98cf3

