full python clickable app prototype
-
@arubislander said in full python clickable app prototype:
The OpenStore does not include facilities for paid app.
However there is an option to pop up a donation proposal
-
@Keneda said in full python clickable app prototype:
However there is an option to pop up a donation proposal
Sure, but that is optional, whereas payment would be compulsory.
-
i might be getting some where?
-
so my biggest issue is pip dependency and integration in the system able to retrieve these dependencies for basically all the pip packages i might have to rethink my approach to this
-
i need to learn more about clickable service mechanism ......the app launches a services than handles pip management with whatever hooking events to change the /usr/local/lib/python to /home/phablet/.local/share/<fullappname>/ ......whatcha all think?
-
a two way direction service?
-
@developerbayman said in full python clickable app prototype:
i need to learn more about clickable service mechanism
That's easy. At the moment, there is none.
-
@arubislander WHAT!!!??? ....how? ...like so many questions
-
ok the notification system? surly works on a service type base ....im sure the lingo is different but yeah
-
@developerbayman There are services on UT... there is just no streamlined or officially sanctioned mechanism yet to describe and bundle services as clicks. Different apps implement different solutions to this problem when they require it.
If the service only needs to be available when the main app is running, some apps launch the background service on startup and terminate it on shutdown. If the service needs to be running independently of the main app, then you could see the app deploying and hooking up systemd user service configurations on first run.