Display installed pip packages and their update status..
Project description
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 # If your terminal does not support the table lines, # you can show an ASCII table $ pip-check --ascii # You can specify the pip executable $ pip-check --cmd=pip3 # List only packages that are not dependencies of installed packages. $ pip-check --not-required # Some packages have ridiculous long versions. To admire them: $ pip-check --full-version # Do not show packages where their version is up to date: $ pip-check --hide-unchanged # Show the pip command to update all major/minor packages $ pip-check --show-update
Changelog
- v2.2 (2018-02-18):
New command --show-update
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.3.1.tar.gz
.
File metadata
- Download URL: pip-check-2.3.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac461dbe5c35982e478640689ad55a2f0c32060c24bc656303e3d28c4e675ca0 |
|
MD5 | 869d39a0fbb7a7d53822c7c3399fd99b |
|
BLAKE2b-256 | 962d01ac9416f343bb7a09ea62a7f703d0f7ed59c9784a810786f6256537c1d7 |
File details
Details for the file pip_check-2.3.1-py2.py3-none-any.whl
.
File metadata
- Download URL: pip_check-2.3.1-py2.py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da7fb1286b6379d90c73664a47bee16e168d6c0753a5e0eb6d9824350312859e |
|
MD5 | 05106ef3f922a8b78874d13e4f66cafa |
|
BLAKE2b-256 | ca38024dd4b72ffda7a50f247ed6002c8c6bb5c39ed094ae3fb24bf4e5aea688 |