Move from Poetry to Hatch? #3722
Closed
frankie567
started this conversation in
Core Development
Replies: 1 comment
-
|
Cleaning up issues so moving this to a discussion, but I think this sounds nice and something we can definitely do :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In recent years/months, Hatch is quickly becoming the modern standard for project management in Python. Contrary to Poetry, it follows the approved PEP specification to specify dependencies and metadata.
Besides, it has a few niceties built-in:
For all those reasons, I think it would give us a more productive, modern and efficient workflow.
Migration in itself shouldn't be too hard: just moving things around in the
pyproject.tomlfile — and get used to a few new commands of courseBeta Was this translation helpful? Give feedback.
All reactions