Vanilla-OS / apx-gui

A frontend in GTK 4 and Libadwaita for Apx.
GNU General Public License v3.0
25 stars 5 forks source link

Publish To PyPI #24

Closed Kaympe20 closed 2 months ago

Kaympe20 commented 9 months ago

Publishing to the Python Package Index will allow users to install apx-gui without having to self compile by using the distro-agnostic tool pip.

coffandro commented 2 months ago

Why would users want to do that though? the tools depends on apx being installed on the system which doesn't necessarily jive well with a python package

Kaympe20 commented 2 weeks ago

@coffandro @kbdharun A lot of automatic packaging tools depend on a package being available on PyPI to create a distro package. It would be extremely beneficial for those looking to use APX on other distros.

mirkobrombin commented 2 weeks ago

That does not really sound like a best practice to me. The apx GUI does not require many python dependencies if not zero at all, but it depends on some utilities like podman and apx itself. Not sure how PyPI would help here.