Home
last modified time | relevance | path

Searched refs:input_json_path (Results 1 – 1 of 1) sorted by relevance

/developtools/integration_verification/tools/opensource_tools/src/
Dspdx_license_matcher.py22 def __init__(self, input_excel_path, input_json_path): argument
25 self.spdx_mapping = self._load_spdx_data(input_json_path)
76 def main(input_excel_path, input_json_path, output_excel_path): argument
77 matcher = SPDXLicenseMatcher(input_excel_path, input_json_path)
84 input_json_path = sys.argv[2] variable
86 main(input_excel_path, input_json_path, output_excel_path)