nonebot-plugin-template 0.0.1__py3-none-any.whl → 0.0.2__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- nonebot_plugin_template/__init__.py +1 -6
- nonebot_plugin_template/config.py +1 -1
- {nonebot_plugin_template-0.0.1.dist-info → nonebot_plugin_template-0.0.2.dist-info}/METADATA +1 -1
- nonebot_plugin_template-0.0.2.dist-info/RECORD +7 -0
- nonebot_plugin_template-0.0.1.dist-info/RECORD +0 -7
- {nonebot_plugin_template-0.0.1.dist-info → nonebot_plugin_template-0.0.2.dist-info}/WHEEL +0 -0
- {nonebot_plugin_template-0.0.1.dist-info → nonebot_plugin_template-0.0.2.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,4 @@
|
|
1
|
-
from nonebot import
|
2
|
-
require, # noqa: F401
|
3
|
-
get_driver, # @get_driver().on_startup 装饰启动时运行函数 # noqa: F401
|
4
|
-
get_bots, # dict[str, BaseBot] 常用于定时器获取 BOT 对象 # noqa: F401
|
5
|
-
)
|
1
|
+
from nonebot import require
|
6
2
|
from nonebot.plugin import (
|
7
3
|
PluginMetadata,
|
8
4
|
inherit_supported_adapters
|
@@ -15,7 +11,6 @@ require("nonebot_plugin_apscheduler")
|
|
15
11
|
|
16
12
|
from .config import Config # noqa: E402
|
17
13
|
|
18
|
-
|
19
14
|
__plugin_meta__ = PluginMetadata(
|
20
15
|
name="名称",
|
21
16
|
description="描述",
|
@@ -2,8 +2,8 @@ from nonebot import (
|
|
2
2
|
get_driver,
|
3
3
|
get_plugin_config
|
4
4
|
)
|
5
|
-
from pydantic import BaseModel
|
6
5
|
from pathlib import Path
|
6
|
+
from pydantic import BaseModel
|
7
7
|
from typing import List, Literal, Optional # noqa: F401
|
8
8
|
|
9
9
|
from nonebot_plugin_apscheduler import scheduler # noqa: F401
|
@@ -0,0 +1,7 @@
|
|
1
|
+
nonebot_plugin_template/__init__.py,sha256=rE_P_3kGQuRHhpxxUKtKPvFBlkaHJD0gOLuz0L_kT7Q,726
|
2
|
+
nonebot_plugin_template/config.py,sha256=G4D8lP5gtN8a3pQci0a8T4Vfi7SnzKRzgjcRDKorRy4,614
|
3
|
+
nonebot_plugin_template/matcher.py,sha256=P4b3WPXJUfnhyv44y7DxIhTejeG6TLfbg4IR10rWJ8s,348
|
4
|
+
nonebot_plugin_template-0.0.2.dist-info/METADATA,sha256=kXzIVOrhXl-HTR9w5-YnNURgEaRtrHobb2azDcVys1s,4814
|
5
|
+
nonebot_plugin_template-0.0.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
6
|
+
nonebot_plugin_template-0.0.2.dist-info/top_level.txt,sha256=G7Xv7ZOVFivKfzV_DWOOUNTBvgiGJ7_jdvJejWUwOB4,24
|
7
|
+
nonebot_plugin_template-0.0.2.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
nonebot_plugin_template/__init__.py,sha256=MQm6rVkCjzOQC1vTLcjdK-JgtGFV-2ZBBGXvLHcP11Q,922
|
2
|
-
nonebot_plugin_template/config.py,sha256=Gkka6rMAONFvMaoOk3_DFlC0nnPCir6H4jpYQlA475s,614
|
3
|
-
nonebot_plugin_template/matcher.py,sha256=P4b3WPXJUfnhyv44y7DxIhTejeG6TLfbg4IR10rWJ8s,348
|
4
|
-
nonebot_plugin_template-0.0.1.dist-info/METADATA,sha256=jUf1SEzCjQR5WU-vAdWtZRuw6bPdIjqwBBUajKRXowM,4814
|
5
|
-
nonebot_plugin_template-0.0.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
6
|
-
nonebot_plugin_template-0.0.1.dist-info/top_level.txt,sha256=G7Xv7ZOVFivKfzV_DWOOUNTBvgiGJ7_jdvJejWUwOB4,24
|
7
|
-
nonebot_plugin_template-0.0.1.dist-info/RECORD,,
|
File without changes
|
{nonebot_plugin_template-0.0.1.dist-info → nonebot_plugin_template-0.0.2.dist-info}/top_level.txt
RENAMED
File without changes
|