Remove spdx_licenselist.csv in favor of using spdx-lookup package #7
|
CSV is not great indeed. There is one issue though: package namespaces. Per https://github.com/bbqsrc/spdx-lookup-python/blob/4f5c2f540525421025e498289f9e84721683d7f9/spdx_lookup/__init__.py#L8 As such this could not be re-used as is unless we do on of these:
This is an issue I raised here bbqsrc/spdx-python#1 |
|
You can have the entire If that works, then I'm open to any other suggestions. (I note my preferred option is still as I said in the other issue: name it |
Consider using the spdx-lookup package instead of the committed spdx_licenselist.csv file.