Using uv to develop Python command-line applications

from blog Simon Willison TIL, | ↗ original
I finally figured out a process that works for me for hacking on Python CLI utilities using uv to manage my development environment, thanks to a little bit of help from Charlie Marsh. Starting a new app with cookiecutter I already have a cookiecutter template I like using for CLI applications: simonw/click-app. Thanks to uvx I don't even need to...