You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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
...
The text was updated successfully, but these errors were encountered:
It appears that the pip show output parser assumes any line that doesn't contain a single
:
should be a file:https://github.com/sourcegraph/scip-python/blame/3981912ea11f0ce0795706d3a54bae4c72555f02/packages/pyright-scip/src/virtualenv/PythonPackage.ts#L21-L34
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 ...
The text was updated successfully, but these errors were encountered: