nonebot-plugin-latex 0.0.3.3__py3-none-any.whl → 0.0.3.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- nonebot_plugin_latex/__init__.py +4 -2
- {nonebot_plugin_latex-0.0.3.3.dist-info → nonebot_plugin_latex-0.0.3.4.dist-info}/METADATA +1 -1
- {nonebot_plugin_latex-0.0.3.3.dist-info → nonebot_plugin_latex-0.0.3.4.dist-info}/RECORD +6 -6
- {nonebot_plugin_latex-0.0.3.3.dist-info → nonebot_plugin_latex-0.0.3.4.dist-info}/WHEEL +0 -0
- {nonebot_plugin_latex-0.0.3.3.dist-info → nonebot_plugin_latex-0.0.3.4.dist-info}/entry_points.txt +0 -0
- {nonebot_plugin_latex-0.0.3.3.dist-info → nonebot_plugin_latex-0.0.3.4.dist-info}/licenses/LICENSE +0 -0
nonebot_plugin_latex/__init__.py
CHANGED
@@ -14,15 +14,17 @@ See the Mulan PSL v2 for more details.
|
|
14
14
|
"""
|
15
15
|
|
16
16
|
from nonebot import get_driver, get_plugin_config
|
17
|
-
from nonebot.plugin import PluginMetadata, inherit_supported_adapters
|
17
|
+
from nonebot.plugin import PluginMetadata, inherit_supported_adapters, require
|
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.4"
|
23
23
|
|
24
24
|
__author__ = "Eilles"
|
25
25
|
|
26
|
+
require("nonebot_plugin_alconna")
|
27
|
+
|
26
28
|
__plugin_meta__ = PluginMetadata(
|
27
29
|
name="LaTeX 在线渲染插件",
|
28
30
|
description="从互联网服务渲染 LaTeX 公式",
|
@@ -1,10 +1,10 @@
|
|
1
|
-
nonebot_plugin_latex-0.0.3.
|
2
|
-
nonebot_plugin_latex-0.0.3.
|
3
|
-
nonebot_plugin_latex-0.0.3.
|
4
|
-
nonebot_plugin_latex-0.0.3.
|
5
|
-
nonebot_plugin_latex/__init__.py,sha256=
|
1
|
+
nonebot_plugin_latex-0.0.3.4.dist-info/METADATA,sha256=kFImDCjFNHNAgDXLcmRGv0d9jQxe5JJnpbYmrS2x6Ik,11649
|
2
|
+
nonebot_plugin_latex-0.0.3.4.dist-info/WHEEL,sha256=tSfRZzRHthuv7vxpI4aehrdN9scLjk-dCJkPLzkHxGg,90
|
3
|
+
nonebot_plugin_latex-0.0.3.4.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
4
|
+
nonebot_plugin_latex-0.0.3.4.dist-info/licenses/LICENSE,sha256=ISc-fUbtRp39lxd4MpdVr2Saz7XF2yik0RTSRNuhlaM,9375
|
5
|
+
nonebot_plugin_latex/__init__.py,sha256=40yEiPgwcHohXq8N0tRQ8_jf0bVefAzgvqEMMAjZDv8,1566
|
6
6
|
nonebot_plugin_latex/config.py,sha256=5WOJF-vsuLqGTDGgklpMm-xLd_qdwVb0VCq-n8EwoJQ,198
|
7
7
|
nonebot_plugin_latex/converter.py,sha256=rTyeJoZOhXciLcfZ6FWOe0mHczmd2E_sTrqEbJRZ6d8,194
|
8
8
|
nonebot_plugin_latex/data.py,sha256=RepSY3I4t61Gk5yDfGSgn9UwZWFx8cnh4dHXIShTl-Y,11579
|
9
9
|
nonebot_plugin_latex/main.py,sha256=ZufATio6dUvVj428myBwcNub_ErQ0LcotsjUvRPup98,3093
|
10
|
-
nonebot_plugin_latex-0.0.3.
|
10
|
+
nonebot_plugin_latex-0.0.3.4.dist-info/RECORD,,
|
File without changes
|
{nonebot_plugin_latex-0.0.3.3.dist-info → nonebot_plugin_latex-0.0.3.4.dist-info}/entry_points.txt
RENAMED
File without changes
|
{nonebot_plugin_latex-0.0.3.3.dist-info → nonebot_plugin_latex-0.0.3.4.dist-info}/licenses/LICENSE
RENAMED
File without changes
|