knify 1.8.33__tar.gz → 1.8.34__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.33
3
+ Version: 1.8.34
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.33'
10
+ return '1.8.34'
11
11
 
12
12
 
13
13
  def print_version():
@@ -17,7 +17,7 @@ def print_task():
17
17
  time_used = dateutil.now() - task_info['time_start']
18
18
  time_estimate = datetime.timedelta(
19
19
  seconds=time_used.total_seconds() * (task_info['total'] / task_info['processed']))
20
- logger.info("Process: %.2f%% [%s/%s], Estimate: [%s/%s]" % (
20
+ logger.info("Process: %.2f%% [%s/%s], Estimate: [%s/%s]\r\n" % (
21
21
  task_info['processed'] / task_info['total'] * 100, task_info['processed'], task_info['total'],
22
22
  dateutil.date_to_str(time_used, dateutil.FORMAT_DATE_HMS),
23
23
  dateutil.date_to_str(time_estimate, dateutil.FORMAT_DATE_HMS)))
@@ -44,7 +44,7 @@ def thread_partition_call(list_obj: list, func_, thread_num: int, partition_num:
44
44
  for t_ in threads:
45
45
  t_.join()
46
46
  threads = []
47
- logger.info("=================== end ===================\r\n")
47
+ logger.info("=================== end ===================")
48
48
  print_task()
49
49
  if index_ < len(list_partition) - 1:
50
50
  logger.info("=================== start ===================")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: knify
3
- Version: 1.8.33
3
+ Version: 1.8.34
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