Metadata-Version: 2.4
Name: quality-graph-core
Version: 0.1.2
Summary: Platform-independent Quality Graph contracts and decision logic
License-Expression: MIT
Requires-Python: >=3.12
Requires-Dist: defusedxml>=0.7.1
Requires-Dist: pyyaml>=6.0.2
Description-Content-Type: text/markdown

# Quality Graph Core

Platform-independent graph, result protocol, policy, and provider contracts for Quality Graph.

```python
from quality_graph_core import Graph, Result

graph = Graph.from_yaml(source)
result = Result.from_json(payload)
```

Providers implement the runtime-checkable `Provider` interface and return a deterministic
`GeneratedProject`. Core never imports a provider or the CLI.
