itam-assistant 0.1.8__tar.gz → 0.1.9__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.
- {itam_assistant-0.1.8 → itam_assistant-0.1.9}/PKG-INFO +11 -2
- {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant.egg-info/PKG-INFO +12 -3
- {itam_assistant-0.1.8 → itam_assistant-0.1.9}/setup.py +1 -1
- {itam_assistant-0.1.8 → itam_assistant-0.1.9}/README.md +0 -0
- {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant/__init__.py +0 -0
- {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant/ailyapp_client.py +0 -0
- {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant/config.py +0 -0
- {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant/do_ai.py +0 -0
- {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant/intent_detail.py +0 -0
- {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant/lark_client.py +0 -0
- {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant/logger.py +0 -0
- {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant/openapi.py +0 -0
- {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant/test.py +0 -0
- {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant.egg-info/SOURCES.txt +0 -0
- {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant.egg-info/dependency_links.txt +0 -0
- {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant.egg-info/requires.txt +0 -0
- {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant.egg-info/top_level.txt +0 -0
- {itam_assistant-0.1.8 → itam_assistant-0.1.9}/setup.cfg +0 -0
- {itam_assistant-0.1.8 → itam_assistant-0.1.9}/test/test.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: itam_assistant
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.9
|
|
4
4
|
Summary: 优化版本--技能分发的结果展示
|
|
5
5
|
Home-page: https://github.com/liujunmeiD/itam_assistant
|
|
6
6
|
Author: liujunmeiD
|
|
@@ -12,5 +12,14 @@ Requires-Python: >=3.6
|
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
Requires-Dist: requests>=2.25.1
|
|
14
14
|
Requires-Dist: numpy>=1.20.0
|
|
15
|
+
Dynamic: author
|
|
16
|
+
Dynamic: author-email
|
|
17
|
+
Dynamic: classifier
|
|
18
|
+
Dynamic: description
|
|
19
|
+
Dynamic: description-content-type
|
|
20
|
+
Dynamic: home-page
|
|
21
|
+
Dynamic: requires-dist
|
|
22
|
+
Dynamic: requires-python
|
|
23
|
+
Dynamic: summary
|
|
15
24
|
|
|
16
25
|
详见https://bytedance.feishu.cn/docs/doccnSOL0o2qtnElftgd2rir2Dc
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
2
|
-
Name:
|
|
3
|
-
Version: 0.1.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: itam_assistant
|
|
3
|
+
Version: 0.1.9
|
|
4
4
|
Summary: 优化版本--技能分发的结果展示
|
|
5
5
|
Home-page: https://github.com/liujunmeiD/itam_assistant
|
|
6
6
|
Author: liujunmeiD
|
|
@@ -12,5 +12,14 @@ Requires-Python: >=3.6
|
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
Requires-Dist: requests>=2.25.1
|
|
14
14
|
Requires-Dist: numpy>=1.20.0
|
|
15
|
+
Dynamic: author
|
|
16
|
+
Dynamic: author-email
|
|
17
|
+
Dynamic: classifier
|
|
18
|
+
Dynamic: description
|
|
19
|
+
Dynamic: description-content-type
|
|
20
|
+
Dynamic: home-page
|
|
21
|
+
Dynamic: requires-dist
|
|
22
|
+
Dynamic: requires-python
|
|
23
|
+
Dynamic: summary
|
|
15
24
|
|
|
16
25
|
详见https://bytedance.feishu.cn/docs/doccnSOL0o2qtnElftgd2rir2Dc
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|