Metadata-Version: 2.4
Name: aevum-core
Version: 0.3.0
Summary: Aevum — the sealed movement. Replay-first, policy-governed context kernel.
Project-URL: Homepage, https://aevum.build
Project-URL: Repository, https://github.com/aevum-labs/aevum
Project-URL: Issues, https://github.com/aevum-labs/aevum/issues
License: Apache-2.0
Keywords: ai,audit,context,governance,provenance,replay
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: cryptography>=42.0
Requires-Dist: httpx>=0.27
Requires-Dist: pydantic<3.0,>=2.0
Provides-Extra: cedar
Requires-Dist: cedarpy>=0.3; extra == 'cedar'
Provides-Extra: default
Requires-Dist: aevum-store-oxigraph; extra == 'default'
Provides-Extra: dev
Requires-Dist: hypothesis>=6.100; extra == 'dev'
Requires-Dist: mypy>=1.10; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.9; extra == 'dev'
Description-Content-Type: text/markdown

# aevum-core

The Aevum context kernel — five governed functions, cryptographic sigchain, consent ledger, and absolute barriers.

```bash
pip install aevum-core
pip install "aevum-core[cedar]"  # + real Cedar consent enforcement
```

See the [main repository README](https://github.com/aevum-labs/aevum) for a quickstart and architecture overview.
