xmi-logger 0.0.5__tar.gz → 0.0.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xmi_logger
3
- Version: 0.0.5
3
+ Version: 0.0.6
4
4
  Summary: An enhanced logger based on Loguru
5
5
  Home-page: https://github.com/wang-zhibo/xmi_logger
6
6
  Author: gm.zhibo.wang
@@ -13,7 +13,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
13
13
 
14
14
  setup(
15
15
  name='xmi_logger',
16
- version='0.0.5',
16
+ version='0.0.6',
17
17
  author='gm.zhibo.wang',
18
18
  author_email='gm.zhibo.wang@gmail.com',
19
19
  description='An enhanced logger based on Loguru',
@@ -8,6 +8,7 @@
8
8
 
9
9
  import os
10
10
  import sys
11
+ import time
11
12
  import inspect
12
13
  import requests
13
14
  import asyncio
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xmi_logger
3
- Version: 0.0.5
3
+ Version: 0.0.6
4
4
  Summary: An enhanced logger based on Loguru
5
5
  Home-page: https://github.com/wang-zhibo/xmi_logger
6
6
  Author: gm.zhibo.wang
File without changes
File without changes