The library is divided into 3 libraries:
* `streamdeck-sdk` - the main library
* `streamdeck-sdk-pi` - a library for generating Property Inspector
* `streamdeck-sdk-cli` - a library of command line utilities
⚠️ If you have already installed earlier versions of `streamdeck-sdk`, then before installing again, run: `pip uninstall streamdeck-sdk`
For development, all 3 are usually required, and in the plugin itself only `streamdeck-sdk`. So for development use this
command to install: `pip install "streamdeck-sdk[dev]"`. It will install all 3 libraries.
Splitting it into different libraries speeds up plugin initialization and also fixes problems with updating and deleting
plugins on Windows.
⚠️ Attention! To generate the Property Inspector, you now need to import from `streamdeck_sdk_pi`.
**Full Changelog**: https://github.com/gri-gus/streamdeck-python-sdk/compare/v1.1.2...v1.2.0