Luis Norambuena@programming.devM to Python@programming.devEnglish · 2 days agoLazy self-installing Python scripts with uvtreyhunner.comexternal-linkmessage-square7fedilinkarrow-up130arrow-down12file-text
arrow-up128arrow-down1external-linkLazy self-installing Python scripts with uvtreyhunner.comLuis Norambuena@programming.devM to Python@programming.devEnglish · 2 days agomessage-square7fedilinkfile-text
minus-squareRecallMadness@lemmy.nzlinkfedilinkarrow-up2·edit-22 days agoOr, you could package it as a Pex. it would just need a compatible Python version no additionalional packaging tools need to be installed by your users all of the dependencies packaged together once. as they were built and tested against. doesn’t need installing. Doesn’t install anything. Just run it. doesn’t depend on pypi being accessible.
Or, you could package it as a Pex.