Luis NorambuenaM to [email protected]English • 2 months agoLazy self-installing Python scripts with uvtreyhunner.comexternal-linkmessage-square8fedilinkarrow-up134arrow-down11file-textcross-posted to: [email protected]
arrow-up133arrow-down1external-linkLazy self-installing Python scripts with uvtreyhunner.comLuis NorambuenaM to [email protected]English • 2 months agomessage-square8fedilinkfile-textcross-posted to: [email protected]
minus-square@[email protected]linkfedilink2•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.