codeinabox@programming.dev to Python@programming.devEnglish · 1 month agouv is the best thing to happen to the Python ecosystem in a decadeemily.spaceexternal-linkmessage-square14linkfedilinkarrow-up171arrow-down10
arrow-up171arrow-down1external-linkuv is the best thing to happen to the Python ecosystem in a decadeemily.spacecodeinabox@programming.dev to Python@programming.devEnglish · 1 month agomessage-square14linkfedilink
minus-squarePlanterTree@discuss.tchncs.delinkfedilinkEnglisharrow-up2·edit-225 days agoexample of using uv to install a python tool: uv tool install harlequin nice! It just works (harlequin.sh is a python program that allows to interact with databases using SQL qury langues, you can also load csv and json data)
minus-squareVulwsztyn@programming.devlinkfedilinkarrow-up3·edit-224 days agoI know it’s not the point of this comment, but I’ll check harlequin out
example of using uv to install a python tool:
nice! It just works (harlequin.sh is a python program that allows to interact with databases using SQL qury langues, you can also load csv and json data)
I know it’s not the point of this comment, but I’ll check harlequin out