mdbq 1.8.4__py3-none-any.whl → 1.8.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.
mdbq/other/sku_picture.py CHANGED
@@ -708,6 +708,7 @@ def main(service_name, database):
708
708
  def main2(service_name, database):
709
709
  """ 从数据库读取数据,并下载图片到本地 """
710
710
  d = DownloadPicture(service_name=service_name)
711
+ d.save_path = '/Users/xigua/Downloads/sku图片链接' # 下载图片到本地时的存储位置
711
712
  d.get_df_from_service()
712
713
  d.download_data()
713
714
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mdbq
3
- Version: 1.8.4
3
+ Version: 1.8.5
4
4
  Home-page: https://pypi.org/project/mdbsql
5
5
  Author: xigua,
6
6
  Author-email: 2587125111@qq.com
@@ -30,13 +30,13 @@ mdbq/mysql/year_month_day.py,sha256=VgewoE2pJxK7ErjfviL_SMTN77ki8GVbTUcao3vFUCE,
30
30
  mdbq/other/__init__.py,sha256=jso1oHcy6cJEfa7udS_9uO5X6kZLoPBF8l3wCYmr5dM,18
31
31
  mdbq/other/porxy.py,sha256=UHfgEyXugogvXgsG68a7QouUCKaohTKKkI4RN-kYSdQ,4961
32
32
  mdbq/other/pov_city.py,sha256=AEOmCOzOwyjHi9LLZWPKi6DUuSC-_M163664I52u9qw,21050
33
- mdbq/other/sku_picture.py,sha256=lLWKC6FZlRye_NMo5fh9vDJyb7ZKqj4PUt8YrOldZQg,33856
33
+ mdbq/other/sku_picture.py,sha256=LSydTC94j-ZKMAYyf9dBt8oWa9c3gjKXV7W9G6RTc6I,33958
34
34
  mdbq/other/ua_sj.py,sha256=JuVYzc_5QZ9s_oQSrTHVKkQv4S_7-CWx4oIKOARn_9U,22178
35
35
  mdbq/pbix/__init__.py,sha256=Trtfaynu9RjoTyLLYBN2xdRxTvm_zhCniUkVTAYwcjo,24
36
36
  mdbq/pbix/pbix_refresh.py,sha256=JUjKW3bNEyoMVfVfo77UhguvS5AWkixvVhDbw4_MHco,2396
37
37
  mdbq/pbix/refresh_all.py,sha256=0uAnBKCd5cx5FLTkawN1GV9yi87rfyMgYal5LABtumQ,7186
38
38
  mdbq/spider/__init__.py,sha256=RBMFXGy_jd1HXZhngB2T2XTvJqki8P_Fr-pBcwijnew,18
39
- mdbq-1.8.4.dist-info/METADATA,sha256=rrJRQbwrw7Yd5rbYV_a8jf2oFeLVUHKbuvHjY3aSgto,245
40
- mdbq-1.8.4.dist-info/WHEEL,sha256=cpQTJ5IWu9CdaPViMhC9YzF8gZuS5-vlfoFihTBC86A,91
41
- mdbq-1.8.4.dist-info/top_level.txt,sha256=2FQ-uLnCSB-OwFiWntzmwosW3X2Xqsg0ewh1axsaylA,5
42
- mdbq-1.8.4.dist-info/RECORD,,
39
+ mdbq-1.8.5.dist-info/METADATA,sha256=TZrEThbW3zuSlUJU9Rh1TSUWiP7PlVQ3qLf1ppmBEnE,245
40
+ mdbq-1.8.5.dist-info/WHEEL,sha256=cpQTJ5IWu9CdaPViMhC9YzF8gZuS5-vlfoFihTBC86A,91
41
+ mdbq-1.8.5.dist-info/top_level.txt,sha256=2FQ-uLnCSB-OwFiWntzmwosW3X2Xqsg0ewh1axsaylA,5
42
+ mdbq-1.8.5.dist-info/RECORD,,
File without changes