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