The source code of the plugins was fetch from their repository (from an rl saved into a json file within pymodaq_plugin_manager repo). But this meant each time a plugin is modified, the plugin_manager must be edited and a new release made. It was not a good idea.
Now: the list of the plugins is still within this repo to control the official plugins. However the source code is now fetched directly from pypi. Moreover github actions are used in most plugins repo to automatically publish on pypi when a new release is made on github. This should facilitate the update of the multiple plugins...
let me know!