browniebroke.com

Posts tagged as "packaging"

Specify docs dependency groups with Poetry and Read the Docs

November 21, 20223 min read

I 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, 20223 min read

The 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, 20212 min read

I 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, 20209 min read

Poetry 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…

See all posts...

© 2024, Built with Gatsby