We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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