pip-inspect
TLDR
Inspect installed packages
$ pip inspect
Output as JSON$ pip inspect --local
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.


