napari / packaging

4 stars 7 forks source link

Application manager: Decouple from napari #154

Open jaimergp opened 2 weeks ago

jaimergp commented 2 weeks ago

Similar to https://github.com/napari/napari-plugin-manager/issues/59, the application manager should not depend too much on napari. Instead, napari-application-manager should be a product that depends on the agnostic one and provides the features needed for our ecosystem.

To do:

dalthviz commented 1 week ago

Giving a quick check to #34 #46 #63 and code over the main branch, I think there is not much coupling between the work here and napari. Seems like the design defined at #34 already takes into account that the implementation should be agnostic? Maybe one sort of coupling is the UI style which kind of follows napari style and icons and that the mock up UI already implemented was build using PyQt5/PySide2? 🤔