nonebot-plugin-latex 0.0.2.2__py3-none-any.whl → 0.0.2.3__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 +1 -1
- {nonebot_plugin_latex-0.0.2.2.dist-info → nonebot_plugin_latex-0.0.2.3.dist-info}/METADATA +8 -8
- {nonebot_plugin_latex-0.0.2.2.dist-info → nonebot_plugin_latex-0.0.2.3.dist-info}/RECORD +6 -6
- {nonebot_plugin_latex-0.0.2.2.dist-info → nonebot_plugin_latex-0.0.2.3.dist-info}/LICENSE +0 -0
- {nonebot_plugin_latex-0.0.2.2.dist-info → nonebot_plugin_latex-0.0.2.3.dist-info}/WHEEL +0 -0
- {nonebot_plugin_latex-0.0.2.2.dist-info → nonebot_plugin_latex-0.0.2.3.dist-info}/top_level.txt +0 -0
nonebot_plugin_latex/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: nonebot-plugin-latex
|
3
|
-
Version: 0.0.2.
|
3
|
+
Version: 0.0.2.3
|
4
4
|
Summary: 通过互联网公共服务渲染LaTeX公式
|
5
5
|
Author-email: Eilles <EillesWan@outlook.com>
|
6
6
|
License: 木兰宽松许可证, 第2版
|
@@ -136,14 +136,9 @@ Project-URL: Bug Tracker, https://github.com/EillesWan/nonebot-plugin-latex/issu
|
|
136
136
|
Requires-Python: <4.0,>=3.9
|
137
137
|
Description-Content-Type: text/markdown
|
138
138
|
License-File: LICENSE
|
139
|
-
Requires-Dist: playwright>=1.17.2
|
140
139
|
Requires-Dist: nonebot2>=2.2.0
|
141
|
-
Requires-Dist:
|
142
|
-
Requires-Dist:
|
143
|
-
Requires-Dist: Pygments>=2.10.0
|
144
|
-
Requires-Dist: python-markdown-math>=0.8
|
145
|
-
Requires-Dist: pymdown-extensions>=9.1
|
146
|
-
Requires-Dist: aiofiles>=0.8.0
|
140
|
+
Requires-Dist: httpx<0.28.0,>=0.27.0
|
141
|
+
Requires-Dist: nonebot-adapter-onebot>=2.4.3
|
147
142
|
|
148
143
|
# nonebot-plugin-latex
|
149
144
|
|
@@ -168,3 +163,8 @@ latex_enable_as_application = true
|
|
168
163
|
```
|
169
164
|
|
170
165
|
这样就可以使用 `latex` 命令进行渲染了,例如 `latex $E=mc^2$` 就会返回这个方程式的渲染图片。
|
166
|
+
|
167
|
+
## 提交
|
168
|
+
|
169
|
+
各位可以搭建自己的 LaTeX 在线渲染服务,或者直接本地渲染,如果提交到本仓库,在下不胜感激。\
|
170
|
+
对于本地渲染服务,请不要使用 nonebot-plugin-htmlrender
|
@@ -1,10 +1,10 @@
|
|
1
|
-
nonebot_plugin_latex/__init__.py,sha256=
|
1
|
+
nonebot_plugin_latex/__init__.py,sha256=3KK1zUDKFlSl99zbCEjxKEUI9zgox0MVCYpYzCm7gwA,1267
|
2
2
|
nonebot_plugin_latex/config.py,sha256=5WOJF-vsuLqGTDGgklpMm-xLd_qdwVb0VCq-n8EwoJQ,198
|
3
3
|
nonebot_plugin_latex/converter.py,sha256=08RmFCBrUda8PlnqazX71aHjntBzlSOJc_ZeUHfMQ_M,89
|
4
4
|
nonebot_plugin_latex/data.py,sha256=S_KjGkOBGdJMUeKYRfhJ8yllJgbhg1XjPXyypJQ3CFA,10427
|
5
5
|
nonebot_plugin_latex/main.py,sha256=uBN1bQm-i55RimDfwpOPMOx3bkCuPe-vli2NTzuoXRg,3518
|
6
|
-
nonebot_plugin_latex-0.0.2.
|
7
|
-
nonebot_plugin_latex-0.0.2.
|
8
|
-
nonebot_plugin_latex-0.0.2.
|
9
|
-
nonebot_plugin_latex-0.0.2.
|
10
|
-
nonebot_plugin_latex-0.0.2.
|
6
|
+
nonebot_plugin_latex-0.0.2.3.dist-info/LICENSE,sha256=ISc-fUbtRp39lxd4MpdVr2Saz7XF2yik0RTSRNuhlaM,9375
|
7
|
+
nonebot_plugin_latex-0.0.2.3.dist-info/METADATA,sha256=TLMvdP1XNTAz1q8MUOLS1ObaDrE4J7pvoX-oXAzCx0Q,11714
|
8
|
+
nonebot_plugin_latex-0.0.2.3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
9
|
+
nonebot_plugin_latex-0.0.2.3.dist-info/top_level.txt,sha256=AEtxXrscUdkhTvgg--hAE9WRsW0QVttzK2H-fI9xbGs,21
|
10
|
+
nonebot_plugin_latex-0.0.2.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{nonebot_plugin_latex-0.0.2.2.dist-info → nonebot_plugin_latex-0.0.2.3.dist-info}/top_level.txt
RENAMED
File without changes
|