CHANGELOG.md
LICENSE
MANIFEST.in
README.md
developer_guide.md
maintainer_guide.md
pyproject.toml
user_guide.md
swhid_tool/__init__.py
swhid_tool/api.py
swhid_tool/batch_processor.py
swhid_tool/cli.py
swhid_tool/core.py
swhid_tool/logging_config.py
swhid_tool/manager.py
swhid_tool/osv_client.py
swhid_tool/project_detector.py
swhid_tool/purl_parser.py
swhid_tool/scanner.py
swhid_tool/spdx_exporter.py
swhid_tool/strategies/__init__.py
swhid_tool/strategies/base.py
swhid_tool/strategies/cargo_strategy.py
swhid_tool/strategies/golang_strategy.py
swhid_tool/strategies/maven_strategy.py
swhid_tool/strategies/npm_strategy.py
swhid_tool/strategies/nuget_strategy.py
swhid_tool/strategies/pypi_strategy.py
swhid_verification_tool.egg-info/PKG-INFO
swhid_verification_tool.egg-info/SOURCES.txt
swhid_verification_tool.egg-info/dependency_links.txt
swhid_verification_tool.egg-info/entry_points.txt
swhid_verification_tool.egg-info/requires.txt
swhid_verification_tool.egg-info/top_level.txt
tests/test_core.py
tests/test_exporter.py
tests/test_golang_strategy.py
tests/test_npm_strategy.py
tests/test_nuget_strategy.py
tests/test_project_detector.py
tests/test_purl_parser.py
tests/test_scanner.py
tests/test_spdx3_model.py
tests/test_strategies.py
tests/test_swhid.py
tests/test_validation.py