itam-assistant 0.1.2__tar.gz → 0.1.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.
- {itam_assistant-0.1.2 → itam_assistant-0.1.3}/PKG-INFO +2 -2
- {itam_assistant-0.1.2 → itam_assistant-0.1.3}/itam_assistant.egg-info/PKG-INFO +2 -2
- {itam_assistant-0.1.2 → itam_assistant-0.1.3}/setup.py +2 -2
- {itam_assistant-0.1.2 → itam_assistant-0.1.3}/README.md +0 -0
- {itam_assistant-0.1.2 → itam_assistant-0.1.3}/it_assistant/__init__.py +0 -0
- {itam_assistant-0.1.2 → itam_assistant-0.1.3}/it_assistant/ailyapp_client.py +0 -0
- {itam_assistant-0.1.2 → itam_assistant-0.1.3}/it_assistant/config.py +0 -0
- {itam_assistant-0.1.2 → itam_assistant-0.1.3}/it_assistant/do_ai.py +0 -0
- {itam_assistant-0.1.2 → itam_assistant-0.1.3}/it_assistant/intent_detail.py +0 -0
- {itam_assistant-0.1.2 → itam_assistant-0.1.3}/it_assistant/lark_client.py +0 -0
- {itam_assistant-0.1.2 → itam_assistant-0.1.3}/it_assistant/logger.py +0 -0
- {itam_assistant-0.1.2 → itam_assistant-0.1.3}/it_assistant/openapi.py +0 -0
- {itam_assistant-0.1.2 → itam_assistant-0.1.3}/it_assistant/test.py +0 -0
- {itam_assistant-0.1.2 → itam_assistant-0.1.3}/itam_assistant.egg-info/SOURCES.txt +0 -0
- {itam_assistant-0.1.2 → itam_assistant-0.1.3}/itam_assistant.egg-info/dependency_links.txt +0 -0
- {itam_assistant-0.1.2 → itam_assistant-0.1.3}/itam_assistant.egg-info/requires.txt +0 -0
- {itam_assistant-0.1.2 → itam_assistant-0.1.3}/itam_assistant.egg-info/top_level.txt +0 -0
- {itam_assistant-0.1.2 → itam_assistant-0.1.3}/setup.cfg +0 -0
- {itam_assistant-0.1.2 → itam_assistant-0.1.3}/test/test.py +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: itam_assistant
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: 新增线上设备型号接口--
|
|
5
|
-
Home-page: https://github.com/liujunmeiD/
|
|
5
|
+
Home-page: https://github.com/liujunmeiD/itam_assistant
|
|
6
6
|
Author: liujunmeiD
|
|
7
7
|
Author-email: 1105030421@qq.com
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: itam-assistant
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: 新增线上设备型号接口--
|
|
5
|
-
Home-page: https://github.com/liujunmeiD/
|
|
5
|
+
Home-page: https://github.com/liujunmeiD/itam_assistant
|
|
6
6
|
Author: liujunmeiD
|
|
7
7
|
Author-email: 1105030421@qq.com
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -2,13 +2,13 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name="itam_assistant", # 包名称
|
|
5
|
-
version="0.1.
|
|
5
|
+
version="0.1.3", # 版本号
|
|
6
6
|
author="liujunmeiD",
|
|
7
7
|
author_email="1105030421@qq.com",
|
|
8
8
|
description="新增线上设备型号接口--",
|
|
9
9
|
long_description=open("README.md").read(),
|
|
10
10
|
long_description_content_type="text/markdown",
|
|
11
|
-
url="https://github.com/liujunmeiD/
|
|
11
|
+
url="https://github.com/liujunmeiD/itam_assistant",
|
|
12
12
|
packages=find_packages(), # 自动发现所有包
|
|
13
13
|
install_requires=[ # 依赖项
|
|
14
14
|
"requests>=2.25.1",
|
|
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
|