Metadata-Version: 2.4
Name: rare-identity-protocol
Version: 0.1.0
Summary: Rare identity protocol primitives and signing helpers
Project-URL: Homepage, https://api.rareid.cc
Project-URL: Repository, https://github.com/0xsidfan/Rare
Project-URL: Documentation, https://github.com/0xsidfan/Rare/tree/main/rare-identity-protocol-python
Project-URL: Issues, https://github.com/0xsidfan/Rare/issues
Keywords: rare,identity,protocol,ed25519,jws
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: cryptography>=42.0.0
Provides-Extra: test
Requires-Dist: pytest>=8.2.0; extra == "test"

# rare-identity-protocol-python

Rare 的协议层 Python 包，提供：

- 固定 signing input 构造
- Ed25519 / JWS 签名与验签辅助
- name normalization / validation
- expiring map / set 等基础安全数据结构

## Install

```bash
pip install rare-identity-protocol
```

本地工作区开发：

```bash
pip install -e .[test]
```
