AUTHORS.md
LICENSE
README.md
pyproject.toml
ospac/__init__.py
ospac.egg-info/PKG-INFO
ospac.egg-info/SOURCES.txt
ospac.egg-info/dependency_links.txt
ospac.egg-info/entry_points.txt
ospac.egg-info/requires.txt
ospac.egg-info/top_level.txt
ospac/cli/__init__.py
ospac/cli/commands.py
ospac/core/compatibility_matrix.py
ospac/models/__init__.py
ospac/models/compliance.py
ospac/models/license.py
ospac/models/policy.py
ospac/pipeline/__init__.py
ospac/pipeline/data_generator.py
ospac/pipeline/llm_analyzer.py
ospac/pipeline/llm_providers.py
ospac/pipeline/spdx_processor.py
ospac/runtime/__init__.py
ospac/runtime/engine.py
ospac/runtime/evaluator.py
ospac/runtime/loader.py
ospac/utils/__init__.py
tests/test_models.py
tests/test_pipeline.py
tests/test_runtime.py