Dump the license list of packages installed with pip.

foss licenses metadata open-source pip
3 Open Issues Need Help Last updated: Jun 28, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to debug a bug in the `pip-licenses-cli` tool where licenses filtering with partial matching fails when the filter list ends with a semicolon. The issue stems from an empty string being added to the filter set, causing unintended matches. The solution involves modifying the code that parses the filter list to prevent empty strings from being included.

Complexity: 3/5
bug good first issue

Dump the license list of packages installed with pip.

Python
#foss#licenses#metadata#open-source#pip

AI Summary: Update the `USAGE.md` documentation file for the `pip-licenses-cli` project to include details about the `--collect-all-failures` option, which was added in PR #44.

Complexity: 2/5
documentation good first issue

Dump the license list of packages installed with pip.

Python
#foss#licenses#metadata#open-source#pip

AI Summary: Correct a minor documentation error in the `pyproject.toml` configuration section example within the `pip-licenses-cli` project's documentation. The current example uses `[tool.pip-licences]` instead of the correct `[tool.pip-licenses-cli]`. The task involves updating the documentation to reflect the correct section name.

Complexity: 1/5
bug good first issue

Dump the license list of packages installed with pip.

Python
#foss#licenses#metadata#open-source#pip