jit-utils-backend 0.0.3__tar.gz → 0.0.4__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 (33) hide show
  1. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/PKG-INFO +2 -2
  2. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/README.md +1 -1
  3. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils/__init__.py +1 -1
  4. jit_utils_backend-0.0.4/jit_utils/config/__init__.py +11 -0
  5. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils/config/case.py +2 -2
  6. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils/config/config.py +1 -1
  7. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils/config/field.py +1 -1
  8. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils_backend.egg-info/PKG-INFO +2 -2
  9. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/setup.py +1 -1
  10. jit_utils_backend-0.0.3/jit_utils/config/__init__.py +0 -11
  11. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/MANIFEST.in +0 -0
  12. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils/apiAuthSign.py +0 -0
  13. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils/barcode.py +0 -0
  14. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils/clsTool.py +0 -0
  15. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils/config/exception.py +0 -0
  16. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils/convert.py +0 -0
  17. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils/decorator.py +0 -0
  18. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils/exceptions.py +0 -0
  19. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils/forwarder.py +0 -0
  20. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils/matchTool.py +0 -0
  21. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils/network.py +0 -0
  22. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils/qrcode.py +0 -0
  23. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils/signature.py +0 -0
  24. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils/spaceSender.py +0 -0
  25. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils/string.py +0 -0
  26. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils/time.py +0 -0
  27. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils/validator.py +0 -0
  28. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils/workday_constants.py +0 -0
  29. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils_backend.egg-info/SOURCES.txt +0 -0
  30. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils_backend.egg-info/dependency_links.txt +0 -0
  31. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils_backend.egg-info/requires.txt +0 -0
  32. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/jit_utils_backend.egg-info/top_level.txt +0 -0
  33. {jit_utils_backend-0.0.3 → jit_utils_backend-0.0.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: jit_utils_backend
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: 极态后端工具包
5
5
  Author: JitAi
6
6
  Author-email: develop@wanyunapp.com
@@ -172,7 +172,7 @@ MIT License
172
172
 
173
173
  ## 作者
174
174
 
175
- zangtao (noguchisyou123456@gmail.com)
175
+ JitAi (develop@wanyunapp.com)
176
176
 
177
177
  ## 版本
178
178
 
@@ -148,7 +148,7 @@ MIT License
148
148
 
149
149
  ## 作者
150
150
 
151
- zangtao (noguchisyou123456@gmail.com)
151
+ JitAi (develop@wanyunapp.com)
152
152
 
153
153
  ## 版本
154
154
 
@@ -20,5 +20,5 @@ A comprehensive utility package for backend development with JIT.
20
20
  ...
21
21
  """
22
22
 
23
- __version__ = '0.0.3'
23
+ __version__ = '0.0.4'
24
24
  __author__ = 'zangtao'
@@ -0,0 +1,11 @@
1
+ # -*-coding:utf-8-*-
2
+ """
3
+ Created on 2023/10/23
4
+
5
+ @author: 臧韬
6
+
7
+ @desc: 默认描述
8
+ """
9
+
10
+ from .config import TlConfig
11
+ from .field import Field, IntField, StringField
@@ -6,8 +6,8 @@ Created on 2023/10/23
6
6
 
7
7
  @desc: 默认描述
8
8
  """
9
- from commons.utils.config.config import TlConfig
10
- from commons.utils.config.field import IntField, StringField
9
+ from .config import TlConfig
10
+ from .field import IntField, StringField
11
11
 
12
12
 
13
13
  class TlConfigCase(object):
@@ -6,7 +6,7 @@ Created on 2023/10/23
6
6
 
7
7
  @desc: 默认描述
8
8
  """
9
- from commons.utils.config.field import Field, NoneType
9
+ from .field import Field, NoneType
10
10
 
11
11
  __all__ = ["TlConfig"]
12
12
 
@@ -7,7 +7,7 @@ Created on 2023/9/20
7
7
 
8
8
  @desc: 默认描述
9
9
  """
10
- from commons.utils.config.exception import TlConfigException
10
+ from .exception import TlConfigException
11
11
 
12
12
 
13
13
  class NoneType(object):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: jit-utils-backend
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: 极态后端工具包
5
5
  Author: JitAi
6
6
  Author-email: develop@wanyunapp.com
@@ -172,7 +172,7 @@ MIT License
172
172
 
173
173
  ## 作者
174
174
 
175
- zangtao (noguchisyou123456@gmail.com)
175
+ JitAi (develop@wanyunapp.com)
176
176
 
177
177
  ## 版本
178
178
 
@@ -15,7 +15,7 @@ __lib_name__ = 'jit_utils_backend'
15
15
  this_directory = Path(__file__).parent
16
16
  read_me_path = this_directory / "README.md"
17
17
 
18
- VERSION = '0.0.3'
18
+ VERSION = '0.0.4'
19
19
  DESCRIPTION = '极态后端工具包'
20
20
 
21
21
  # 处理 README.md 文件
@@ -1,11 +0,0 @@
1
- # -*-coding:utf-8-*-
2
- """
3
- Created on 2023/10/23
4
-
5
- @author: 臧韬
6
-
7
- @desc: 默认描述
8
- """
9
-
10
- from commons.utils.config.config import TlConfig
11
- from commons.utils.config.field import Field, IntField, StringField