Metadata-Version: 2.4
Name: warrantd
Version: 0.5.0
Summary: A warrant daemon for agent actions — earned autonomy with an audit trail (meta-package).
Project-URL: Homepage, https://github.com/moritzkazooba-wq/warrantd
Project-URL: Repository, https://github.com/moritzkazooba-wq/warrantd
Author: Moritz
License: MIT
License-File: LICENSE
Keywords: agents,approval,audit,autonomy,guardrails,trust
Classifier: Development Status :: 3 - Alpha
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
Requires-Python: >=3.10
Requires-Dist: warrantd-core<0.4.0,>=0.3.0
Requires-Dist: warrantd-gateway<0.3.0,>=0.2.0
Description-Content-Type: text/markdown

# warrantd

The `warrantd` meta-package. It contains no code of its own — installing it
pulls in the pieces of the warrantd trust layer:

- [`warrantd-core`](https://pypi.org/project/warrantd-core/) — the decision and
  graduation library, which ships the importable `warrantd` package.
- `warrantd-gateway` — the MCP gateway (joins this meta-package when it ships;
  see the v2 roadmap).

```bash
pip install warrantd
```

```python
from warrantd import TrustLayer, TrustPolicy
```

Full documentation lives in the
[repository README](https://github.com/moritzkazooba-wq/warrantd).
