{"library":"poetry-exec-plugin","title":"poetry-exec-plugin","description":"A Poetry plugin that allows executing scripts defined in pyproject.toml under the [tool.poetry.scripts] table, similar to npm run or pipenv run. Current version: 1.0.1, supports Poetry 2.x. Release cadence is sporadic.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install poetry-exec-plugin"],"cli":{"name":"poetry","version":"Poetry (version 2.4.1)"}},"imports":[],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# After installing the plugin, add scripts to pyproject.toml:\n# [tool.poetry.scripts]\n# greet = { callable = \"my_package.module:greet_func\", help = \"Prints a greeting\", args = \"[name]\" }\n# Then run:\n# poetry exec greet Alice","lang":"python","description":"Define scripts in pyproject.toml and run them via `poetry exec <script-name>`.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}