Metadata-Version: 2.4
Name: intentframe-policy-registry
Version: 0.1.0
Summary: IntentFrame policy models, registry service, and YAML seed loader
Project-URL: Homepage, https://github.com/intentframe/intentframe
Project-URL: Repository, https://github.com/intentframe/intentframe
Project-URL: Issues, https://github.com/intentframe/intentframe/issues
Author: IntentFrame Contributors
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: agents,ai,intentframe,policy,security
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Requires-Python: >=3.14
Requires-Dist: fastapi
Requires-Dist: httpx>=0.28.1
Requires-Dist: intentframe-core==0.1.0
Requires-Dist: pydantic>=2.12.5
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: uvicorn[standard]
Description-Content-Type: text/markdown

# intentframe-policy-registry

Policy plane for [IntentFrame](https://github.com/intentframe/intentframe):
the `UserPolicy` / `ActionPermission` models, the policy registry service, and
the YAML seed loader.

```bash
pip install intentframe-policy-registry
```

Imports as `policy_registry`.
