itam-assistant 0.1.10__tar.gz → 0.1.11__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.10 → itam_assistant-0.1.11}/PKG-INFO +2 -2
- {itam_assistant-0.1.10 → itam_assistant-0.1.11}/itam_assistant/do_ai.py +1 -0
- {itam_assistant-0.1.10 → itam_assistant-0.1.11}/itam_assistant.egg-info/PKG-INFO +2 -2
- {itam_assistant-0.1.10 → itam_assistant-0.1.11}/setup.py +2 -2
- {itam_assistant-0.1.10 → itam_assistant-0.1.11}/README.md +0 -0
- {itam_assistant-0.1.10 → itam_assistant-0.1.11}/itam_assistant/__init__.py +0 -0
- {itam_assistant-0.1.10 → itam_assistant-0.1.11}/itam_assistant/ailyapp_client.py +0 -0
- {itam_assistant-0.1.10 → itam_assistant-0.1.11}/itam_assistant/config.py +0 -0
- {itam_assistant-0.1.10 → itam_assistant-0.1.11}/itam_assistant/intent_detail.py +0 -0
- {itam_assistant-0.1.10 → itam_assistant-0.1.11}/itam_assistant/lark_client.py +0 -0
- {itam_assistant-0.1.10 → itam_assistant-0.1.11}/itam_assistant/logger.py +0 -0
- {itam_assistant-0.1.10 → itam_assistant-0.1.11}/itam_assistant/openapi.py +0 -0
- {itam_assistant-0.1.10 → itam_assistant-0.1.11}/itam_assistant/test.py +0 -0
- {itam_assistant-0.1.10 → itam_assistant-0.1.11}/itam_assistant.egg-info/SOURCES.txt +0 -0
- {itam_assistant-0.1.10 → itam_assistant-0.1.11}/itam_assistant.egg-info/dependency_links.txt +0 -0
- {itam_assistant-0.1.10 → itam_assistant-0.1.11}/itam_assistant.egg-info/requires.txt +0 -0
- {itam_assistant-0.1.10 → itam_assistant-0.1.11}/itam_assistant.egg-info/top_level.txt +0 -0
- {itam_assistant-0.1.10 → itam_assistant-0.1.11}/setup.cfg +0 -0
- {itam_assistant-0.1.10 → itam_assistant-0.1.11}/test/test.py +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: itam_assistant
|
|
3
|
-
Version: 0.1.
|
|
4
|
-
Summary: 优化版本--技能分发的结果展示-新增时间控制
|
|
3
|
+
Version: 0.1.11
|
|
4
|
+
Summary: 优化版本--技能分发的结果展示-新增时间控制 14s
|
|
5
5
|
Home-page: https://github.com/liujunmeiD/itam_assistant
|
|
6
6
|
Author: liujunmeiD
|
|
7
7
|
Author-email: 1105030421@qq.com
|
|
@@ -102,6 +102,7 @@ def do_ai_auto(Testk_data, clientinfo):
|
|
|
102
102
|
runs = AilyLarkClient(clientinfo).create_ailysession_run(tenant_access_token, seseion_id)
|
|
103
103
|
time.sleep(4)
|
|
104
104
|
num = num + 1
|
|
105
|
+
time.sleep(4)
|
|
105
106
|
return startAt, num
|
|
106
107
|
except KeyError as ke:
|
|
107
108
|
print(f"KeyError 发生: 数据中缺少必要的键,错误详情: {ke}")
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: itam_assistant
|
|
3
|
-
Version: 0.1.
|
|
4
|
-
Summary: 优化版本--技能分发的结果展示-新增时间控制
|
|
3
|
+
Version: 0.1.11
|
|
4
|
+
Summary: 优化版本--技能分发的结果展示-新增时间控制 14s
|
|
5
5
|
Home-page: https://github.com/liujunmeiD/itam_assistant
|
|
6
6
|
Author: liujunmeiD
|
|
7
7
|
Author-email: 1105030421@qq.com
|
|
@@ -2,10 +2,10 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name="itam_assistant", # 包名称
|
|
5
|
-
version="0.1.
|
|
5
|
+
version="0.1.11", # 版本号
|
|
6
6
|
author="liujunmeiD",
|
|
7
7
|
author_email="1105030421@qq.com",
|
|
8
|
-
description="优化版本--技能分发的结果展示-新增时间控制",
|
|
8
|
+
description="优化版本--技能分发的结果展示-新增时间控制 14s",
|
|
9
9
|
long_description=open("README.md").read(),
|
|
10
10
|
long_description_content_type="text/markdown",
|
|
11
11
|
url="https://github.com/liujunmeiD/itam_assistant",
|
|
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
|
{itam_assistant-0.1.10 → itam_assistant-0.1.11}/itam_assistant.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|