python-poetry / python-poetry/poetry
Signal when cached dependency is used during installation
Open
@Secrus is already working on this.
Since Sep 26, 2024.
kind/feature
status/triage
- 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 documentation and believe that my question is not covered.
Feature Request
It would be nice to get similar output to pip when install packages.
pip:

poetry:

It's nice knowing whether or not a package was able to be found in the cache. Even using -vvv doesn't give that level of output
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.
Assessment
This issue has not been assessed yet.