summaryrefslogtreecommitdiff
path: root/plugin/decky_plugin.py
AgeCommit message (Collapse)Author
2023-03-05All good, code was not modified to accomodate intsv2.6.3-pre3TrainDoctor
2023-03-05Int is nice but it breaks pluginsTrainDoctor
2023-03-05Expose USER_ID and DECKY_USER_ID to plugins (#389)Jayden
2023-02-19Expose a 'decky_plugin' module to decky plugins (#353)Philipp Richter
* Expose a 'decky_plugin' module to decky plugins * expose decky user home path * support 'py_modules' python modules in plugins * allow for a '_migration' method in plugins to have an explicit file moving step * Expose the plugin python module as .pyi stub interface * Expose system and user python paths to plugins