Releases: PyMoDAQ/pymodaq_plugin_manager
Releases · PyMoDAQ/pymodaq_plugin_manager
src and MIT license
0.0.16 src and MIT license
Using qtpy Qt5 wrapper for PySide2 or PyQt5
0.0.15 QVariant patch using qtpy
Subprocess patch
patch for issue #5
Patch new fecthing in simple pypi server
version 0.13 release patch on the plugin name and the plugin descipriton that was faulty
fetch plugins from pypi server
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!
added console script entry point
0.0.7 added a console script entry point
patch on setup to include plugin list
0.0.6 update manager for better display
Now contains all the plugins previsously in the default plugin repo
0.0.3 added plugins