We're excited to announce the release of Ignition 8.3.0-beta1 across multiple package managers! This beta release brings the latest Ignition platform capabilities to developers working with Python automation and integration projects.
PyPI packages
- ignition-api 8.3.0b0 - Core Ignition API functionality for enhanced IDE support. Requires Python version 2.7.18.
- ignition-api-stubs 8.3.0b0 - Type stubs for type checking. Requires Python versions 3.9-3.12.
Install via pip
:
python2 -m pip install ignition-api==8.3.0b0
python3.12 -m pip install ignition-api-stubs==8.3.0b0
Homebrew (macOS/Linux)
Install the Ignition formula from our tap
:
brew tap coatl-dev/coatl-dev
brew install ignition@8.3
Scoop (Windows)
Install using our Scoop bucket:
scoop bucket add coatl-dev https://github.com/coatl-dev/scoop-coatl-dev
scoop install ignition83
Issues & Feedback
Found a bug or have suggestions? We'd love to hear from you:
Links
- PyPI: ignition-api | ignition-api-stubs
- Homebrew:
coatl-dev/coatl-dev/ignition@8.3
- Scoop:
coatl-dev/ignition83