Q: Is it planned to merge this into pip? (A: not for the time being)
See original GitHub issueHey, I like the idea but don’t like to install another package. Instead I would like to see this functionality in native pip. Do you plan to make a pull request?
It would be cool if pip list
output would look like:
Package Version Update
installed available
-------------------------- -------- --------
pip 9.0.1 10.0.0
pyrfc 1.9.5
requests 2.12.4
robotframework 3.0.1
robotframework-requests 0.4.6
robotframework-sap-library 0.0.1 1.0.0
setuptools 32.3.1
wheel 0.30.0a0
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Paediatric investigation plans: questions and answers
This page provides detailed guidance for companies intending to apply for a paediatric investigation plan (PIP), waiver, deferral or product-specific waiver ...
Read more >Notes From the Meeting On Python GIL Removal Between ...
To merge nogil , the changes will have to be made against the main branch (that is currently scheduled to become 3.11). Don't...
Read more >PEP 3146 – Merging Unladen Swallow into CPython
This PEP proposes the merger of the Unladen Swallow project [3] into CPython's source tree. Unladen Swallow is an open-source branch of CPython ......
Read more >How to install python3-pip on ubuntu 20.04 - Stack Overflow
Try this command. sudo apt-get install python3-pip. Note: If you have a fresh install, you need to do this first before trying the...
Read more >What Are Python Wheels and Why Should You Care?
What's more important from the user's perspective is that there's no build stage when pip finds a compatible wheel on PyPI. From the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This issue is closed, but I originally couldn’t find the discussion that I was remembering involving @nlhkabu. For historical purposes, it is in pypa/warehouse#789.
What you describe is
pip list --outdated --format=columns
. Incidentally, pip-review will be a wrapper aroundpip list --outdated
when #32 is resolved. @bil-elmoussaoui is currently working on that in #41. However, you will still need to install pip-review as a separate package after that if you want to have the--auto
or--interactive
functionality.pip-review was not originally forked from pip, so merging the functionality into pip takes more than just a pull request. Currently, I’m not planning to spend any effort on that. However, I’ll open a poll; if this turns out to be a popular request, I may change my mind. (Voters: please attach an emoticon to the opening post.)
If you do not want to depend on my whims, you have two options. The first option is to submit a feature request to the pip maintainers and hope that they feel like merging pip-review into pip. The second option is to do the necessary work by yourself and submit a pull request to pip. Make sure to read their contribution guidelines in that case.
If you end up submitting a feature or pull request to the pip repository, please put a reference here so I can follow the progress. Thanks in advance.