> I would like to have a tool that generates the project structure for me, but I haven’t found one that fits me yet. I recommend cookiecutter for this. I have a few templates I've built with that which I use frequently: python-lib: https://github.com/simonw/python-lib click-app: https://github.com/simonw/click-app datasette-plugin: https://github.com/simonw/datasette-plugin llm-plugin: https://github.com/simonw/llm-p…
I looked at the click-app repo. If you were creating that today, would you switch from uv to pip? And to run cookiecutter do you still use pipx, or have you switched to `uv tool install`
I use "uvx cookiecutter" myself three days.