Muyi 0.0.4__tar.gz → 0.0.5__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Muyi
3
- Version: 0.0.4
3
+ Version: 0.0.5
4
4
  Summary: Some useful utils.
5
5
  Home-page: https://github.com/Muyiiiii/muyi
6
6
  Author: muyiiiii
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Muyi
3
- Version: 0.0.4
3
+ Version: 0.0.5
4
4
  Summary: Some useful utils.
5
5
  Home-page: https://github.com/Muyiiiii/muyi
6
6
  Author: muyiiiii
@@ -20,7 +20,7 @@ def save_pic_iterly(pic_name, postfix, info):
20
20
 
21
21
  color_print(f'!!!!! {info} is saved in file {pic_name_full}')
22
22
 
23
- def read_csv_iterly(path, **kwargs):
23
+ def read_csv_tqdm(path, **kwargs):
24
24
  INPUT_FILENAME = path
25
25
  LINES_TO_READ_FOR_ESTIMATION = 20
26
26
  CHUNK_SIZE_PER_ITERATION = 10**5
@@ -3,7 +3,7 @@ with open("README.md", "r") as fh:
3
3
  long_description = fh.read()
4
4
  setuptools.setup(
5
5
  name="Muyi", # 模块名称
6
- version="0.0.4", # 当前版本
6
+ version="0.0.5", # 当前版本
7
7
  author="muyiiiii", # 作者
8
8
  author_email="", # 作者邮箱
9
9
  description="Some useful utils.", # 模块简介
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