Display installed pip packages and their update status..
.. image:: https://travis-ci.org/bartTC/pip-check.svg?branch=master :target: https://travis-ci.org/bartTC/pip-check
pip-check gives you a quick overview of all installed packages and their
update status. Under the hood it calls pip list --outdated --format=columns
and transforms it into a more user friendly table.
.. image:: https://d.pr/i/ZDPuw5.png
Installation::
pip install pip-check
The last version that runs on Python 2.7 or 3.4 is v2.5.2. Install it with::
pip install pip-check==2.5.2
Usage::
$ pip-check -h
usage: pip-check [-h] [-a] [-c PIP_CMD] [-l] [-r] [-f] [-H] [-u] [-U]
A quick overview of all installed packages and their update status.
optional arguments:
-h, --help show this help message and exit
-a, --ascii Display as ASCII Table
-c PIP_CMD, --cmd PIP_CMD
The pip executable to run. Default: `pip`
-l, --local Show only virtualenv installed packages.
-r, --not-required List only packages that are not dependencies of
installed packages.
-f, --full-version Show full version strings.
-H, --hide-unchanged Do not show "unchanged" packages.
-u, --show-update Show update instructions for updatable packages.
-U, --user Show only user installed packages.
Testing:
Test against a variation of Python versions::
$ pip install tox tox-pyenv
$ tox
Test against your current Python version::
$ python setup.py test
pip-date
_ - Show the installation or modification times of all your pip packagespip-chill
_ - Lists only the dependencies (or not) of installed packages.. _pip-date: https://github.com/E3V3A/pip-date .. _pip-chill: https://github.com/rbanffy/pip-chill
v2.8.1 (2022-11-06):
v2.8 (2022-11-06):
v2.7 (2021-11-16):
--disable-colors
.v2.6 (2019-12-12):
--user
in case the pip-check command
should only show user packages as well.v2.5.2 (2019-08-08):
pip install pip-check==2.5.2
v2.5.1 (2019-08-08):
v2.5 (2019-08-08):
--disable-colors
argument.v2.4 (2019-07-23):
user
or local
package
namespace.v2.3.3 (2018-02-19):
--show-update
v2.3.2 (2018-02-18):
--show-update
argument.--full-versions
argument.v2.1 (2018-02-18):
pip
directly and parses it output
which should be more reliable.v0.2 (2016-02-09):
v0.1 (2016-02-06):