keattang / poetry-exec-plugin

A plugin for poetry that allows you to execute scripts defined in your pyproject.toml, just like you can in npm or pipenv

Home Page:https://pypi.org/project/poetry-exec-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If command starts with `poetry exec`, execute the command directly

mondeja opened this issue · comments

This would allow to reuse commands from other commands without need to re-execute poetry itself, which takes time.