nat-n / poethepoet

A task runner that works well with poetry.
https://poethepoet.natn.io/
MIT License
1.4k stars 58 forks source link

Is there anything specific in `poetry` for using this? #103

Closed JJ closed 1 year ago

JJ commented 1 year ago

Long question is, is there anything specific in the way poetry organizes pyproject.toml or the virtual environments that prevents this from being used with the poetry alternative, hatch?

nat-n commented 1 year ago

Hi @JJ,

I don't know much about hatch, but if it's basically like poetry then it should be possible to create another executor class like the one for poetry, and extend the automatic executor selection logic here and then poe should work with hatch just as well as poetry :)

I would in principle be open to contributions along these lines.