nonebot-plugin-proxy-probe 0.2.3__tar.gz → 0.2.4__tar.gz

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.
Files changed (19) hide show
  1. {nonebot_plugin_proxy_probe-0.2.3 → nonebot_plugin_proxy_probe-0.2.4}/PKG-INFO +4 -1
  2. {nonebot_plugin_proxy_probe-0.2.3 → nonebot_plugin_proxy_probe-0.2.4}/nonebot_plugin_proxy_probe/__init__.py +1 -0
  3. {nonebot_plugin_proxy_probe-0.2.3 → nonebot_plugin_proxy_probe-0.2.4}/nonebot_plugin_proxy_probe.egg-info/PKG-INFO +4 -1
  4. {nonebot_plugin_proxy_probe-0.2.3 → nonebot_plugin_proxy_probe-0.2.4}/pyproject.toml +6 -1
  5. {nonebot_plugin_proxy_probe-0.2.3 → nonebot_plugin_proxy_probe-0.2.4}/LICENSE +0 -0
  6. {nonebot_plugin_proxy_probe-0.2.3 → nonebot_plugin_proxy_probe-0.2.4}/README.md +0 -0
  7. {nonebot_plugin_proxy_probe-0.2.3 → nonebot_plugin_proxy_probe-0.2.4}/nonebot_plugin_proxy_probe/assets//345/216/237/347/245/236/345/255/227/344/275/223.ttf" +0 -0
  8. {nonebot_plugin_proxy_probe-0.2.3 → nonebot_plugin_proxy_probe-0.2.4}/nonebot_plugin_proxy_probe/cache.py +0 -0
  9. {nonebot_plugin_proxy_probe-0.2.3 → nonebot_plugin_proxy_probe-0.2.4}/nonebot_plugin_proxy_probe/commands.py +0 -0
  10. {nonebot_plugin_proxy_probe-0.2.3 → nonebot_plugin_proxy_probe-0.2.4}/nonebot_plugin_proxy_probe/config.py +0 -0
  11. {nonebot_plugin_proxy_probe-0.2.3 → nonebot_plugin_proxy_probe-0.2.4}/nonebot_plugin_proxy_probe/manager.py +0 -0
  12. {nonebot_plugin_proxy_probe-0.2.3 → nonebot_plugin_proxy_probe-0.2.4}/nonebot_plugin_proxy_probe/models.py +0 -0
  13. {nonebot_plugin_proxy_probe-0.2.3 → nonebot_plugin_proxy_probe-0.2.4}/nonebot_plugin_proxy_probe/probe.py +0 -0
  14. {nonebot_plugin_proxy_probe-0.2.3 → nonebot_plugin_proxy_probe-0.2.4}/nonebot_plugin_proxy_probe/render.py +0 -0
  15. {nonebot_plugin_proxy_probe-0.2.3 → nonebot_plugin_proxy_probe-0.2.4}/nonebot_plugin_proxy_probe.egg-info/SOURCES.txt +0 -0
  16. {nonebot_plugin_proxy_probe-0.2.3 → nonebot_plugin_proxy_probe-0.2.4}/nonebot_plugin_proxy_probe.egg-info/dependency_links.txt +0 -0
  17. {nonebot_plugin_proxy_probe-0.2.3 → nonebot_plugin_proxy_probe-0.2.4}/nonebot_plugin_proxy_probe.egg-info/requires.txt +0 -0
  18. {nonebot_plugin_proxy_probe-0.2.3 → nonebot_plugin_proxy_probe-0.2.4}/nonebot_plugin_proxy_probe.egg-info/top_level.txt +0 -0
  19. {nonebot_plugin_proxy_probe-0.2.3 → nonebot_plugin_proxy_probe-0.2.4}/setup.cfg +0 -0
@@ -1,9 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nonebot-plugin-proxy-probe
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: 扫描内网 Clash 代理并缓存出口 IP 与属地的 NoneBot2 插件
5
5
  Author: lhc
6
6
  License: GPL-3.0-or-later
7
+ Project-URL: Homepage, https://github.com/WhyPilotXia/nonebot-plugin-proxy-probe
8
+ Project-URL: Repository, https://github.com/WhyPilotXia/nonebot-plugin-proxy-probe
9
+ Project-URL: Issues, https://github.com/WhyPilotXia/nonebot-plugin-proxy-probe/issues
7
10
  Requires-Python: >=3.10
8
11
  Description-Content-Type: text/markdown
9
12
  License-File: LICENSE
@@ -19,6 +19,7 @@ __plugin_meta__ = PluginMetadata(
19
19
  "/proxy -s 或 --stop 停止后台任务"
20
20
  ),
21
21
  type="application",
22
+ homepage="https://github.com/WhyPilotXia/nonebot-plugin-proxy-probe",
22
23
  supported_adapters={"~onebot.v11"},
23
24
  config=PluginConfig,
24
25
  )
@@ -1,9 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nonebot-plugin-proxy-probe
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: 扫描内网 Clash 代理并缓存出口 IP 与属地的 NoneBot2 插件
5
5
  Author: lhc
6
6
  License: GPL-3.0-or-later
7
+ Project-URL: Homepage, https://github.com/WhyPilotXia/nonebot-plugin-proxy-probe
8
+ Project-URL: Repository, https://github.com/WhyPilotXia/nonebot-plugin-proxy-probe
9
+ Project-URL: Issues, https://github.com/WhyPilotXia/nonebot-plugin-proxy-probe/issues
7
10
  Requires-Python: >=3.10
8
11
  Description-Content-Type: text/markdown
9
12
  License-File: LICENSE
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "nonebot-plugin-proxy-probe"
7
- version = "0.2.3"
7
+ version = "0.2.4"
8
8
  description = "扫描内网 Clash 代理并缓存出口 IP 与属地的 NoneBot2 插件"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -21,6 +21,11 @@ dependencies = [
21
21
  "Pillow>=10.0.0"
22
22
  ]
23
23
 
24
+ [project.urls]
25
+ Homepage = "https://github.com/WhyPilotXia/nonebot-plugin-proxy-probe"
26
+ Repository = "https://github.com/WhyPilotXia/nonebot-plugin-proxy-probe"
27
+ Issues = "https://github.com/WhyPilotXia/nonebot-plugin-proxy-probe/issues"
28
+
24
29
  [tool.nonebot]
25
30
  plugins = ["nonebot_plugin_proxy_probe"]
26
31