Cloud IoT API client library
Project description
In order to use this library, you first need to go through the following steps:
Install pip package - `pip install clearblade-cloud-iot`
Set an environment variable CLEARBLADE_CONFIGURATION which should point to your clearblade service account json file.
Installation
Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.
With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.
Code samples and snippets
Code samples and snippets live in the samples/clearblade folder.
Supported Python Versions
Our client libraries are compatible with all current active and maintenance versions of Python.
Python >= 3.7
Unsupported Python Versions
Python <= 3.6
If you are using an end-of-life version of Python, we recommend that you update as soon as possible to an actively supported version.
Mac/Linux
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
Windows
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
Next Steps
clone the github repository.
and execute the setup.py file like , python setup.py install.
mostly if you change you imports from from google.cloud to clearblade.cloud everything else should work.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file clearblade-cloud-iot-1.0.5.tar.gz
.
File metadata
- Download URL: clearblade-cloud-iot-1.0.5.tar.gz
- Upload date:
- Size: 371.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22b1e34d9e6e947e5154e1289e1caa2f67df7865e7bd4ba0d2249ebff68b0e3f |
|
MD5 | 626209f5711e3ede6eb0c1281f5e6393 |
|
BLAKE2b-256 | bfd18760ac7c6c96f726445129446f12c7a9f9f3049b54107cdd809ecaf3e398 |
File details
Details for the file clearblade_cloud_iot-1.0.5-py2.py3-none-any.whl
.
File metadata
- Download URL: clearblade_cloud_iot-1.0.5-py2.py3-none-any.whl
- Upload date:
- Size: 23.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28e5f84bd437d08f86b5eca38594d354637a9fc3a2349bfd0480ce9cb10b906d |
|
MD5 | 16aeee62fe017a100c6a0b92980a8058 |
|
BLAKE2b-256 | 60269804e5d6ce5cb34653649b744a4fab13e832b83e583698e7207d097fce50 |