mdbq 2.3.1__py3-none-any.whl → 2.3.2__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/clean/data_clean.py CHANGED
@@ -1336,6 +1336,9 @@ class DataClean:
1336
1336
  elif name.endswith('.csv') and '京东推广关键词点击成交报表' in name:
1337
1337
  t_path = str(pathlib.Path(self.source_path, '京东报表/JD推广_关键词报表'))
1338
1338
  bib(t_path, _as_month=True)
1339
+ elif name.endswith('.csv') and '爱库存' in name and '商品榜单' in name:
1340
+ t_path = str(pathlib.Path(self.source_path, '爱库存/商品榜单'))
1341
+ bib(t_path, _as_month=True)
1339
1342
  # 京东分界线 ------- 结束标记
1340
1343
 
1341
1344
  def attribute(self, path=None, _str='商品素材导出', ):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mdbq
3
- Version: 2.3.1
3
+ Version: 2.3.2
4
4
  Home-page: https://pypi.org/project/mdbsql
5
5
  Author: xigua,
6
6
  Author-email: 2587125111@qq.com
@@ -9,7 +9,7 @@ mdbq/aggregation/query_data.py,sha256=Za8shm_I9ESzfYUVPRPOh8kk3yVWwvWAvwV0mFVx5m
9
9
  mdbq/bdup/__init__.py,sha256=AkhsGk81SkG1c8FqDH5tRq-8MZmFobVbN60DTyukYTY,28
10
10
  mdbq/bdup/bdup.py,sha256=LAV0TgnQpc-LB-YuJthxb0U42_VkPidzQzAagan46lU,4234
11
11
  mdbq/clean/__init__.py,sha256=A1d6x3L27j4NtLgiFV5TANwEkLuaDfPHDQNrPBbNWtU,41
12
- mdbq/clean/data_clean.py,sha256=ZJOTT0sNWP85x4pJl39UZBwN4Bnf8Ao-iVOJNiiRPEE,103996
12
+ mdbq/clean/data_clean.py,sha256=vSJsdDFeXpFo8ZRE3fiAsVulaS42aaUrHdvfmAI7KQQ,104230
13
13
  mdbq/company/__init__.py,sha256=qz8F_GsP_pMB5PblgJAUAMjasuZbOEp3qQOCB39E8f0,21
14
14
  mdbq/company/copysh.py,sha256=xjlfb-RwW0oLyyHQZFUtmXvCpWI7Y_nhwa0tqW14wZk,19345
15
15
  mdbq/company/home_sh.py,sha256=42CZ2tZIXHLl2mOl2gk2fZnjH2IHh1VJ1s3qHABjonY,18021
@@ -41,7 +41,7 @@ mdbq/req_post/__init__.py,sha256=jso1oHcy6cJEfa7udS_9uO5X6kZLoPBF8l3wCYmr5dM,18
41
41
  mdbq/req_post/req_tb.py,sha256=P5RiXEgwQR44KhBcrgolFPipqILQ4eieDC7MpSWDlkE,18346
42
42
  mdbq/spider/__init__.py,sha256=RBMFXGy_jd1HXZhngB2T2XTvJqki8P_Fr-pBcwijnew,18
43
43
  mdbq/spider/aikucun.py,sha256=eg0Dx_Pi2VfuT8_oiCV96mqChG3CEkpa4D7hpaQD9eU,13533
44
- mdbq-2.3.1.dist-info/METADATA,sha256=Rn8Z2xEvcgSEXl0j8N6_chY3gqSWAVSVJD8oV1keqUc,245
45
- mdbq-2.3.1.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
46
- mdbq-2.3.1.dist-info/top_level.txt,sha256=2FQ-uLnCSB-OwFiWntzmwosW3X2Xqsg0ewh1axsaylA,5
47
- mdbq-2.3.1.dist-info/RECORD,,
44
+ mdbq-2.3.2.dist-info/METADATA,sha256=zFdav3W3kwHf1l-alFnYzt1nfOEZdtqzD3KgJupBGVU,245
45
+ mdbq-2.3.2.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
46
+ mdbq-2.3.2.dist-info/top_level.txt,sha256=2FQ-uLnCSB-OwFiWntzmwosW3X2Xqsg0ewh1axsaylA,5
47
+ mdbq-2.3.2.dist-info/RECORD,,
File without changes