Mr.developer replacement in the uv/pip world?

I wonder if there some working approach to use git checkouts (main purpose of mr.developer) in a world where we want to install Plone with uv/pip and use cookiecutter for the configuration?

I think you want @jensen's mxdev, which allows for python editable installs. I've been using mxdev + cookiecutter and dropping zc.buildout for awhile now, they're great

1 Like

indeed, and while at it you may want to have a look at mxmake to generate a battle tested, real-with-steps-(aka target)-dependencies Makefile for Python, Zope and Plone projects, with mxdev, uv and other tooling support.