Plugin to migrate pyproject.toml from Poetry v1 to v2 (PEP-621 compliant) #10115
zyf722
started this conversation in
Show and tell
Replies: 2 comments 4 replies
-
|
Look great @zyf722 👍 I would have some minor, optical suggestions:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
|
It would be nice if there was an "auto" mode that didn't ask me questions, and directly translated the pyproject using the defaults I'm also doubtful about some defaults Why would I want to do that ? The point of migrating is to use the standard, not keeping poetry-specific values, right ? As a result, I just ended up re-initing the poetry project myself, because I was scared your tool would keep poetry-specific keys when not needed |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hello to the community!
I've created a simple plugin for Poetry that helps you migrate your
pyproject.tomlfiles from Poetry v1 to v2 with PEP-621 standards.With
poetry migrateand an interactive CLI, you can easily migrate yourpyproject.tomlfiles from:to
Feel free to check it out if you think it could be useful: https://github.com/zyf722/poetry-plugin-migrate
Beta Was this translation helpful? Give feedback.
All reactions