nonebot-plugin-latex 0.0.3.1__py3-none-any.whl → 0.0.3.2__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- nonebot_plugin_latex/__init__.py +23 -3
- {nonebot_plugin_latex-0.0.3.1.dist-info → nonebot_plugin_latex-0.0.3.2.dist-info}/METADATA +1 -1
- {nonebot_plugin_latex-0.0.3.1.dist-info → nonebot_plugin_latex-0.0.3.2.dist-info}/RECORD +6 -6
- {nonebot_plugin_latex-0.0.3.1.dist-info → nonebot_plugin_latex-0.0.3.2.dist-info}/LICENSE +0 -0
- {nonebot_plugin_latex-0.0.3.1.dist-info → nonebot_plugin_latex-0.0.3.2.dist-info}/WHEEL +0 -0
- {nonebot_plugin_latex-0.0.3.1.dist-info → nonebot_plugin_latex-0.0.3.2.dist-info}/top_level.txt +0 -0
nonebot_plugin_latex/__init__.py
CHANGED
@@ -14,12 +14,12 @@ See the Mulan PSL v2 for more details.
|
|
14
14
|
"""
|
15
15
|
|
16
16
|
from nonebot import get_plugin_config, get_driver
|
17
|
-
from nonebot.plugin import PluginMetadata
|
17
|
+
from nonebot.plugin import PluginMetadata
|
18
18
|
|
19
19
|
from .config import Config
|
20
20
|
from .converter import _converter, get_converter
|
21
21
|
|
22
|
-
__version__ = "0.0.3.
|
22
|
+
__version__ = "0.0.3.2"
|
23
23
|
|
24
24
|
__author__ = "Eilles"
|
25
25
|
|
@@ -30,7 +30,27 @@ __plugin_meta__ = PluginMetadata(
|
|
30
30
|
type="library",
|
31
31
|
homepage="https://github.com/EillesWan/nonebot-plugin-latex",
|
32
32
|
config=Config,
|
33
|
-
supported_adapters=
|
33
|
+
supported_adapters={
|
34
|
+
"nonebot.adapters.telegram",
|
35
|
+
"nonebot.adapters.dodo",
|
36
|
+
"nonebot_adapter_tailchat",
|
37
|
+
"nonebot.adapters.onebot.v11",
|
38
|
+
"nonebot.adapters.minecraft",
|
39
|
+
"nonebot.adapters.github",
|
40
|
+
"nonebot.adapters.discord",
|
41
|
+
"nonebot.adapters.mail",
|
42
|
+
"nonebot.adapters.ding",
|
43
|
+
"nonebot.adapters.console",
|
44
|
+
"nonebot.adapters.qq",
|
45
|
+
"nonebot.adapters.kritor",
|
46
|
+
"nonebot.adapters.feishu",
|
47
|
+
"nonebot.adapters.red",
|
48
|
+
"nonebot.adapters.satori",
|
49
|
+
"nonebot.adapters.onebot.v12",
|
50
|
+
"nonebot.adapters.kaiheila",
|
51
|
+
"nonebot.adapters.mirai",
|
52
|
+
"nonebot.adapters.ntchat",
|
53
|
+
}, # inherit_supported_adapters("nonebot_plugin_alconna"),
|
34
54
|
extra={"License": "Mulan PSL v2", "Author": __author__},
|
35
55
|
)
|
36
56
|
|
@@ -1,10 +1,10 @@
|
|
1
|
-
nonebot_plugin_latex/__init__.py,sha256=
|
1
|
+
nonebot_plugin_latex/__init__.py,sha256=uPYvgMdBr9M9G1oGvJieU9ylXQnFiH5M3WvQMz3y8tI,2193
|
2
2
|
nonebot_plugin_latex/config.py,sha256=5WOJF-vsuLqGTDGgklpMm-xLd_qdwVb0VCq-n8EwoJQ,198
|
3
3
|
nonebot_plugin_latex/converter.py,sha256=rTyeJoZOhXciLcfZ6FWOe0mHczmd2E_sTrqEbJRZ6d8,194
|
4
4
|
nonebot_plugin_latex/data.py,sha256=ygcJClUUM4lNR9PotPC1E0rtrRq1swanPWIBnwAvcWM,11443
|
5
5
|
nonebot_plugin_latex/main.py,sha256=iKlkYndPrKi72oXMASmdgPKuT5scEIxtfEuLO7s5OHw,2950
|
6
|
-
nonebot_plugin_latex-0.0.3.
|
7
|
-
nonebot_plugin_latex-0.0.3.
|
8
|
-
nonebot_plugin_latex-0.0.3.
|
9
|
-
nonebot_plugin_latex-0.0.3.
|
10
|
-
nonebot_plugin_latex-0.0.3.
|
6
|
+
nonebot_plugin_latex-0.0.3.2.dist-info/LICENSE,sha256=ISc-fUbtRp39lxd4MpdVr2Saz7XF2yik0RTSRNuhlaM,9375
|
7
|
+
nonebot_plugin_latex-0.0.3.2.dist-info/METADATA,sha256=hl_48J9ObpRK41asIg1ru2phKjJQgs_rr6hIAsmO71k,11735
|
8
|
+
nonebot_plugin_latex-0.0.3.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
9
|
+
nonebot_plugin_latex-0.0.3.2.dist-info/top_level.txt,sha256=AEtxXrscUdkhTvgg--hAE9WRsW0QVttzK2H-fI9xbGs,21
|
10
|
+
nonebot_plugin_latex-0.0.3.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{nonebot_plugin_latex-0.0.3.1.dist-info → nonebot_plugin_latex-0.0.3.2.dist-info}/top_level.txt
RENAMED
File without changes
|