codeinabox@programming.dev to Python@programming.devEnglish · 10 months agouv is the best thing to happen to the Python ecosystem in a decadeemily.spaceexternal-linkmessage-square20linkfedilinkarrow-up175arrow-down11cross-posted to: python@lemmy.sdf.orgpython@lemmy.world
arrow-up174arrow-down1external-linkuv is the best thing to happen to the Python ecosystem in a decadeemily.spacecodeinabox@programming.dev to Python@programming.devEnglish · 10 months agomessage-square20linkfedilinkcross-posted to: python@lemmy.sdf.orgpython@lemmy.world
minus-squarePlanterTree@discuss.tchncs.delinkfedilinkEnglisharrow-up2·9 months 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·9 months 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