.coveragerc
.editorconfig
.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
appveyor.yml
pyproject.toml
setup.cfg
setup.py
stdeb.cfg
tox.ini
.circleci/config.yml
.github/workflows/install_and_test.yml
examples/__init__.py
examples/pp_rdf.py
examples/pp_tv.py
examples/tv_to_rdf.py
examples/write_tv.py
spdx/__init__.py
spdx/annotation.py
spdx/checksum.py
spdx/config.py
spdx/creationinfo.py
spdx/document.py
spdx/exceptions.json
spdx/file.py
spdx/license.py
spdx/licenses.json
spdx/package.py
spdx/relationship.py
spdx/review.py
spdx/snippet.py
spdx/utils.py
spdx/version.py
spdx/cli_tools/__init__.py
spdx/cli_tools/convertor.py
spdx/cli_tools/parser.py
spdx/parsers/__init__.py
spdx/parsers/builderexceptions.py
spdx/parsers/jsonparser.py
spdx/parsers/jsonyamlxml.py
spdx/parsers/jsonyamlxmlbuilders.py
spdx/parsers/loggers.py
spdx/parsers/parse_anything.py
spdx/parsers/rdf.py
spdx/parsers/rdfbuilders.py
spdx/parsers/tagvalue.py
spdx/parsers/tagvaluebuilders.py
spdx/parsers/validations.py
spdx/parsers/xmlparser.py
spdx/parsers/yamlparser.py
spdx/parsers/lexers/__init__.py
spdx/parsers/lexers/tagvalue.py
spdx/writers/__init__.py
spdx/writers/json.py
spdx/writers/jsonyamlxml.py
spdx/writers/rdf.py
spdx/writers/tagvalue.py
spdx/writers/write_anything.py
spdx/writers/xml.py
spdx/writers/yaml.py
spdx_tools.egg-info/PKG-INFO
spdx_tools.egg-info/SOURCES.txt
spdx_tools.egg-info/dependency_links.txt
spdx_tools.egg-info/entry_points.txt
spdx_tools.egg-info/not-zip-safe
spdx_tools.egg-info/requires.txt
spdx_tools.egg-info/top_level.txt
tests/__init__.py
tests/test_builder.py
tests/test_checksum.py
tests/test_cli_convertor.py
tests/test_config.py
tests/test_conversion.py
tests/test_creationinfo.py
tests/test_document.py
tests/test_error_messages.py
tests/test_jsonyamlxml_parser.py
tests/test_jsonyamlxml_writer.py
tests/test_package.py
tests/test_parse_anything.py
tests/test_parsers_validation.py
tests/test_rdf_parser.py
tests/test_rdf_writer.py
tests/test_tag_value_parser.py
tests/test_write_anything.py
tests/testing_utils.LICENSE
tests/testing_utils.py
tests/utils_test.py
tests/data/doc_parse/SBOMexpected.json
tests/data/doc_parse/expected.json
tests/data/doc_parse/spdx-expected.json
tests/data/doc_write/json-simple-multi-package.json
tests/data/doc_write/json-simple-plus.json
tests/data/doc_write/json-simple.json
tests/data/doc_write/rdf-mini.json
tests/data/doc_write/rdf-simple-plus.json
tests/data/doc_write/rdf-simple.json
tests/data/doc_write/tv-mini.tv
tests/data/doc_write/tv-simple-plus.tv
tests/data/doc_write/tv-simple.tv
tests/data/doc_write/xml-simple-multi-package.xml
tests/data/doc_write/xml-simple-plus.xml
tests/data/doc_write/xml-simple.xml
tests/data/doc_write/yaml-simple-multi-package.yaml
tests/data/doc_write/yaml-simple-plus.yaml
tests/data/doc_write/yaml-simple.yaml
tests/data/formats/SPDXJSONExample-v2.2.spdx.json
tests/data/formats/SPDXJSONExample-v2.3.spdx.json
tests/data/formats/SPDXJsonExample.json
tests/data/formats/SPDXJsonExampleEmptyArrays.json
tests/data/formats/SPDXRdfExample.rdf
tests/data/formats/SPDXSBOMExample.spdx.yml
tests/data/formats/SPDXSBOMExample.tag
tests/data/formats/SPDXSimpleTag.tag
tests/data/formats/SPDXTagExample-v2.2.spdx
tests/data/formats/SPDXTagExample-v2.3.spdx
tests/data/formats/SPDXTagExample.tag
tests/data/formats/SPDXXMLExample-v2.2.spdx.xml
tests/data/formats/SPDXXMLExample-v2.3.spdx.xml
tests/data/formats/SPDXXmlExample.xml
tests/data/formats/SPDXYAMLExample-2.2.spdx.yaml
tests/data/formats/SPDXYAMLExample-2.3.spdx.yaml
tests/data/formats/SPDXYamlExample.yaml