RishabhBhatnagar

Results 9 comments of RishabhBhatnagar

When I researched more about it from [here](https://www.azuredevopslabs.com/labs/azuredevops/github-integration/), It was found that the organization must be registered with Azure DevOps and using that id we can add Azure pipeline to...

Can you provide some benchmarks to prove the efficiency of fstrings over str.format? Comparing fstrings with str.format of python2.7 won't be a fair comparison as many of the libraries in...

Hello there, this issue still persists?? If yes, I would like to resolve this.

As seen from the [data-model's package](https://github.com/spdx/tools-python/blob/41a5e4a9432ad0ad0afe0420053382023209f4b1/spdx/package.py#L89), package is associated with a list of files. For accessing the files, you can do something like following: ``` for file in document.package.files: print(file.name)...

Please merge the pr and close this issue. If it is unmaintained, I would contribute to another repository thereafter.

> For the implementation of the current versions 2.1 and 2.2, I am less sure but could be convinced. Would this make it easier to interchange with the RDF parser...

> @rishabh-bhatnagar The only issue I see with the knakk/rdf is lack of support for encoding RDF/XML which is used in the Java SPDX tools. > > If we can...

I was asking that, If there is no existing libraries, why not make a new one?? And if i am making a new one, should i include it as files...

Hello @bisakhmondal. You can find the project idea [here](https://wiki.spdx.org/view/GSOC/GSOC_ProjectIdeas#RDF_Writer_for_Golang) For familiarizing with the current codebase, you can run [examples](https://github.com/spdx/tools-golang/tree/master/examples) and tinker around. To create a writer for the spdx document,...