A CLI tool to dump the software license list of Python packages installed with pip. Current version 4.0.0 requires Python >=3.10 and <4. It is a fork of pip-licenses with improved modularization and support for PEP 639 License-File field.
pip install pip-licenses-cliNo compatibility data collected yet for this library.
Run pip-licenses-cli as a subprocess and capture JSON output including license files.
Update parsing logic to handle missing license entries. To restore old behavior, open an issue to request a flag.
Upgrade Python to 3.10 or later.
Add --no-license-path if you want the license text inline.
Use [tool.pip-licenses-cli] in pyproject.toml.
Specify exact package names separated by commas.
Run 'pip install pip-licenses-cli'.
Do not import pip_licenses_cli as a Python module; use 'pip-licenses-cli' as a command-line tool.