knify 1.8.42__tar.gz → 1.8.43__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: knify
3
- Version: 1.8.42
3
+ Version: 1.8.43
4
4
  Summary: Development tools for python
5
5
  Home-page: https://github.com/qicongsheng/knify
6
6
  Author: qicongsheng
@@ -7,7 +7,7 @@ def get_pip_name():
7
7
 
8
8
 
9
9
  def get_version():
10
- return '1.8.42'
10
+ return '1.8.43'
11
11
 
12
12
 
13
13
  def print_version():
@@ -32,7 +32,7 @@ def func_wrapper(list_objs_: list, _func_) -> None:
32
32
  def thread_partition_call(list_obj: list, _func_, thread_num: int, partition_num: int) -> None:
33
33
  list_partition = listutil.partition(list_obj, partition_num)
34
34
  threads = []
35
- logger.info("===================== start =====================")
35
+ logger.info("==================== start ====================")
36
36
  task_info['total'] = len(list_obj)
37
37
  task_info['time_start'] = dateutil.now()
38
38
  for index_, list_for_process in enumerate(list_partition):
@@ -43,7 +43,7 @@ def thread_partition_call(list_obj: list, _func_, thread_num: int, partition_num
43
43
  for t_ in threads:
44
44
  t_.join()
45
45
  threads = []
46
- logger.info("===================== end =====================")
46
+ logger.info("==================== end ====================")
47
47
  print_task()
48
48
  if index_ < len(list_partition) - 1:
49
- logger.info("===================== start =====================")
49
+ logger.info("==================== start ====================")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: knify
3
- Version: 1.8.42
3
+ Version: 1.8.43
4
4
  Summary: Development tools for python
5
5
  Home-page: https://github.com/qicongsheng/knify
6
6
  Author: qicongsheng
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