Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ignition-devs/incendium-project
π¦ Package that extends and wraps Ignition scripting API
https://github.com/ignition-devs/incendium-project
ignition inductiveautomation jython python2 scada
Last synced: about 2 months ago
JSON representation
π¦ Package that extends and wraps Ignition scripting API
- Host: GitHub
- URL: https://github.com/ignition-devs/incendium-project
- Owner: ignition-devs
- License: mit
- Archived: true
- Created: 2023-01-09T21:37:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T06:55:31.000Z (7 months ago)
- Last Synced: 2024-09-25T19:21:02.170Z (about 2 months ago)
- Topics: ignition, inductiveautomation, jython, python2, scada
- Language: Python
- Homepage: https://inductiveautomation.com/exchange/2104/overview
- Size: 548 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# incendium-project
[![GitHub contributors](https://img.shields.io/github/contributors/thecesrom/incendium)](https://github.com/thecesrom/incendium/graphs/contributors)
![GitHub total downloads](https://img.shields.io/github/downloads/thecesrom/incendium/total)
![GitHub last commit (project)](https://img.shields.io/github/last-commit/thecesrom/incendium/project)
[![GitHub release (latest)](https://img.shields.io/github/v/release/thecesrom/incendium)](https://github.com/thecesrom/incendium/releases/latest)
[![time tracker](https://wakatime.com/badge/github/thecesrom/incendium.svg)](https://wakatime.com/badge/github/thecesrom/incendium)
[![Sourcery](https://img.shields.io/badge/Sourcery-enabled-brightgreen)](https://sourcery.ai)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
[![Imports: flake8](https://img.shields.io/badge/%20imports-flake8-%231674b1?style=flat&labelColor=ef8336)](https://flake8.pycqa.org/en/latest/)
[![Imports: pydocstyle](https://img.shields.io/badge/%20imports-pydocstyle-%231674b1?style=flat&labelColor=ef8336)](https://www.pydocstyle.org/en/stable/)
[![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/PyCQA/pylint)
[![Join us on GitHub discussions](https://img.shields.io/badge/github-discussions-informational)](https://github.com/thecesrom/incendium/discussions)(/inΛken.di.um/)
_noun_.
1. A fire, inferno, conflagration; heat; torch.
1. (heat of) passion, vehemence:package: Package that extends and wraps some functions from Ignition's Scripting API.
For more information, please refer to the [Wiki](https://github.com/thecesrom/incendium/wiki).
## Installing `incendium` as a Project on your Gateway
To install `incendium` on your Gateway follow these steps:
1. Download **incendium.x.x.x.zip** from the [latest release](https://github.com/thecesrom/incendium-project/releases/latest) or from [Ignition Exchange](https://inductiveautomation.com/exchange/2104)
1. Browse to your Ignition Gateway (version 8.0+)
1. Go to **Config > Projects** and click on **Import project...**
1. Click on **Choose File** and select the downloaded ZIP file
1. Enter **incendium** as the **Project Name**
- If you're replacing a previous version, make sure to check Allow Overwrite
1. Click on **Import**Alternatively you could follow the instructions for cloning the `project` branch directly into `$IGNITION_DIR/data/projects` found [here](#cloning-this-repo).
## Cloning this repo
If you would like to clone this repo to get the latest version directly under `$IGNITION_DIR/data/projects`, follow these steps:
1. Open your Terminal
1. Switch to `$IGNITION_DIR/data/projects`
1. Run any of the following commands- HTTPS
```bash
git clone https://github.com/thecesrom/incendium-project.git incendium
```- SSH
```bash
git clone [email protected]:thecesrom/incendium-project.git incendium
```- GitHub CLI
```bash
gh repo clone thecesrom/incendium-project incendium
```1. And `git pull` to get the latest changes
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md).
## Contributors
Thanks to everyone who has contributed to this project.
Up-to-date list of contributors can be found [here](https://github.com/thecesrom/incendium-project/graphs/contributors).
## License
See the [LICENSE](https://github.com/thecesrom/incendium-project/blob/HEAD/LICENSE).
## Code of conduct
See [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md).