cm0002@lemmy.world to Python@programming.dev · 1 month agoPython now has a standard package lock file format – though winning full adoption will be a challengedevclass.comexternal-linkmessage-square17linkfedilinkarrow-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 · 1 month agomessage-square17linkfedilink
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up2·edit-21 month 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·1 month 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.