mdbq 2.7.7__tar.gz → 2.7.9__tar.gz

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.
Files changed (55) hide show
  1. {mdbq-2.7.7 → mdbq-2.7.9}/PKG-INFO +1 -1
  2. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/aggregation/mysql_types.py +1 -1
  3. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/clean/clean_upload.py +9 -7
  4. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/company/copysh.py +1 -0
  5. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq.egg-info/PKG-INFO +1 -1
  6. {mdbq-2.7.7 → mdbq-2.7.9}/setup.py +1 -1
  7. {mdbq-2.7.7 → mdbq-2.7.9}/README.txt +0 -0
  8. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/__init__.py +0 -0
  9. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/__version__.py +0 -0
  10. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/aggregation/__init__.py +0 -0
  11. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/aggregation/aggregation.py +0 -0
  12. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/aggregation/df_types.py +0 -0
  13. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/aggregation/optimize_data.py +0 -0
  14. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/aggregation/query_data.py +0 -0
  15. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/bdup/__init__.py +0 -0
  16. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/bdup/bdup.py +0 -0
  17. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/clean/__init__.py +0 -0
  18. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/clean/data_clean.py +0 -0
  19. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/company/__init__.py +0 -0
  20. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/company/copysh_bak.py +0 -0
  21. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/company/home_sh.py +0 -0
  22. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/config/__init__.py +0 -0
  23. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/config/get_myconf.py +0 -0
  24. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/config/myconfig.py +0 -0
  25. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/config/products.py +0 -0
  26. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/config/set_support.py +0 -0
  27. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/config/update_conf.py +0 -0
  28. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/dataframe/__init__.py +0 -0
  29. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/dataframe/converter.py +0 -0
  30. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/log/__init__.py +0 -0
  31. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/log/mylogger.py +0 -0
  32. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/mongo/__init__.py +0 -0
  33. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/mongo/mongo.py +0 -0
  34. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/mysql/__init__.py +0 -0
  35. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/mysql/mysql.py +0 -0
  36. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/mysql/recheck_mysql.py +0 -0
  37. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/mysql/s_query.py +0 -0
  38. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/mysql/year_month_day.py +0 -0
  39. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/other/__init__.py +0 -0
  40. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/other/porxy.py +0 -0
  41. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/other/pov_city.py +0 -0
  42. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/other/sku_picture.py +0 -0
  43. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/other/ua_sj.py +0 -0
  44. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/pbix/__init__.py +0 -0
  45. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/pbix/pbix_refresh.py +0 -0
  46. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/pbix/refresh_all.py +0 -0
  47. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/pbix/refresh_all_old.py +0 -0
  48. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/req_post/__init__.py +0 -0
  49. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/req_post/req_tb.py +0 -0
  50. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/spider/__init__.py +0 -0
  51. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq/spider/aikucun.py +0 -0
  52. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq.egg-info/SOURCES.txt +0 -0
  53. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq.egg-info/dependency_links.txt +0 -0
  54. {mdbq-2.7.7 → mdbq-2.7.9}/mdbq.egg-info/top_level.txt +0 -0
  55. {mdbq-2.7.7 → mdbq-2.7.9}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mdbq
3
- Version: 2.7.7
3
+ Version: 2.7.9
4
4
  Home-page: https://pypi.org/project/mdbq
5
5
  Author: xigua,
6
6
  Author-email: 2587125111@qq.com
@@ -230,7 +230,7 @@ def mysql_all_dtypes(db_name=None, table_name=None, path=None):
230
230
  else:
231
231
  print(f'数据库回传数据(name_type)为空')
232
232
  # print(d.datas)
233
- d.as_json_file()
233
+ d.as_json_file() # 2024.11.05 改
234
234
 
235
235
 
236
236
  if __name__ == '__main__':
@@ -1528,9 +1528,10 @@ def date_table():
1528
1528
  )
1529
1529
 
1530
1530
 
1531
- def main(is_mysql=False):
1531
+ def main(is_mysql=False, is_company=False):
1532
1532
  """
1533
1533
  is_mysql: 调试时加,False: 是否后续的聚合数据
1534
+ is_company: 公司电脑不需要移动文件到原始文件
1534
1535
  """
1535
1536
 
1536
1537
  cn = DataClean(
@@ -1548,12 +1549,13 @@ def main(is_mysql=False):
1548
1549
  cn.sp_scene_clean(is_except=['except']) # 商品素材
1549
1550
  cn.upload_df() # 上传数据库
1550
1551
 
1551
- cn.move_sycm(is_except=['临时文件', ]) # 生意参谋,移到文件到原始文件夹
1552
- cn.move_dmp(is_except=['临时文件', ]) # 达摩盘
1553
- cn.move_sjy(is_except=['临时文件',]) # 生意经,移到文件到原始文件夹
1554
- cn.move_jd(is_except=['临时文件', ]) # 京东,移到文件到原始文件夹
1555
- cn.move_tg_tm(is_except=['临时文件', ]) # 天猫,移到文件到原始文件夹
1556
- cn.move_tg_tb(is_except=['临时文件', ]) # 淘宝店,移到文件到原始文件夹
1552
+ if not is_company:
1553
+ cn.move_sycm(is_except=['临时文件', ]) # 生意参谋,移到文件到原始文件夹
1554
+ cn.move_dmp(is_except=['临时文件', ]) # 达摩盘
1555
+ cn.move_sjy(is_except=['临时文件',]) # 生意经,移到文件到原始文件夹
1556
+ cn.move_jd(is_except=['临时文件', ]) # 京东,移到文件到原始文件夹
1557
+ cn.move_tg_tm(is_except=['临时文件', ]) # 天猫,移到文件到原始文件夹
1558
+ cn.move_tg_tb(is_except=['临时文件', ]) # 淘宝店,移到文件到原始文件夹
1557
1559
 
1558
1560
  if not is_mysql:
1559
1561
  return
@@ -358,6 +358,7 @@ def main():
358
358
 
359
359
  clean_upload.main(
360
360
  is_mysql=True, # 调试时加,False: 是否后续的聚合数据及清理
361
+ is_company=True, # 公司电脑不需要移动文件到原始文件
361
362
  )
362
363
 
363
364
  #
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mdbq
3
- Version: 2.7.7
3
+ Version: 2.7.9
4
4
  Home-page: https://pypi.org/project/mdbq
5
5
  Author: xigua,
6
6
  Author-email: 2587125111@qq.com
@@ -3,7 +3,7 @@
3
3
  from setuptools import setup, find_packages
4
4
 
5
5
  setup(name='mdbq',
6
- version='2.7.7',
6
+ version='2.7.9',
7
7
  author='xigua, ',
8
8
  author_email="2587125111@qq.com",
9
9
  url='https://pypi.org/project/mdbq',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes