uthredii@programming.dev to Python@programming.devEnglish · 2 years agouv: Unified Python packagingastral.shexternal-linkmessage-square31linkfedilinkarrow-up121arrow-down10file-text
arrow-up121arrow-down1external-linkuv: Unified Python packagingastral.shuthredii@programming.dev to Python@programming.devEnglish · 2 years agomessage-square31linkfedilinkfile-text
minus-squareproton_lynx@lemmy.worldlinkfedilinkarrow-up0·2 years 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-up1·2 years 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-up1·edit-22 years 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/