python-poetry / python-poetry/poetry
Add a command to print currently available script entry-points
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 34.3k
- Forks
- 2.5k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 30
Description
- I have searched the issues of this repo and believe that this is not a duplicate.
- I have searched the FAQ and general documentation and believe that my question is not already covered.
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).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the CLI implementation for poetry show and the project metadata handling for script entry-points. Check how script names and descriptions are represented, then verify poetry show scripts lists the available names and descriptions shown in the issue. The issue has no file or test references, and its only comment is 855 days old.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100