←back to thread

Fun with uv and PEP 723

(www.cottongeeks.com)
618 points deepakjois | 3 comments | | HN request time: 0.64s | source
1. kzrdude ◴[] No.44370895[source]
I like uv run and uvx like the swiss army knifes of python that they are, but PEP 723 stuff I think is mostly just a gimmick. I'm not convinced it's more than a cool trick.
replies(2): >>44372216 #>>44373740 #
2. zahlman ◴[] No.44372216[source]
It's useful for people who don't want to create a "project" or otherwise think about the "ecosystem". People who, if they share their code at all, will email it to coworkers or something. It lets you get by without a pyproject.toml file etc.
3. baq ◴[] No.44373740[source]
It’s amazing for one-offs.