this post was submitted on 10 Dec 2024
31 points (97.0% liked)

Python

6467 readers
18 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

📅 Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
💓 Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 week ago* (last edited 1 week 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.