mdbq 3.6.22__py3-none-any.whl → 3.6.23__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/config/myconfig.py CHANGED
@@ -7,7 +7,6 @@ from mdbq.config import set_support
7
7
 
8
8
  def main():
9
9
  support_path = set_support.SetSupport(dirname='support').dirname
10
- print(support_path)
11
10
  file = os.path.join(support_path, 'my_config.txt')
12
11
  if not os.path.isfile(file):
13
12
  print(f'缺少配置文件,无法读取配置文件: {file}')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mdbq
3
- Version: 3.6.22
3
+ Version: 3.6.23
4
4
  Home-page: https://pypi.org/project/mdbq
5
5
  Author: xigua,
6
6
  Author-email: 2587125111@qq.com
@@ -9,7 +9,7 @@ mdbq/bdup/__init__.py,sha256=AkhsGk81SkG1c8FqDH5tRq-8MZmFobVbN60DTyukYTY,28
9
9
  mdbq/bdup/bdup.py,sha256=LAV0TgnQpc-LB-YuJthxb0U42_VkPidzQzAagan46lU,4234
10
10
  mdbq/config/__init__.py,sha256=jso1oHcy6cJEfa7udS_9uO5X6kZLoPBF8l3wCYmr5dM,18
11
11
  mdbq/config/default.py,sha256=3aSdPjKcfNGTpbNN3bTTVeqkT88pDK7nWYus3Qyo_Wk,4855
12
- mdbq/config/myconfig.py,sha256=KrCJuNtohgRZsxJZ1MBb8CKWQHy6nEiPxCvifH5aL0I,879
12
+ mdbq/config/myconfig.py,sha256=EGymTlAimtHIDJ9egCtOehBEPOj6rea504kvsEZu64o,854
13
13
  mdbq/config/products.py,sha256=UAPcS0CbKmHribxgwtqiAsVICkuGLrizLDT6zbf4kFY,6353
14
14
  mdbq/config/set_support.py,sha256=6EJC1PUCvP8HnRsljOrlBbK-65lZjh8_8mCCOVoPkFM,691
15
15
  mdbq/dataframe/__init__.py,sha256=2HtCN8AdRj53teXDqzysC1h8aPL-mMFy561ESmhehGQ,22
@@ -36,7 +36,7 @@ mdbq/redis/__init__.py,sha256=YtgBlVSMDphtpwYX248wGge1x-Ex_mMufz4-8W0XRmA,12
36
36
  mdbq/redis/getredis.py,sha256=qbNrXv_M1KpTpC5WR-E-E-NkLGNkWWTmQFqwqV17SKk,27223
37
37
  mdbq/spider/__init__.py,sha256=RBMFXGy_jd1HXZhngB2T2XTvJqki8P_Fr-pBcwijnew,18
38
38
  mdbq/spider/aikucun.py,sha256=w-qbSuzzVL5e3XsLj_ylOEEpGGAeT1k9ql07KIDwTo8,21609
39
- mdbq-3.6.22.dist-info/METADATA,sha256=bkvpkVL9zsvAnyxl0MuM8DsMDa5h3bgYFQdcyM2kGdg,244
40
- mdbq-3.6.22.dist-info/WHEEL,sha256=cpQTJ5IWu9CdaPViMhC9YzF8gZuS5-vlfoFihTBC86A,91
41
- mdbq-3.6.22.dist-info/top_level.txt,sha256=2FQ-uLnCSB-OwFiWntzmwosW3X2Xqsg0ewh1axsaylA,5
42
- mdbq-3.6.22.dist-info/RECORD,,
39
+ mdbq-3.6.23.dist-info/METADATA,sha256=rlcJ2mzeLyGqqumRMbrgpsZcOE_oOkcmbPtjq9npmPM,244
40
+ mdbq-3.6.23.dist-info/WHEEL,sha256=cpQTJ5IWu9CdaPViMhC9YzF8gZuS5-vlfoFihTBC86A,91
41
+ mdbq-3.6.23.dist-info/top_level.txt,sha256=2FQ-uLnCSB-OwFiWntzmwosW3X2Xqsg0ewh1axsaylA,5
42
+ mdbq-3.6.23.dist-info/RECORD,,
File without changes