This tauri v2 plugin is supposed to make it easy to use Python as backend code. It uses RustPython or alternatively PyO3 as interpreter to call python from rust ...
python-example-plugin/ ├── src/ # Main source directory │ └── endstone_example/ # Directory for the plugin package │ ├── __init__.py # Initializer for the package, importing ExamplePlugin class from ...