Metadata-Version: 2.4
Name: transaierp-model-license
Version: 1.0.1
Summary: Offline Ed25519 verification for TransAIERP model licenses
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: cryptography>=41

# TransAI Model License SDK for Python

实现位于 `model_license/`，用于验证 TransAI `.lic` 文件和模型包摘要。

## 安装

```powershell
python -m pip install transaierp-model-license
```

## 开发检查

```powershell
python -m compileall model_license
```
