Luis NorambuenaM to PythonEnglish · 2 months agoLazy self-installing Python scripts with uvtreyhunner.comexternal-linkmessage-square8fedilinkarrow-up135arrow-down12file-text
arrow-up133arrow-down1external-linkLazy self-installing Python scripts with uvtreyhunner.comLuis NorambuenaM to PythonEnglish · 2 months agomessage-square8fedilinkfile-text
minus-squareRecallMadness@lemmy.nzlinkfedilinkarrow-up2·edit-22 months 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.