nonebot-plugin-dbdmap 0.2.1__tar.gz → 0.2.3__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.
- {nonebot_plugin_dbdmap-0.2.1 → nonebot_plugin_dbdmap-0.2.3}/PKG-INFO +5 -7
- {nonebot_plugin_dbdmap-0.2.1 → nonebot_plugin_dbdmap-0.2.3}/nonebot_plugin_dbd/__init__.py +1 -1
- {nonebot_plugin_dbdmap-0.2.1 → nonebot_plugin_dbdmap-0.2.3}/nonebot_plugin_dbdmap.egg-info/PKG-INFO +5 -7
- nonebot_plugin_dbdmap-0.2.3/nonebot_plugin_dbdmap.egg-info/requires.txt +2 -0
- {nonebot_plugin_dbdmap-0.2.1 → nonebot_plugin_dbdmap-0.2.3}/pyproject.toml +6 -11
- nonebot_plugin_dbdmap-0.2.1/nonebot_plugin_dbdmap.egg-info/requires.txt +0 -1
- {nonebot_plugin_dbdmap-0.2.1 → nonebot_plugin_dbdmap-0.2.3}/README.md +0 -0
- {nonebot_plugin_dbdmap-0.2.1 → nonebot_plugin_dbdmap-0.2.3}/nonebot_plugin_dbdmap.egg-info/SOURCES.txt +0 -0
- {nonebot_plugin_dbdmap-0.2.1 → nonebot_plugin_dbdmap-0.2.3}/nonebot_plugin_dbdmap.egg-info/dependency_links.txt +0 -0
- {nonebot_plugin_dbdmap-0.2.1 → nonebot_plugin_dbdmap-0.2.3}/nonebot_plugin_dbdmap.egg-info/top_level.txt +0 -0
- {nonebot_plugin_dbdmap-0.2.1 → nonebot_plugin_dbdmap-0.2.3}/setup.cfg +0 -0
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nonebot-plugin-dbdmap
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: 《黎明杀机地图查询插件》
|
|
5
5
|
Author-email: 77_77 <xiexiewen73@gmail.com>
|
|
6
6
|
License: MIT
|
|
7
|
-
Project-URL: Homepage, https://github.com/xiexiewen73-source/nonebot-plugin-dbdmap
|
|
8
|
-
Project-URL: Repository, https://github.com/xiexiewen73-source/nonebot-plugin-dbdmap
|
|
9
7
|
Keywords: nonebot,plugin,dead-by-daylight,dbd
|
|
10
8
|
Classifier: Programming Language :: Python :: 3
|
|
11
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
13
9
|
Classifier: Programming Language :: Python :: 3.10
|
|
14
10
|
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
-
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
12
|
+
Requires-Python: <4.0,>=3.9
|
|
16
13
|
Description-Content-Type: text/markdown
|
|
17
|
-
Requires-Dist: nonebot2>=2.
|
|
14
|
+
Requires-Dist: nonebot2>=2.5.0
|
|
15
|
+
Requires-Dist: nonebot-adapter-onebot>=2.4.6
|
|
18
16
|
|
|
19
17
|
# NoneBot-Plugin-DBD-Map
|
|
20
18
|
|
|
@@ -12,7 +12,7 @@ __plugin_meta__ = PluginMetadata(
|
|
|
12
12
|
description="支持查询所有官方地图及自定义别名",
|
|
13
13
|
usage="发送 /查询 地图名 或 /添加别名 原名 新别名",
|
|
14
14
|
type="application",
|
|
15
|
-
homepage="https://github.com/xiexiewen73-source/nonebot-plugin-
|
|
15
|
+
homepage="https://github.com/xiexiewen73-source/nonebot-plugin-dbd",
|
|
16
16
|
supported_adapters={"~onebot.v11"}
|
|
17
17
|
)
|
|
18
18
|
|
{nonebot_plugin_dbdmap-0.2.1 → nonebot_plugin_dbdmap-0.2.3}/nonebot_plugin_dbdmap.egg-info/PKG-INFO
RENAMED
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nonebot-plugin-dbdmap
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
4
4
|
Summary: 《黎明杀机地图查询插件》
|
|
5
5
|
Author-email: 77_77 <xiexiewen73@gmail.com>
|
|
6
6
|
License: MIT
|
|
7
|
-
Project-URL: Homepage, https://github.com/xiexiewen73-source/nonebot-plugin-dbdmap
|
|
8
|
-
Project-URL: Repository, https://github.com/xiexiewen73-source/nonebot-plugin-dbdmap
|
|
9
7
|
Keywords: nonebot,plugin,dead-by-daylight,dbd
|
|
10
8
|
Classifier: Programming Language :: Python :: 3
|
|
11
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
13
9
|
Classifier: Programming Language :: Python :: 3.10
|
|
14
10
|
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
-
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
12
|
+
Requires-Python: <4.0,>=3.9
|
|
16
13
|
Description-Content-Type: text/markdown
|
|
17
|
-
Requires-Dist: nonebot2>=2.
|
|
14
|
+
Requires-Dist: nonebot2>=2.5.0
|
|
15
|
+
Requires-Dist: nonebot-adapter-onebot>=2.4.6
|
|
18
16
|
|
|
19
17
|
# NoneBot-Plugin-DBD-Map
|
|
20
18
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "nonebot-plugin-dbdmap"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.3"
|
|
4
4
|
description = "《黎明杀机地图查询插件》"
|
|
5
5
|
readme = "README.md"
|
|
6
|
-
requires-python = ">=3.
|
|
6
|
+
requires-python = ">=3.9, <4.0"
|
|
7
7
|
license = {text = "MIT"}
|
|
8
8
|
authors = [
|
|
9
9
|
{name = "77_77", email = "xiexiewen73@gmail.com"}
|
|
@@ -11,16 +11,11 @@ authors = [
|
|
|
11
11
|
keywords = ["nonebot", "plugin", "dead-by-daylight", "dbd"]
|
|
12
12
|
classifiers = [
|
|
13
13
|
"Programming Language :: Python :: 3",
|
|
14
|
-
"Programming Language :: Python :: 3.8",
|
|
15
|
-
"Programming Language :: Python :: 3.9",
|
|
16
14
|
"Programming Language :: Python :: 3.10",
|
|
17
15
|
"Programming Language :: Python :: 3.11",
|
|
18
|
-
|
|
16
|
+
"Programming Language :: Python :: 3.12",
|
|
19
17
|
]
|
|
20
18
|
dependencies = [
|
|
21
|
-
"nonebot2>=2.
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
[project.urls]
|
|
25
|
-
Homepage = "https://github.com/xiexiewen73-source/nonebot-plugin-dbdmap"
|
|
26
|
-
Repository = "https://github.com/xiexiewen73-source/nonebot-plugin-dbdmap"
|
|
19
|
+
"nonebot2>=2.5.0",
|
|
20
|
+
"nonebot-adapter-onebot>=2.4.6"
|
|
21
|
+
]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
nonebot2>=2.0.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|