Metadata-Version: 2.4
Name: luk-sdk
Version: 1.0.0
Summary: LukSDK Python - 游戏平台接入SDK
Project-URL: Homepage, https://github.com/CFGameTech/project-luksdk-python3
Project-URL: Issues, https://github.com/CFGameTech/project-luksdk-python3/issues
Author-email: LUKSDK <developer@luk.live>
License-File: LICENSE
Keywords: api,game,luksdk,sdk
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Requires-Dist: flask~=3.1.1
Requires-Dist: pydantic>=2.1.0
Requires-Dist: requests>=2.25.0
Description-Content-Type: text/markdown

# LukSDK for Python

本项目为 Python 版本的 LukSDK，提供游戏平台接入所需的数据结构定义、API 调用接口和控制事件构造工具。

## 安装

```bash
pip install luk-sdk
```

## 示例代码

参考示例文件：[SDK 初始化和 API 调用示例](./example/main.py)
