pip-check

3.2.1 · active · verified Wed Apr 15

pip-check is a Python command-line utility that provides a quick overview of all installed packages and their update status. It functions by calling `pip list --outdated` and transforming the output into a more user-friendly table. It also supports `uv` or `pip` at any specified location. The project is actively maintained, with version 3.2.1 as of the last PyPI update.

Warnings

Install

Quickstart

Run `pip-check` from your terminal to see a table of installed Python packages and their update status. Use the `--cmd` option to specify an alternative `pip` or `uv pip` executable.

pip-check
# To use a specific pip executable, e.g., uv pip:
pip-check --cmd "uv pip"

view raw JSON →