.dockerignore
.editorconfig
.gitattributes
.gitignore
CHANGELOG.rst
Dockerfile
LICENSE
MANIFEST.in
Makefile
README.md
mkdocs.yml
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
docs/api.md
docs/changes.md
docs/index.md
docs/install.md
docs/usage.md
docs/third-party/README.md
examples/empty_object.json
examples/spdx-v2.2_sbom.json
examples/spdx-v2.2_sbom.online.roundtrip.json
examples/spdx-v2.2_sbom.rdf.xml
examples/spdx-v2.2_sbom.yaml
examples/spdx-v2.2_sbom_tag-value.txt
spdx_lint/__init__.py
spdx_lint/__main__.py
spdx_lint/cli.py
spdx_lint/lint.py
spdx_lint.egg-info/PKG-INFO
spdx_lint.egg-info/SOURCES.txt
spdx_lint.egg-info/dependency_links.txt
spdx_lint.egg-info/entry_points.txt
spdx_lint.egg-info/requires.txt
spdx_lint.egg-info/top_level.txt
test/__init__.py
test/conftest.py
test/context.py
test/requirements-dev.txt
test/requirements.txt
test/test_cli.py
test/test_lint.py