Skip to content

Add mechanism to discover taurus.qt.qtgui plugins

Carlos Falcon requested to merge github/fork/cmft/qtgui_plugins into develop

Setuptools provides special support for plugins (entry_points). Plugins can register themselves for discovery.

Add mechanism to discover and load all of the registered entry points for the taurus.qt.qtgui module by using "pkg_resources.iter_entry_points" method, and expose them as part of the module.

Merge request reports