cm0002@lemmy.world to Python · 13 days agoPython now has a standard package lock file format – though winning full adoption will be a challengedevclass.comexternal-linkmessage-square18linkfedilinkarrow-up1120arrow-down13
arrow-up1117arrow-down1external-linkPython now has a standard package lock file format – though winning full adoption will be a challengedevclass.comcm0002@lemmy.world to Python · 13 days agomessage-square18linkfedilink
minus-squareWolfLink@sh.itjust.workslinkfedilinkarrow-up3·11 days agoI really don’t understand what you are complaining about. There has been a “training wheels off I want to do things manually” option for ages. https://stackoverflow.com/questions/16584552/how-to-state-in-requirements-txt-a-direct-github-source
minus-squarelogging_strictlinkfedilinkarrow-up1·9 days agogit sources are not allowed by pypi.org pypi.org cartel does not like competition; github repos are no exception. Try to publish packages with git sourced packages and find out the hard way or save time and take my word for it. -- author of wreck
I really don’t understand what you are complaining about. There has been a “training wheels off I want to do things manually” option for ages.
https://stackoverflow.com/questions/16584552/how-to-state-in-requirements-txt-a-direct-github-source
git sources are not allowed by pypi.org
pypi.org cartel does not like competition; github repos are no exception.
Try to publish packages with git sourced packages and find out the hard way or save time and take my word for it.
-- author of wreck