You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd wish the next version of poetry would merely focus on adding some simple things with high usage potential instead of adding many complex things for a little bit more usability.
E.g.
Version/Projectname placeholders in the pyproject. This point is, that the current behaviour enforces me to make use of a toml parser to output a simple present line like "Hello, this is tool X, version Y.Z". Therefore it would be better if there were an option to define the version/projectname within the sourcecode as a single source of truth and only reference it in the pyproject.
Option to specify path to alternate pyproject, e.g. one per subfolder or one per build target. This would enable building different something out of the same source tree without much hazzle.
Hatch is able to do that but has other disadvantages compared to poetry.
I think, when poetry would support this, it would convince many people using poetry instead of hatch.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'd wish the next version of poetry would merely focus on adding some simple things with high usage potential instead of adding many complex things for a little bit more usability.
E.g.
Version/Projectname placeholders in the pyproject. This point is, that the current behaviour enforces me to make use of a toml parser to output a simple present line like "Hello, this is tool X, version Y.Z". Therefore it would be better if there were an option to define the version/projectname within the sourcecode as a single source of truth and only reference it in the pyproject.
Option to specify path to alternate pyproject, e.g. one per subfolder or one per build target. This would enable building different something out of the same source tree without much hazzle.
Hatch is able to do that but has other disadvantages compared to poetry.
I think, when poetry would support this, it would convince many people using poetry instead of hatch.
Beta Was this translation helpful? Give feedback.
All reactions