smartpush 1.1.8__tar.gz → 1.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.
@@ -1,5 +1,5 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: smartpush
3
- Version: 1.1.8
3
+ Version: 1.1.9
4
4
  Summary: 用于smartpush自动化测试工具包
5
5
  Author: 卢泽彬、邵宇飞、周彦龙
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='smartpush',
5
- version='1.1.8',
5
+ version='1.1.9',
6
6
  description='用于smartpush自动化测试工具包',
7
7
  author='卢泽彬、邵宇飞、周彦龙',
8
8
  packages=find_packages(),
@@ -23,7 +23,7 @@ def read_excel_from_oss(url="", method="get"):
23
23
  print(f"读取oss报错 {url} 时出错:{e}")
24
24
 
25
25
 
26
- def read_excel_header(excel_data, return_type='list', **kwargs) -> list | dict:
26
+ def read_excel_header(excel_data, return_type='list', **kwargs):
27
27
  """
28
28
  1、读出excel的头列 list
29
29
  """
@@ -25,3 +25,4 @@ if __name__ == '__main__':
25
25
  # print(check_excel_all(actual_oss=oss1, expected_oss=oss2,skiprows=1))
26
26
  # print(check_excel_all(actual_oss=oss1, expected_oss=oss2,ignore_sort =True))
27
27
  # read_excel_csv_data(type=)
28
+
@@ -1,5 +1,5 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: smartpush
3
- Version: 1.1.8
3
+ Version: 1.1.9
4
4
  Summary: 用于smartpush自动化测试工具包
5
5
  Author: 卢泽彬、邵宇飞、周彦龙
File without changes
File without changes