-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Description
I feel like this section: https://www.pyopensci.org/python-package-guide/package-structure-code/python-package-build-tools.html#summary-of-tools-hatch-vs-pdm-vs-poetry-and-setuptools
...is a bit confusing. I think a new packager will read this and still be unclear whether to package a pure Python project with build
, PDM (as bullet 2 recommends), or Poetry (is it really the most popular? Citation needed). I think it might be better to place all the tools (build, PDM, Poetry, Hatch, and whatever else) on a more equal footing. Basically this section should match the decision tree diagram.
My own recommendation is to start with build
for a simple project, then there are various reasons why you might choose another tool.
Metadata
Metadata
Assignees
Labels
No labels