Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: results of pip show are not properly parsed (#70)
## Description Splitting `pip show` results with `---` could generate incorrect results when a package contains license information. An example of such package can be generated by executing `pip3 show scipy`. Code in this PR reads the results of `pip show` line by line, and groups information by packages. Jira: https://issues.redhat.com/browse/TC-644 ## Checklist - [x] I have followed this repository's contributing guidelines. - [x] I will adhere to the project's code of conduct. ## Additional information > Anything else?
- Loading branch information