IS there possibility to inject dynamic python scripts as extensions to my app? also I would like to use maturin or smth similiar to create python library which will allow users to create their own extensions and other to dynamically install them into their app instances.
I want 2 ways communication tauri app -> python and python -> tauri app
Also does the python scripts have direct acces to tauri context? like app handle etc?
IS there possibility to inject dynamic python scripts as extensions to my app? also I would like to use maturin or smth similiar to create python library which will allow users to create their own extensions and other to dynamically install them into their app instances.
I want 2 ways communication tauri app -> python and python -> tauri app
Also does the python scripts have direct acces to tauri context? like app handle etc?