@cm0002@lemmy.world to Python@programming.dev • 25 days agoPython now has a standard package lock file format – though winning full adoption will be a challengedevclass.comexternal-linkmessage-square18fedilinkarrow-up1120arrow-down13
arrow-up1117arrow-down1external-linkPython now has a standard package lock file format – though winning full adoption will be a challengedevclass.com@cm0002@lemmy.world to Python@programming.dev • 25 days agomessage-square18fedilink
minus-squareEager EaglelinkfedilinkEnglish2•edit-223 days agoAFAIK setuptools and hatch are for building. Publishing is a different process. You can try uv for publishing, but idk if it supports publishing to alternatives to PyPI.
minus-square@logging_strict@programming.devlinkfedilink1•21 days agosetuptools is for enforcing a cartel, naively can simplify that to for building. I hope uv completely replaces setuptools and build. Then the maintainers can move on to another racket.
AFAIK setuptools and hatch are for building. Publishing is a different process. You can try
uv
for publishing, but idk if it supports publishing to alternatives to PyPI.setuptools is for enforcing a cartel, naively can simplify that to
for building
.I hope uv completely replaces setuptools and build. Then the maintainers can move on to another racket.