uthredii@programming.dev to Python@programming.devEnglish · 1 year agouv: Unified Python packagingastral.shexternal-linkmessage-square37fedilinkarrow-up192arrow-down11file-textcross-posted to: [email protected]
arrow-up191arrow-down1external-linkuv: Unified Python packagingastral.shuthredii@programming.dev to Python@programming.devEnglish · 1 year agomessage-square37fedilinkfile-textcross-posted to: [email protected]
minus-squareproton_lynx@lemmy.worldlinkfedilinkarrow-up4·1 year agoIsn’t uv being used as a package manager/resolver in rye? I’m using rye for my new projects and it’s nice because ruff and pytest are being unified in it too.
minus-squareuthredii@programming.devOPlinkfedilinkarrow-up5·1 year agoYeah it is, eventually they want UV to have feature parity with rye and rye will basically just be a pointer to UV
minus-squareericjmorey@programming.devlinkfedilinkarrow-up3·edit-21 year agoRye’s developer on their plans for Rye in the context of uv’s latest release: https://lucumr.pocoo.org/2024/8/21/harvest-season/
Isn’t
uvbeing used as a package manager/resolver inrye? I’m usingryefor my new projects and it’s nice becauseruffandpytestare being unified in it too.Yeah it is, eventually they want UV to have feature parity with rye and rye will basically just be a pointer to UV
Rye’s developer on their plans for Rye in the context of uv’s latest release:
https://lucumr.pocoo.org/2024/8/21/harvest-season/