LinuxCommandLibrary

pip-inspect

TLDR

Inspect installed packages

$ pip inspect
copy
Output as JSON
$ pip inspect --local
copy

SYNOPSIS

pip inspect [options]

DESCRIPTION

pip inspect outputs JSON describing installed packages and their metadata. Provides detailed information about installed distributions including versions, requires, and provides metadata. Useful for programmatic environment analysis.

PARAMETERS

--local

Only inspect virtualenv packages.
--user
Only inspect user packages.
--path path
Inspect packages in path.

SEE ALSO

pip(1), pip-list(1), pip-show(1)

Copied to clipboard