tools-python
tools-python copied to clipboard
A Python library to parse, validate and create SPDX documents.
Signed-off-by: Shubham Kumar Jha Fixes #138
Changing _return bool(field)_ in has_optional_field function, we will obtain is a field is optional, does not matters is the field is initialized empty, because is optional.
Fix write_tv file error in examples showing invalid document for issue #128
Fix #83. Correct typo in document file
Adressesses #113. Authors are added in order of the number of commits contributed from most to least, with recency breaking ties. I used each contributor's most recent email address. Code...
To close my take on #120. Technical note on the markdown changes: repeated "1."s still increment the list number, while remaining resilient to added/removed steps. The "0." is nonstandard and...
Signed-off-by: Xavier Figueroa
This is a follow-up of https://github.com/spdx/tools-python/pull/148#discussion_r509255423 . > I've tried running the convertor. But couldn't run it successfully for any of the ways defined in the README.md file. > >...
Black Duck Protex - version 7.8.4 generates rdf data as followed: [creation_info.rdf.txt](https://github.com/spdx/tools-python/files/6671071/creation_info.rdf.txt) the parser will fail with ``` More than one created defined. More than one CreationInfo comment defined. More...