We’ve just uploaded ignition-api and ignition-api-stubs 8.1.21 to the Python Package Index (PyPI).
ignition-api is the package for Ignition’s Scripting API by Inductive Automation, and ignition-api-stubs is the official stubs package.
This release includes new features. You can read the full list of changes here.
You can install ignition-api using Python 2.7.18 as follows:
python2 -m pip install --upgrade ignition-api
And ignition-api-stubs using Python 3.6 and above as follows:
python3 -m pip install --upgrade ignition-api-stubs
Thanks for reading, and happy coding!