codeinabox@programming.dev to Python@programming.devEnglish · 17 days agouv is the best thing to happen to the Python ecosystem in a decadeemily.spaceexternal-linkmessage-square21linkfedilinkarrow-up173arrow-down11
arrow-up172arrow-down1external-linkuv is the best thing to happen to the Python ecosystem in a decadeemily.spacecodeinabox@programming.dev to Python@programming.devEnglish · 17 days agomessage-square21linkfedilink
minus-squarePlanterTree@discuss.tchncs.delinkfedilinkEnglisharrow-up2·2 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-up1·15 hours 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