smartpush 1.2.4__py3-none-any.whl → 1.2.5__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.
@@ -102,7 +102,6 @@ def read_excel_and_write_to_dict(excel_data=None, file_name=None, **kwargs):
102
102
  row_dict[sheet_name] = row
103
103
  else:
104
104
  row_dict = dfs.to_dict()
105
- print(row_dict)
106
105
  return row_dict
107
106
  except zipfile.BadZipFile:
108
107
  print(f"文件读取错误,请检查文件是否为无效文件:{dfs}")
smartpush/test.py CHANGED
@@ -10,8 +10,8 @@ from smartpush.export.basic.ReadExcel import read_excel_and_write_to_dict
10
10
  from smartpush.export.basic.GetOssUrl import get_oss_address_with_retry
11
11
 
12
12
  if __name__ == '__main__':
13
- oss1 = "https://cdn.smartpushedm.com/material_ec2/2025-03-03/195a4a0d37724bd6b86f7a8477aa7b94/%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"
14
- oss2 = "https://cdn.smartpushedm.com/material_ec2/2025-01-23/adf5404751e44e768e24be61000a42f1/%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"
13
+ oss1 = "https://cdn.smartpushedm.com/material_ec2/2025-03-03/3a4003ba99ca44d2941da5856943af4b/%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"
14
+ oss2 = "https://cdn.smartpushedm.com/material_ec2/2025-02-10/f58e33a896d141d9bcd52d6836f398b9/%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"
15
15
  # # print(check_excel_all(oss1, oss1))
16
16
  # oss3 = "https://cdn.smartpushedm.com/material_ec2/2025-02-25/58c4a3a885884741b22380c360ac2894/【自动化导出】营销活动URL点击与热图.xlsx"
17
17
  # oss4 = "https://cdn.smartpushedm.com/material_ec2/2025-02-26/58cee630b4c84eec9572b867af4ce692/%E3%80%90%E8%87%AA%E5%8A%A8%E5%8C%96%E5%AF%BC%E5%87%BA%E3%80%91%E8%90%A5%E9%94%80%E6%B4%BB%E5%8A%A8URL%E7%82%B9%E5%87%BB%E4%B8%8E%E7%83%AD%E5%9B%BE.xlsx"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: smartpush
3
- Version: 1.2.4
3
+ Version: 1.2.5
4
4
  Summary: 用于smartpush自动化测试工具包
5
5
  Author: 卢泽彬、邵宇飞、周彦龙
6
6
 
@@ -1,14 +1,14 @@
1
1
  smartpush/__init__.py,sha256=XJrl1vhGATHSeSVqKmPXxYqxyseriUpvY5tLIXir3EE,24
2
2
  smartpush/get_jira_info.py,sha256=dmCwkKa94xwyE2hegE1KBI3cV_LbrJ67P9osORUGPt4,2633
3
- smartpush/test.py,sha256=g1ZR_S7Mg9pfBJuMoZiRzh4OjA9dWtakJcqt9ggWkGE,3087
3
+ smartpush/test.py,sha256=4xDDCmCUsLQd30TG9Qxo9pb7TmYzX2VoZ0M7P9wxkvc,3087
4
4
  smartpush/export/__init__.py,sha256=D9GbWcmwnetEndFDty5XbVienFK1WjqV2yYcQp3CM84,99
5
5
  smartpush/export/basic/ExcelExportChecker.py,sha256=BsThRl0rGlGxNQZP8rzgqCwlkdFu7JM5lMy7ypE-kFs,14553
6
6
  smartpush/export/basic/GetOssUrl.py,sha256=zlExF_jy_TRV5lp0fws8Wed5MF_byp7JAEmvARVqlIg,3263
7
- smartpush/export/basic/ReadExcel.py,sha256=pDnw5Ga-q367N_9UzyW82VV8zXwNUnM224v4Fmj2WPc,7101
7
+ smartpush/export/basic/ReadExcel.py,sha256=HI6w1O7dgQRdtybGmIyG8rodNqI64kFJOOv73VrrCrg,7077
8
8
  smartpush/export/basic/__init__.py,sha256=6tcrS-2NSlsJo-UwEsnGUmwCf7jgOsh_UEbM0FD-gYE,70
9
9
  smartpush/utils/StringUtils.py,sha256=NXomJ4qmyBRAFnGj5hrFRWwQnRQMTcPzy20fk1dunSw,3980
10
10
  smartpush/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- smartpush-1.2.4.dist-info/METADATA,sha256=P7-P9xlfETWGc8_fFzwxzTMfL4neeW-oaG4udUPuV6M,145
12
- smartpush-1.2.4.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
13
- smartpush-1.2.4.dist-info/top_level.txt,sha256=5_CXqu08EfbPaKLjuSAOAqCmGU6shiatwDU_ViBGCmg,10
14
- smartpush-1.2.4.dist-info/RECORD,,
11
+ smartpush-1.2.5.dist-info/METADATA,sha256=IMBUqz5rtAufUD9JY1j1gqFtgpULoX80jsQGmbIBfBs,145
12
+ smartpush-1.2.5.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
13
+ smartpush-1.2.5.dist-info/top_level.txt,sha256=5_CXqu08EfbPaKLjuSAOAqCmGU6shiatwDU_ViBGCmg,10
14
+ smartpush-1.2.5.dist-info/RECORD,,