mdbq 0.3.5__tar.gz → 0.3.6__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 (43) hide show
  1. {mdbq-0.3.5 → mdbq-0.3.6}/PKG-INFO +1 -1
  2. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/mysql/data_types.py +2 -2
  3. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/mysql/mysql.py +1 -1
  4. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq.egg-info/PKG-INFO +1 -1
  5. {mdbq-0.3.5 → mdbq-0.3.6}/setup.py +1 -1
  6. {mdbq-0.3.5 → mdbq-0.3.6}/README.txt +0 -0
  7. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/__init__.py +0 -0
  8. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/__version__.py +0 -0
  9. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/aggregation/__init__.py +0 -0
  10. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/aggregation/aggregation.py +0 -0
  11. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/aggregation/optimize_data.py +0 -0
  12. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/aggregation/query_data.py +0 -0
  13. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/bdup/__init__.py +0 -0
  14. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/bdup/bdup.py +0 -0
  15. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/clean/__init__.py +0 -0
  16. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/clean/data_clean.py +0 -0
  17. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/company/__init__.py +0 -0
  18. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/company/copysh.py +0 -0
  19. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/config/__init__.py +0 -0
  20. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/config/get_myconf.py +0 -0
  21. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/config/products.py +0 -0
  22. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/config/update_conf.py +0 -0
  23. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/dataframe/__init__.py +0 -0
  24. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/dataframe/converter.py +0 -0
  25. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/log/__init__.py +0 -0
  26. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/log/mylogger.py +0 -0
  27. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/mongo/__init__.py +0 -0
  28. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/mongo/mongo.py +0 -0
  29. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/mysql/__init__.py +0 -0
  30. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/mysql/s_query.py +0 -0
  31. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/mysql/year_month_day.py +0 -0
  32. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/other/__init__.py +0 -0
  33. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/other/porxy.py +0 -0
  34. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/other/pov_city.py +0 -0
  35. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/other/ua_sj.py +0 -0
  36. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/pbix/__init__.py +0 -0
  37. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/pbix/pbix_refresh.py +0 -0
  38. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/pbix/refresh_all.py +0 -0
  39. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq/spider/__init__.py +0 -0
  40. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq.egg-info/SOURCES.txt +0 -0
  41. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq.egg-info/dependency_links.txt +0 -0
  42. {mdbq-0.3.5 → mdbq-0.3.6}/mdbq.egg-info/top_level.txt +0 -0
  43. {mdbq-0.3.5 → mdbq-0.3.6}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mdbq
3
- Version: 0.3.5
3
+ Version: 0.3.6
4
4
  Home-page: https://pypi.org/project/mdbsql
5
5
  Author: xigua,
6
6
  Author-email: 2587125111@qq.com
@@ -69,7 +69,7 @@ class DataTypes:
69
69
  """ 更新 dataframe 的 dtypes 信息到 json 文件 """
70
70
  if not os.path.exists(path):
71
71
  os.makedirs(path)
72
- json_file = os.path.join(path, 'df_dtypes.json')
72
+ json_file = os.path.join(path, 'mysql_types.json')
73
73
  if os.path.isfile(json_file):
74
74
  self.json_before(json_file=json_file) # 更新本地json信息到 self.datas
75
75
 
@@ -143,7 +143,7 @@ class DataTypes:
143
143
  if os.path.isfile(path):
144
144
  self.json_before(json_file=path) # 更新本地json信息到 self.datas
145
145
  elif os.path.isdir(path):
146
- json_file = os.path.join(path, 'df_dtypes.json')
146
+ json_file = os.path.join(path, 'mysql_types.json')
147
147
  if os.path.isfile(json_file):
148
148
  self.json_before(json_file=json_file)
149
149
  else:
@@ -196,7 +196,7 @@ class MysqlUpload:
196
196
  path = os.path.join('C:\\同步空间\\BaiduSyncdisk\\自动0备份\\py\\数据更新\\support')
197
197
  else:
198
198
  path = os.path.join('/Users', getpass.getuser(), 'support')
199
- # json_file = os.path.join(path, 'df_dtypes.json')
199
+ # json_file = os.path.join(path, 'mysql_types.json')
200
200
  # if os.path.isfile(json_file):
201
201
  d = data_types.DataTypes()
202
202
  # 从本地文件中读取 dtype 信息
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mdbq
3
- Version: 0.3.5
3
+ Version: 0.3.6
4
4
  Home-page: https://pypi.org/project/mdbsql
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='0.3.5',
6
+ version='0.3.6',
7
7
  author='xigua, ',
8
8
  author_email="2587125111@qq.com",
9
9
  url='https://pypi.org/project/mdbsql',
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