Metadata-Version: 2.1
Name: diceutils
Version: 0.3.2
Summary: 基于 Infini 标准的骰娘相关组件和工具类
Author-Email: 苏向夜 <fu050409@163.com>
License: GNU Affero General Public License v3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Requires-Dist: infini>=2.0.1
Requires-Dist: python-docx>=1.1.0
Requires-Dist: reportlab>=4.1.0
Description-Content-Type: text/markdown

# Diceutils

Diceutils 是为兼容水系 Infini 标准而构建的骰娘相关组件和工具类集合, 你可以借助 Diceutils 快速开发骰娘插件.

## 组成

1. Dicer

    掷骰工具类, 用于格式化并运算掷骰字符串.

2. Paresr

    平台机器人友好的指令解析器.

3. Charactor

    人物卡抽象类, 用于注册 DicerGirl 可识别的人物卡模板及人物卡数据处理

4. Cards

    人物卡数据管理类, 用于处理人物卡原始数据存储.

5. Utils

    对标 Infini 的部分数据转换类.

## 版权

AGPL-3.0 & Apache-2.0 (c) Noctisynth, org.
