A tool to match license text with SPDX license list using a an algorithm with finds close matches. It follows SPDX Matching guidelines to keep the substantial text as well as ignore the replaceable text for matching purposes.
This module is imported in spdx-online-tools. Since we are moving to python3, django2, while installing this package pip throws a warning -
spdx-license-matcher 0.0.1 has requirement jpype1==0.6.3, but you'll have jpype1 1.0.1 which is incompatible.
spdx-license-matcher 0.0.1 has requirement requests==2.22.0, but you'll have requests 2.24.0 which is incompatible.
Need to update this package and requirements to python3.
This module is imported in spdx-online-tools. Since we are moving to python3, django2, while installing this package pip throws a warning -
Need to update this package and requirements to python3.
https://github.com/spdx/spdx-online-tools/issues/24 https://github.com/spdx/spdx-online-tools/issues/58