entari-plugin-hyw 4.0.0rc18__tar.gz → 4.0.0rc19__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.
Potentially problematic release.
This version of entari-plugin-hyw might be problematic. Click here for more details.
- {entari_plugin_hyw-4.0.0rc18 → entari_plugin_hyw-4.0.0rc19}/PKG-INFO +2 -2
- {entari_plugin_hyw-4.0.0rc18 → entari_plugin_hyw-4.0.0rc19}/entari_plugin_hyw.egg-info/PKG-INFO +2 -2
- {entari_plugin_hyw-4.0.0rc18 → entari_plugin_hyw-4.0.0rc19}/entari_plugin_hyw.egg-info/requires.txt +1 -1
- {entari_plugin_hyw-4.0.0rc18 → entari_plugin_hyw-4.0.0rc19}/pyproject.toml +2 -2
- {entari_plugin_hyw-4.0.0rc18 → entari_plugin_hyw-4.0.0rc19}/entari_plugin_hyw.egg-info/SOURCES.txt +0 -0
- {entari_plugin_hyw-4.0.0rc18 → entari_plugin_hyw-4.0.0rc19}/entari_plugin_hyw.egg-info/dependency_links.txt +0 -0
- {entari_plugin_hyw-4.0.0rc18 → entari_plugin_hyw-4.0.0rc19}/entari_plugin_hyw.egg-info/top_level.txt +0 -0
- {entari_plugin_hyw-4.0.0rc18 → entari_plugin_hyw-4.0.0rc19}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: entari-plugin-hyw
|
|
3
|
-
Version: 4.0.
|
|
3
|
+
Version: 4.0.0rc19
|
|
4
4
|
Summary: Entari plugin for HYW - Use large language models to interpret chat messages
|
|
5
5
|
Author-email: kumoSleeping <zjr2992@outlook.com>
|
|
6
6
|
License: MIT
|
|
@@ -16,7 +16,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
17
17
|
Requires-Python: <3.13,>=3.10
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
|
-
Requires-Dist: hyw-core
|
|
19
|
+
Requires-Dist: hyw-core>=1.0.1
|
|
20
20
|
Requires-Dist: arclet-entari[full]>=0.16.5
|
|
21
21
|
Requires-Dist: markdown>=3.10
|
|
22
22
|
Provides-Extra: dev
|
{entari_plugin_hyw-4.0.0rc18 → entari_plugin_hyw-4.0.0rc19}/entari_plugin_hyw.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: entari-plugin-hyw
|
|
3
|
-
Version: 4.0.
|
|
3
|
+
Version: 4.0.0rc19
|
|
4
4
|
Summary: Entari plugin for HYW - Use large language models to interpret chat messages
|
|
5
5
|
Author-email: kumoSleeping <zjr2992@outlook.com>
|
|
6
6
|
License: MIT
|
|
@@ -16,7 +16,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
17
17
|
Requires-Python: <3.13,>=3.10
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
|
-
Requires-Dist: hyw-core
|
|
19
|
+
Requires-Dist: hyw-core>=1.0.1
|
|
20
20
|
Requires-Dist: arclet-entari[full]>=0.16.5
|
|
21
21
|
Requires-Dist: markdown>=3.10
|
|
22
22
|
Provides-Extra: dev
|
|
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "entari-plugin-hyw"
|
|
7
|
-
version = "4.0.0-
|
|
7
|
+
version = "4.0.0-rc19"
|
|
8
8
|
description = "Entari plugin for HYW - Use large language models to interpret chat messages"
|
|
9
9
|
authors = [{name = "kumoSleeping", email = "zjr2992@outlook.com"}]
|
|
10
10
|
dependencies = [
|
|
11
|
-
|
|
11
|
+
"hyw-core>=1.0.1",
|
|
12
12
|
"arclet-entari[full]>=0.16.5",
|
|
13
13
|
"markdown>=3.10",
|
|
14
14
|
]
|
{entari_plugin_hyw-4.0.0rc18 → entari_plugin_hyw-4.0.0rc19}/entari_plugin_hyw.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{entari_plugin_hyw-4.0.0rc18 → entari_plugin_hyw-4.0.0rc19}/entari_plugin_hyw.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|