We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The class spdx.parsers.tagvalue.Parser is responsible for parsing tag/value data. It uses spdx.parsers.lexers.tagvalue.Lexer for tokenizing the input. It uses spdx.utils.LicenseListParser to parse licenselist values. It uses spdx.parsers.tagvaluebuilder.Builder for constructing the models
spdx.parsers.tagvalue.Parser