Metadata-Version: 2.4
Name: LingxiIdentity
Version: 0.1.0
Summary: Provider-neutral Python SDK for LingxiIdentity
Author: LingXi-Org
License-Expression: Apache-2.0
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: httpx<0.29,>=0.28
Requires-Dist: pydantic<3,>=2.10
Requires-Dist: PyJWT[crypto]<3,>=2.10
Requires-Dist: cryptography<51,>=50
Requires-Dist: idna<4,>=3.15
Requires-Dist: anyio<5,>=4.8

# LingxiIdentity Python SDK

Provider-neutral Python SDK for LingxiIdentity. It exposes stable identity
abstractions for users, roles, organizations, audit records, OIDC discovery,
JWKS validation, and `Principal` claim mapping without coupling consumers to
Logto-specific APIs.

```bash
pip install LingxiIdentity
```

The SDK requires Python 3.13 or newer. See the repository documentation for
configuration and provider integration details.
