qrpa 1.0.31__py3-none-any.whl → 1.0.32__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.

Potentially problematic release.


This version of qrpa might be problematic. Click here for more details.

qrpa/shein_lib.py CHANGED
@@ -1692,6 +1692,10 @@ class SheinLib:
1692
1692
  good_level = spu_info['goodsLevel']['name']
1693
1693
  sale_model = spu_info['saleModel']['name']
1694
1694
 
1695
+ # 过滤已经售罄
1696
+ if status_cn in ['已售罄']:
1697
+ continue
1698
+
1695
1699
  for sku_info in spu_info['skuList']:
1696
1700
  sku = sku_info['skuCode']
1697
1701
  skuExtCode = str(sku_info['supplierSku'])
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: qrpa
3
- Version: 1.0.31
3
+ Version: 1.0.32
4
4
  Summary: qsir's rpa library
5
5
  Author: QSir
6
6
  Author-email: QSir <1171725650@qq.com>
@@ -9,7 +9,7 @@ qrpa/fun_web.py,sha256=5QLQorAhRzMOGMRh4eCJ2UH8ZhVHvxkHwobWhmgU5qM,6286
9
9
  qrpa/fun_win.py,sha256=-LnTeocdTt72NVH6VgLdpAT9_C5oV9okeudXG6CftMA,8034
10
10
  qrpa/shein_daily_report_model.py,sha256=H8oZmIN5Pyqe306W1_xuz87lOqLQ_LI5RjXbaxDkIzE,12589
11
11
  qrpa/shein_excel.py,sha256=mDqnamzNi8e_T1RnTYZAJAeVhT3CDl9shBqZ1IetbSk,102632
12
- qrpa/shein_lib.py,sha256=8t2_yQY_gPV5kPzMqx8zmNmSbSz9HbPGBV9pozO_n4Y,101486
12
+ qrpa/shein_lib.py,sha256=1cDrkyHFIwXfFFwRMCXLZ5B0aAhAzOJkcKhe8_hYVjQ,101592
13
13
  qrpa/shein_sqlite.py,sha256=ZQwD0Gz81q9WY7tY2HMEYvSF9r3N_G_Aur3bYfST9WY,5707
14
14
  qrpa/shein_ziniao.py,sha256=nSqqcEPh4nVQtUxUnIRzeZfTLyXywGPjPZn5pP-w57U,18309
15
15
  qrpa/temu_chrome.py,sha256=CbtFy1QPan9xJdJcNZj-EsVGhUvv3ZTEPVDEA4-im40,2803
@@ -18,7 +18,7 @@ qrpa/temu_lib.py,sha256=hYB59zsLS3m3NTic_duTwPMOTSxlHyQVa8OhHnHm-1g,7199
18
18
  qrpa/time_utils.py,sha256=ef0hhbN_6b-gcnz5ETIVOoxemIMvcxGVGGIRnHnGaBo,29564
19
19
  qrpa/time_utils_example.py,sha256=shHOXKKF3QSzb0SHsNc34M61wEkkLuM30U9X1THKNS8,8053
20
20
  qrpa/wxwork.py,sha256=Vy8PGEtlTWt4-1laVhuqpJUGCFH2JymgbjvH00aaBog,10946
21
- qrpa-1.0.31.dist-info/METADATA,sha256=oUD-QDJsqSAHDMu1OzMGwjQxuAL3bnevu3y6G4UdwmI,231
22
- qrpa-1.0.31.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
23
- qrpa-1.0.31.dist-info/top_level.txt,sha256=F6T5igi0fhXDucPPUbmmSC0qFCDEsH5eVijfVF48OFU,5
24
- qrpa-1.0.31.dist-info/RECORD,,
21
+ qrpa-1.0.32.dist-info/METADATA,sha256=f5jlww0R2XS81ZzUV3Mk7cEmrtxPBrrVAtUDd8QZ0bQ,231
22
+ qrpa-1.0.32.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
23
+ qrpa-1.0.32.dist-info/top_level.txt,sha256=F6T5igi0fhXDucPPUbmmSC0qFCDEsH5eVijfVF48OFU,5
24
+ qrpa-1.0.32.dist-info/RECORD,,
File without changes