Open
Description
It appears that the pip show output parser assumes any line that doesn't contain a single :
should be a file:
This breaks, for example, on the Home Page
line:
$ pip show cattrs
Name: cattrs
Version: 23.1.2
Summary: Composable complex class support for attrs and dataclasses.
Home-page: https://github.com/python-attrs/cattrs
...