Display installed pip packages and their update status..
Project description
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.
Installation:
pip install pip-check
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:
$ pip install tox tox-pyenv $ tox
Changelog
v2.5 (2019-08-08):
A more robust installation that installs pip-check as a proper console script.
Added new --disable-colors argument.
Added tests for Python 3.7 and 3.8.
Fixed Syntax warning happening with no outdated packages.
Cleanup of the entire codebase.
v2.4 (2019-07-23):
Added support to only show packages from the user or local package namespace.
v2.3.3 (2018-02-19):
Visual fixes around --show-update
v2.3.2 (2018-02-18):
New --show-update argument.
Fixed --full-versions argument.
Minor UI improvements.
v2.1 (2018-02-18):
Complete new architecture. It now calls pip directly and parses it output which should be more reliable.
It’s also using distutils for the version comparision now, which is more reliable as well.
Lots of features and bug fixes.
v0.2 (2016-02-09):
Fixes issues with older pip versions.
Truncates extremly long version numbers.
v0.1 (2016-02-06):
Very first version, and yet with very limited features.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pip-check-2.5.1a1.tar.gz
.
File metadata
- Download URL: pip-check-2.5.1a1.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1d22fbd93a87ca6d4d484cee3b721baeb45827df57fae85a76786713af91c9c |
|
MD5 | 379a9d42e50466e36a2b29a99c65f195 |
|
BLAKE2b-256 | 7af977ceaa030d488c298ffd62c1b33f7388b58604039808d32f2fbaf9efb9cb |
File details
Details for the file pip_check-2.5.1a1-py2.py3-none-any.whl
.
File metadata
- Download URL: pip_check-2.5.1a1-py2.py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ec8b4847882f47ae37363dc4f28ef78f6cf84b6fde372bc1edd3b225be02024 |
|
MD5 | 402d328279ca6ab9d1b6c82eb51c96a6 |
|
BLAKE2b-256 | ea5e768b54fe8c052229bd5db805d4b61aa20f938fa00243dd0fc6271e2fad51 |