Python SDK

Build Status GitHub issues GitHub PyPI

Python module for interacting with the IBM Watson IoT Platform.

Note

Support for MQTT with TLS requires at least Python v2.7.9 or v3.4, and openssl v1.0.1

Documentation for this SDK can be broken down into 4 distinct areas:

Additional documentation for the library is available in IBM Cloud, but it's a "little" out of date in places:

Dependencies

Installation

Install the latest version of the library with pip

# pip install wiotp-sdk

Uninstall

Uninstalling the module is simple.

# pip uninstall wiotp-sdk