I’ve incorporated uv into my development workflow. It’s a swiss army knife that replaces venv, pip, pipx, build, twine and others that i’m yet to discover.
You can even run standalone scripts: uv run https://danwald.me/assets/uv_cowsay.py
I wanted to...