Posts tagged as "poetry"
Specify docs dependency groups with Poetry and Read the Docs
November 21, 2022 • 3 min readI wrote a while back on how to migrate a project to Poetry. One of the gotcha was how to specify the dependencies to build the project…
Convert a Poetry package to the src layout
January 19, 2022 • 3 min readThe layout is commonly used in Python ecosystem nowadays (even the pytest docs recommend it), but I’m not really using it on my projects. I…
Convert Python requirements to Poetry format
January 07, 2021 • 2 min readI recently wrote about migrating a Python project to Poetry, however, this guide is quite manual process. I recently came across dephell, wh…
Migrating a project to Poetry
October 18, 2020 • 9 min readPoetry is a tool solving the problem of Python packaging. It was started back in February 2018 by Sébastien Eustace (also the author of pend…