Python API Client

The API Clients are not shipped with the product setup executable and are managed and maintained in each respective package manager.

The Python client gives you the ability to connect to system:inmation within Python environments. Amongst other things, this client allows you to read and write values to objects in the system:inmation namespace; read historical data, read raw historical data, subscribe and unsubscribe to/from data changes, and much more.

If you don’t have Python already installed, you can download the latest version from here and follow the installation instructions, see the supported Python versions below.

Installation

To install, simply use pip:

pip install --upgrade inmation-api-client

Supported Python Versions

To see all supported Python versions and dependencies visit the PyPi page.