Metadata-Version: 2.1
Name: nonebot-plugin-mahjong-scoreboard
Version: 0.1.0.post1
Summary: 
Home-page: https://github.com/ssttkkl/nonebot-plugin-mahjong-scoreboard
License: MIT
Author: ssttkkl
Author-email: huang.wen.long@hotmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: asyncpg (>=0.26.0,<0.27.0)
Requires-Dist: cachetools (>=5.2.0,<6.0.0)
Requires-Dist: nonebot-adapter-onebot (>=2.1.5,<3.0.0)
Requires-Dist: nonebot-plugin-sqlalchemy (>=0.1.0,<0.2.0)
Requires-Dist: nonebot2 (>=2.0.0rc1,<3.0.0)
Requires-Dist: nonebot_plugin_apscheduler (>=0.2.0,<0.3.0)
Requires-Dist: tzlocal (>=4.2,<5.0)
Project-URL: Repository, https://github.com/ssttkkl/nonebot-plugin-mahjong-scoreboard
Description-Content-Type: text/markdown

日麻寄分器
============

## 配置

### mahjong_scoreboard_database_conn_url

数据库连接URL，必须为postgresql+asyncpg

举例：postgresql+asyncpg://username:password@host:5432/database

## 指令

### 对局

- 新建对局
- 结算对局
- 撤销结算对局
- 设置对局PT
- 删除对局
- 设置对局进度

### 对局查询

- 查询对局
- 个人最近对局
- 群最近对局
- 个人未完成对局
- 群未完成对局
- 导出赛季对局
- 导出所有对局
- 
### 赛季

- 查询赛季
- 查询所有赛季
- 新建赛季
- 开启赛季
- 结束赛季
- 删除赛季

### 赛季PT

- 设置赛季PT
- 查询PT
- 查询榜单
- 导出榜单

