Metadata-Version: 2.4
Name: dgp-standard
Version: 1.0.0
Summary: Reference implementation of DGP v1.0 (Python)
Project-URL: Homepage, https://github.com/dgp-standard/dgp-standard-dgp-py
Project-URL: Documentation, https://github.com/dgp-standard/dgp-standard-dgp-spec
Project-URL: Repository, https://github.com/dgp-standard/dgp-standard-dgp-py
Project-URL: Bug Tracker, https://github.com/dgp-standard/dgp-standard-dgp-py/issues
Author: DGP Standard
License: MIT
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# DGP v1.0 Reference Implementation (Python)

Reference implementation of the DeAlgo Governance Protocol (DGP) v1.0.

Status: 🚧 In Progress  
Goal: Pass 8/8 canonical vectors (bit-for-bit conformance)

## Conformance

Run:

```bash
pytest
```

All 8 canonical vectors must match exactly.

## Protocol Spec

[https://github.com/dgp-standard/dgp-standard-dgp-spec](https://github.com/dgp-standard/dgp-standard-dgp-spec)

Protocol is FROZEN v1.0.
