Closed pilosus closed 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.
requirements.txt
File format: TBD (possibly csv), see data.csv
csv
dep1,MIT License dep2,GPLv2 dep3,EULA dep4,Error
CLI argument: TBD (possibly --external)
--external
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.csvCLI argument: TBD (possibly
--external
)