• RecallMadness@lemmy.nz
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    2 days ago

    Or, 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.