aboutcode-org / scancode-analyzer

scancode-results-analyzer
4 stars 2 forks source link

Add LicenceMatch class #53

Closed AyanSinhaMahapatra closed 3 years ago

AyanSinhaMahapatra commented 3 years ago

This adds functions to convert serialized scancode data to a LicenseMatch object, and modifies the analyzer module to use these objects instead of serialized scancode data.

Fixes #52