Package that extends and wraps Ignition Scripting API
Project description
incendium
Package that extends and wraps some functions from Ignition's Scripting API.
For more information, please refer to the Wiki.
Prerequisites
Before you begin, ensure you have met the following requirements:
- You are familiar with Ignition 8.1 System Functions
- You have installed Python 2.7.18
- You have installed Java 17 and Jython 2.7.3
Installation and usage
Installing incendium on your Gateway
[!TIP] You may use the Python in Ignition guide as reference.
As a Jython package
To install incendium as a Jython package on your Gateway, follow
these steps:
- Install Java 17
- Install Jython 2.7.3
- Run
jython -m pip install incendium - Copy the
incendiumdirectory andtyping.pyfrom$JYTHON_HOME/Lib/site-packagesto$IGNITION_DIR/user-lib/pylib/site-packages - Done
As a Python package
To install incendium as a Python package on your Gateway, follow these steps:
- Install Python 2.7.18
- Run
python -m pip install incendium - Copy the
incendiumdirectory andtyping.pyfrom$PYTHON2_HOME/Lib/site-packagesto$IGNITION_DIR/user-lib/pylib/site-packages - Done
Installing as a dependency for your scripting projects
To use incendium, you may install it with pip. It requires
Python 2.7.18 or Jython 2.7.3.
python2 -m pip install incendium
Or
jython -m pip install incendium
This will install it as package to your Python installation, which will allow
you to call incendium's Scripting functions from Python's REPL, and get code
completion using an IDE (PyCharm or Visual Studio Code).
And to uninstall:
python2 -m pip uninstall incendium
Or
jython -m pip uninstall incendium
Using as a dependency in PyCharm
To include incendium as a dependency in PyCharm, you will need to attach
it to your project.
- Clone the repo or download from releases
- With your project open where you want to include
incendium, navigate toFile > Openand select theincendiumproject folder - Choose
Attachwhen prompted - Under the
incendiumproject folder, right-click on thesrc/folder and chooseMark Directory as > Sources Root
Contributing to incendium
See CONTRIBUTING.md.
Discussions
Feel free to post your questions and/or ideas at Discussions.
Contributors
Thanks to everyone who has contributed to this project.
Up-to-date list of contributors.
License
See LICENSE.
Code of conduct
See CODE_OF_CONDUCT.md.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file incendium-2025.9.2.tar.gz.
File metadata
- Download URL: incendium-2025.9.2.tar.gz
- Upload date:
- Size: 18.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/1.0.0 tqdm/4.64.1 CPython/2.7.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd1e57e577e48b39d8516b3a69aa9ff6bc47215677f779754832cbef8716759a
|
|
| MD5 |
3473cf7557094706a9fd8e4e245c4cf9
|
|
| BLAKE2b-256 |
7db7f6a5e94d3bebb298382e2a55404f5c0b50d1419c85c0fe0c5a6eaafc9559
|
File details
Details for the file incendium-2025.9.2-py2-none-any.whl.
File metadata
- Download URL: incendium-2025.9.2-py2-none-any.whl
- Upload date:
- Size: 21.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/1.0.0 tqdm/4.64.1 CPython/2.7.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
566d404c89a1fa67f7735d56fb869f1662b627dd66680796ceec6a7bbdc141e6
|
|
| MD5 |
a54973e561e55bede386415e137fdd77
|
|
| BLAKE2b-256 |
1d08cf798bdd5a696b5a64926168f826801738ef69d3d3cd5668886b6ebea05b
|