simple-modern-poetry project template #10169
jlevy
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I found switching to a modern project setup with Poetry 2.0 took a little bit of doc reading (and LLMs often give out of date suggestions). So I made a minimalist template called simple-modern-poetry. It's been useful on my own projects.
My thought is that a very simple and clean template like this may be one of the best ways to document use of Poetry with standard dev tools (black/ruff/mypy), GitHub actions, PyPI publishing, and dynamic versioning. By keeping it simple but functional, it could help people switching to Poetry for new projects. It uses copier, which also has some nice workflows where you can update a project against a template.
Has this already been done better? I'd be glad for feedback, if it can be improved. Hope it might be useful to anyone!
Beta Was this translation helpful? Give feedback.
All reactions