Metadata-Version: 2.4
Name: kailash-trust
Version: 0.1.1
Summary: Kailash Trust — EATP trust plane integration
Author-email: Terrene Foundation <info@terrene.foundation>
License: Apache-2.0
Project-URL: Homepage, https://github.com/terrene-foundation/kailash-py
Project-URL: Repository, https://github.com/terrene-foundation/kailash-py
Project-URL: Issues, https://github.com/terrene-foundation/kailash-py/issues
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: kailash>=2.8.7
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"

# kailash-trust

EATP trust plane integration for the [Kailash platform](https://github.com/terrene-foundation/kailash-py).

This package re-exports the primary trust surface from `kailash.trust` for
consumers who prefer the standalone install path.

## Install

```bash
pip install kailash-trust
```

## Usage

```python
from kailash_trust import TrustOperations, GenesisRecord, TrustStore

# Equivalent to: from kailash.trust import TrustOperations, GenesisRecord, TrustStore
```

The complete trust plane documentation is available in the
[Kailash SDK docs](https://docs.terrene.foundation/kailash-trust).

## License

Apache 2.0 — Terrene Foundation
