Metadata-Version: 2.4
Name: caracalai-identity
Version: 0.1.1
Summary: Caracal JWT verification, JWKS cache, scope evaluation, and claim shapes
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: caracalai-core
Requires-Dist: httpx>=0.28.0
Requires-Dist: pyjwt>=2.10.0
Description-Content-Type: text/markdown

# caracalai-identity

JWT verification, JWKS cache, scope evaluation, and claim shapes for Caracal-issued agent tokens.

Part of [Caracal](https://github.com/Garudex-Labs/caracal) — a security-first authority and delegation system for AI agents.

## Install

```bash
pip install caracalai-identity
```

## Links

- Source: https://github.com/Garudex-Labs/caracal
- Docs: https://caracal.run
- License: Apache-2.0
