smartpush 1.0.3.1__py3-none-any.whl → 1.0.4__py3-none-any.whl

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.
@@ -8,7 +8,7 @@ from requests import request
8
8
  """
9
9
  用于excel校验
10
10
  """
11
-
11
+ warnings.simplefilter("ignore")
12
12
 
13
13
  def read_excel_from_oss(method="get", url=""):
14
14
  """读取oss的excel内容并写入到本地csv"""
smartpush/felix_test.py CHANGED
@@ -6,6 +6,6 @@ if __name__ == '__main__':
6
6
 
7
7
  ossurl = "https://sl-smartfile.oss-ap-southeast-1.aliyuncs.com/material_ec2/2025-01-16/8556e34c8d4d45f0bb2d42dc8871a90b/%E8%A1%A8%E5%8D%95%E4%BB%BB%E5%8A%A1%E6%95%B0%E6%8D%AE%E6%A6%82%E8%A7%88.xlsx"
8
8
  excelOss = ExcelExportChecker.read_excel_from_oss(url=ossurl)
9
- excelList = ExcelExportChecker.read_excel_and_write_to_dict(excel_data=excelOss)
9
+ excelList = ExcelExportChecker.read_excel_and_write_to_list(excel_data=excelOss)
10
10
  print(excelList)
11
11
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: smartpush
3
- Version: 1.0.3.1
3
+ Version: 1.0.4
4
4
  Summary: 用于smartpush自动化测试工具包
5
5
  Author: 卢泽彬、邵宇飞、周彦龙
6
6
 
@@ -0,0 +1,10 @@
1
+ smartpush/__init__.py,sha256=XJrl1vhGATHSeSVqKmPXxYqxyseriUpvY5tLIXir3EE,24
2
+ smartpush/felix_test.py,sha256=I7DkMnqRUa48ALyawoJtPh74zRR86OO3oRnkBi9qJRQ,476
3
+ smartpush/get_jira_info.py,sha256=dmCwkKa94xwyE2hegE1KBI3cV_LbrJ67P9osORUGPt4,2633
4
+ smartpush/export/__init__.py,sha256=D9GbWcmwnetEndFDty5XbVienFK1WjqV2yYcQp3CM84,99
5
+ smartpush/export/basic/ExcelExportChecker.py,sha256=C1piYqeZI-YGWqN3FsYYmVL0JF_y6xxajkHGBf8i-iA,4825
6
+ smartpush/export/basic/__init__.py,sha256=6tcrS-2NSlsJo-UwEsnGUmwCf7jgOsh_UEbM0FD-gYE,70
7
+ smartpush-1.0.4.dist-info/METADATA,sha256=wYH3eiXClYapcPf0HFIiY75Lt3rikG9xXeassEdqGJ0,145
8
+ smartpush-1.0.4.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
9
+ smartpush-1.0.4.dist-info/top_level.txt,sha256=5_CXqu08EfbPaKLjuSAOAqCmGU6shiatwDU_ViBGCmg,10
10
+ smartpush-1.0.4.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- smartpush/__init__.py,sha256=XJrl1vhGATHSeSVqKmPXxYqxyseriUpvY5tLIXir3EE,24
2
- smartpush/felix_test.py,sha256=5ke2JOal9FWC5GK4Qpdzlt7Tdlab1vb4LJyBLTd3hYk,476
3
- smartpush/get_jira_info.py,sha256=dmCwkKa94xwyE2hegE1KBI3cV_LbrJ67P9osORUGPt4,2633
4
- smartpush/export/__init__.py,sha256=D9GbWcmwnetEndFDty5XbVienFK1WjqV2yYcQp3CM84,99
5
- smartpush/export/basic/ExcelExportChecker.py,sha256=N_vQL2AWX2CfakfH6QJLhkx3EcRiqFmAdX7F5HJRlMk,4794
6
- smartpush/export/basic/__init__.py,sha256=6tcrS-2NSlsJo-UwEsnGUmwCf7jgOsh_UEbM0FD-gYE,70
7
- smartpush-1.0.3.1.dist-info/METADATA,sha256=cuwVFc6-wYLsmDg9y3KQRb86JuwJ89nfdFSrzAXpg30,147
8
- smartpush-1.0.3.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
9
- smartpush-1.0.3.1.dist-info/top_level.txt,sha256=5_CXqu08EfbPaKLjuSAOAqCmGU6shiatwDU_ViBGCmg,10
10
- smartpush-1.0.3.1.dist-info/RECORD,,