cm0002@lemmy.world to Python@programming.dev · 21 days agoPython now has a standard package lock file format – though winning full adoption will be a challengedevclass.comexternal-linkmessage-square18fedilinkarrow-up1121arrow-down13
arrow-up1118arrow-down1external-linkPython now has a standard package lock file format – though winning full adoption will be a challengedevclass.comcm0002@lemmy.world to Python@programming.dev · 21 days agomessage-square18fedilink
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up2·edit-219 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-squarelogging_strict@programming.devlinkfedilinkarrow-up1·17 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.