Utility library to parse, normalize and compare License expressions for Python using a boolean logic engine. For expressions using SPDX or any other license id scheme.
https://scancode-licensedb.aboutcode.org/index.json returns all licenses, including deprecated licenses. It would be useful to expose the is_deprecated attribute of the license, like what was done with the SPDX keys and exceptions in #56
https://scancode-licensedb.aboutcode.org/index.json returns all licenses, including deprecated licenses. It would be useful to expose the
is_deprecated
attribute of the license, like what was done with the SPDX keys and exceptions in #56