ycahome / pp-manager

Domoticz Python plugin manager
GNU General Public License v3.0
15 stars 22 forks source link

Add UI to manage plugins #25

Closed stas-demydiuk closed 4 years ago

stas-demydiuk commented 4 years ago

UI allows to see the list of all available plugins, marks installed ones and allow to install/update particular plugin

image

ycahome commented 4 years ago

this is a totally different approach. i don;t think that i can support versioning at that code base. I think that we should add it as a parallel fork (different plugin).

stas-demydiuk commented 4 years ago

Ok, I've created separate repository https://github.com/stas-demydiuk/domoticz-plugins-manager

ycahome commented 4 years ago

What if we create a common repository for python plugin list of sources.

This could easily used by mine or your version and any other version in the future.

Also, I believe that developers need to add this to core Domoticz sources.

From: Stanislav Demydiuk notifications@github.com Sent: Wednesday, May 20, 2020 10:42 PM To: ycahome/pp-manager pp-manager@noreply.github.com Cc: ycahome ycahome@gmail.com; Comment comment@noreply.github.com Subject: Re: [ycahome/pp-manager] Add UI to manage plugins (#25)

Closed #25 https://github.com/ycahome/pp-manager/pull/25 .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ycahome/pp-manager/pull/25#event-3358042059 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AIW2ADTZNIYW4A5ROIQYGKLRSQXCDANCNFSM4MXYK4OA .

stas-demydiuk commented 4 years ago

Yes, it is really good idea to share plugins data. I'm just a bit worried about setup process as currently it is just required to clone repository to setup plugins and additional repo will add external dependency. Do you have any ideas how we can handle that?