Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a431572

Browse files
Correct broken docs links and improve README (#45)
* Tried to clarify differences between IoT Core and IoT Enterprise; corrected docs links * Formatting * Formatting * Formatting * Formatting * Formatting * Formatting * Formatting * Formatting * Formatting * Added link to explain IoT Core Standard vs Enterprise * Improved link explaining differences between IoT Core Standard & Enterprise * setup.py; ver 2.0.6 -> 2.0.7 --------- Co-authored-by: sky-sharma <[email protected]>
1 parent d0e17e9 commit a431572

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

README.rst

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,34 @@ Python Client for ClearBlade IoT Core API
33

44
Quick start
55
-----------
6-
**Note: This SDK is for use with ClearBlade IoT Core and NOT ClearBlade IoT Enterprise. The Python SDK for ClearBlade IoT Enterprise can be found here: https://github.com/ClearBlade/ClearBlade-Python-SDK/.**
6+
**Notes**
77

8-
To use this library, you first need to go through the following steps:
8+
1. This SDK is for use with ClearBlade IoT Core Standard and ClearBlade IoT Core Enterprise.
9+
10+
2. ClearBlade IoT **Core** Enterprise is DIFFERENT from ClearBlade IoT Enterprise!!!
11+
12+
3. If you are using ClearBlade but not using ClearBlade IoT Core (Standard or Enterprise), then you need a different SDK that can be found `here <https://github.com/ClearBlade/ClearBlade-Python-SDK>`_.
13+
14+
4. To understand how IoT Core Enterprise differs from Standard, look `here <https://docs.clearblade.com/iotenterprise/iot-core>`_.
15+
16+
17+
18+
To use this SDK, you first need to go through the following steps:
919

1020
1. Install pip package - ```pip install clearblade-cloud-iot```
1121

12-
2. Set an environment variable **CLEARBLADE_CONFIGURATION**, pointing to your ClearBlade service account JSON file. Look `here`_ for how to create a service account and download a credentials JSON file.
22+
2. Set an environment variable **CLEARBLADE_CONFIGURATION**, pointing to your ClearBlade service account JSON file (see below).
1323

1424
3. Optionally set an environment variable **BINARYDATA_AND_TIME_GOOGLE_FORMAT** to True. Look at **Note about types of times and binaryData** below for details.
1525

16-
.. _`here`: https://clearblade.atlassian.net/wiki/spaces/IC/pages/2240675843/Add+service+accounts+to+a+project
26+
27+
To create a service account and download a credentials JSON file look at the appropriate link below:
28+
29+
`ClearBlade IoT Core Standard <https://docs.clearblade.com/iotcore/manage-service-accounts-in-a-project-standard>`_
30+
31+
`ClearBlade IoT Core Enterprise <https://docs.clearblade.com/iotcore/manage-service-accounts-in-a-project-enterprise>`_
32+
33+
1734

1835
Installation
1936
~~~~~~~~~~~~

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
name = "clearblade-cloud-iot"
3434
description = "Cloud IoT API client library"
35-
version = "2.0.6"
35+
version = "2.0.7"
3636
release_status = "Development Status :: 5 - Production/Stable"
3737
dependencies = ["httpx", "proto-plus"]
3838

0 commit comments

Comments
 (0)