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

Support detecting license types for deps with known licenses #64

Closed pilosus closed 3 years ago

pilosus commented 3 years ago

Instead of passing in requirements.txt to the program, we may pass in a list of dependencies with their licenses to detect/gather stats about license types.

File format: TBD (possibly csv), see data.csv

dep1,MIT License
dep2,GPLv2
dep3,EULA
dep4,Error

CLI argument: TBD (possibly --external)