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.
Files changed (19) hide show
  1. {itam_assistant-0.1.8 → itam_assistant-0.1.9}/PKG-INFO +11 -2
  2. {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant.egg-info/PKG-INFO +12 -3
  3. {itam_assistant-0.1.8 → itam_assistant-0.1.9}/setup.py +1 -1
  4. {itam_assistant-0.1.8 → itam_assistant-0.1.9}/README.md +0 -0
  5. {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant/__init__.py +0 -0
  6. {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant/ailyapp_client.py +0 -0
  7. {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant/config.py +0 -0
  8. {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant/do_ai.py +0 -0
  9. {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant/intent_detail.py +0 -0
  10. {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant/lark_client.py +0 -0
  11. {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant/logger.py +0 -0
  12. {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant/openapi.py +0 -0
  13. {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant/test.py +0 -0
  14. {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant.egg-info/SOURCES.txt +0 -0
  15. {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant.egg-info/dependency_links.txt +0 -0
  16. {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant.egg-info/requires.txt +0 -0
  17. {itam_assistant-0.1.8 → itam_assistant-0.1.9}/itam_assistant.egg-info/top_level.txt +0 -0
  18. {itam_assistant-0.1.8 → itam_assistant-0.1.9}/setup.cfg +0 -0
  19. {itam_assistant-0.1.8 → itam_assistant-0.1.9}/test/test.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: itam_assistant
3
- Version: 0.1.8
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.1
2
- Name: itam-assistant
3
- Version: 0.1.8
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
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="itam_assistant", # 包名称
5
- version="0.1.8", # 版本号
5
+ version="0.1.9", # 版本号
6
6
  author="liujunmeiD",
7
7
  author_email="1105030421@qq.com",
8
8
  description="优化版本--技能分发的结果展示",
File without changes
File without changes