LICENSE
README.md
pyproject.toml
src/wcp_conformance/__init__.py
src/wcp_conformance/cli.py
src/wcp_conformance/client.py
src/wcp_conformance/results.py
src/wcp_conformance/runner.py
src/wcp_conformance/schemas.py
src/wcp_conformance/tokens.py
src/wcp_conformance.egg-info/PKG-INFO
src/wcp_conformance.egg-info/SOURCES.txt
src/wcp_conformance.egg-info/dependency_links.txt
src/wcp_conformance.egg-info/entry_points.txt
src/wcp_conformance.egg-info/requires.txt
src/wcp_conformance.egg-info/top_level.txt
src/wcp_conformance/checks/__init__.py
src/wcp_conformance/checks/base.py
src/wcp_conformance/checks/errors.py
src/wcp_conformance/checks/manifest.py
src/wcp_conformance/checks/sandbox.py
src/wcp_conformance/checks/schema_roundtrip.py
src/wcp_conformance/checks/security.py
tests/test_check_errors.py
tests/test_check_manifest.py
tests/test_check_roundtrip.py
tests/test_check_sandbox.py
tests/test_check_security.py
tests/test_cli.py
tests/test_client_inprocess.py
tests/test_results.py
tests/test_runner_inprocess.py
tests/test_tokens.py