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-square21fedilinkarrow-up167arrow-down11cross-posted to: python@lemmy.sdf.org
arrow-up166arrow-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-square21fedilinkcross-posted to: python@lemmy.sdf.org
minus-squarePlanterTree@discuss.tchncs.delinkfedilinkEnglisharrow-up2·edit-223 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-222 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