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.
@@ -19,7 +19,7 @@ from nonebot.plugin import PluginMetadata
19
19
  from .config import Config
20
20
  from .converter import converter
21
21
 
22
- __version__ = "0.0.2.2"
22
+ __version__ = "0.0.2.3"
23
23
 
24
24
  __author__ = "Eilles"
25
25
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: nonebot-plugin-latex
3
- Version: 0.0.2.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: jinja2>=3.0.3
142
- Requires-Dist: markdown>=3.3.6
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=sX4NN2jsnbkd4RqLiT0INoRAi0vGgxuSmh40U-6iCZ8,1267
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.2.dist-info/LICENSE,sha256=ISc-fUbtRp39lxd4MpdVr2Saz7XF2yik0RTSRNuhlaM,9375
7
- nonebot_plugin_latex-0.0.2.2.dist-info/METADATA,sha256=SGjgpPfQFtnqKJ0RU-trNf_18pBT4-kZr0Xygqm10P4,11656
8
- nonebot_plugin_latex-0.0.2.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
9
- nonebot_plugin_latex-0.0.2.2.dist-info/top_level.txt,sha256=AEtxXrscUdkhTvgg--hAE9WRsW0QVttzK2H-fI9xbGs,21
10
- nonebot_plugin_latex-0.0.2.2.dist-info/RECORD,,
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,,