python-poetry / poetry

Python packaging and dependency management made easy
https://python-poetry.org
MIT License
31.44k stars 2.27k forks source link

Add a command to print currently available script entry-points #8301

Open abhi-g80 opened 1 year ago

abhi-g80 commented 1 year ago

Feature Request

When working on projects with building command-line application, sometimes you would like to see the available script entry-points. I don't see any poetry command to do that. Something like this,

$ poetry show scripts

Available script entry-points

    twparser: Parse tweets into json
    validator: Validate schema of database

The description could be parsed by reading the function doc (if any).

capatosta commented 4 months ago

Bump, this'd be great