A Python SDK for interacting with the ClearBlade Platform.
A friendly little API to help you interact with the ClearBlade platform.
As per suggestions from wildbiotiger: - Added public attribute to expose underlying Paho MQTT client in case needed - Added docstrings to public met…
**Fix:** IF a timeout happened when calling Messaging.connect() with **use_tls** (e.g. due to no network connectivity), THEN calling Messaging.connec…
This release provides an additional way to authenticate a device: using mTLS authentication. This requires passing an **x509keyPair** when creating t…
## What's Changed * added clean_session param by @jwcrawf in https://github.com/ClearBlade/ClearBlade-Python-SDK/pull/20
No changes to source code. Only removed a file that was inadvertently added to PyPi distribution.
## What's Changed * Fix Code in README by @ChihweiLHBird in https://github.com/ClearBlade/ClearBlade-Python-SDK/pull/15 ## New Contributors * @Ch…