This is a collection of pre-built jython modules that can be added to Ignition to support easy import of the following libraries:
git clone https://github.com/barbinbrad/ignition-jython-modules
rsync -r --exclude '.git' ignition-jython-modules/. /usr/local/ignition/user-lib/pylib
- Install jython
- Clone the repo of the module to be installed
- Run
jython install setup.py
in the cloned repo - Copy the results from
jython/Lib/site-packages
to this repo - Open an MR
- Close Ignition and run the scripts above