Metadata-Version: 2.4
Name: aetheric
Version: 1.0.0
Summary: Cryptographic governance primitive — 4-of-5 quorum, Ed25519 seats, immutable ledger
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: cryptography>=43.0.1
Requires-Dist: blake3==1.0.7
Dynamic: requires-python

# aetheric v1.0.0 — Cryptographic Governance Primitive

- 5-seat Ed25519 signing
- 4-of-5 quorum enforcement
- BLAKE3-chained immutable ledger
- Python, TypeScript, Go SDKs

```bash
pip install aetheric
npm install @aetheric/core
go get github.com/aetheric/core
