pilosus / pip-license-checker

Check license types for third-party dependencies: permissive, copyleft, proprietory, etc.
https://blog.pilosus.org/posts/2021/09/07/pip-license-checker/
Other
69 stars 3 forks source link

Use --external-options to pass in CSV column indices for package name and license name #75

Closed pilosus closed 3 years ago

pilosus commented 3 years ago

For now, CSV column indices for package name/license name are hardcoded. That may require some manipulations with the external file before running the tool against it, which is far from ideal. We need to move these indices to the --external-options, e.g.

{:package-name-column-index: 0, license-name-columnt-index: 1}