square-administration 3.0.0__py3-none-any.whl → 3.0.1__py3-none-any.whl
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.
- square_administration/utils/common.py +2 -0
- {square_administration-3.0.0.dist-info → square_administration-3.0.1.dist-info}/METADATA +5 -1
- {square_administration-3.0.0.dist-info → square_administration-3.0.1.dist-info}/RECORD +5 -5
- {square_administration-3.0.0.dist-info → square_administration-3.0.1.dist-info}/WHEEL +0 -0
- {square_administration-3.0.0.dist-info → square_administration-3.0.1.dist-info}/top_level.txt +0 -0
@@ -3,9 +3,11 @@ import os
|
|
3
3
|
from square_administration.configuration import (
|
4
4
|
config_str_ssl_key_file_path,
|
5
5
|
config_str_ssl_crt_file_path,
|
6
|
+
global_object_square_logger,
|
6
7
|
)
|
7
8
|
|
8
9
|
|
10
|
+
@global_object_square_logger.auto_logger
|
9
11
|
def is_https() -> bool:
|
10
12
|
return os.path.exists(config_str_ssl_key_file_path) and os.path.exists(
|
11
13
|
config_str_ssl_crt_file_path
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: square-administration
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1
|
4
4
|
Summary: common business layer for my personal server.
|
5
5
|
Home-page: https://github.com/thepmsquare/square_administration
|
6
6
|
Author: thePmSquare
|
@@ -42,6 +42,10 @@ pip install square_administration
|
|
42
42
|
|
43
43
|
## changelog
|
44
44
|
|
45
|
+
### v3.0.1
|
46
|
+
|
47
|
+
- add logging decorator to all functions.
|
48
|
+
|
45
49
|
### v3.0.0
|
46
50
|
|
47
51
|
- add new parameter -> password in authentication -> remove_app_for_self_v0.
|
@@ -10,8 +10,8 @@ square_administration/routes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NM
|
|
10
10
|
square_administration/routes/authentication.py,sha256=vOkuAmnPkTl-PSDmSkyui2tvhFxvo0WzMAAuz3st-QY,16053
|
11
11
|
square_administration/routes/core.py,sha256=65_FIZilintZvbHx7r25UQbgN-oKdQ92-Nv3kpwKX6s,5374
|
12
12
|
square_administration/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
13
|
-
square_administration/utils/common.py,sha256=
|
14
|
-
square_administration-3.0.
|
15
|
-
square_administration-3.0.
|
16
|
-
square_administration-3.0.
|
17
|
-
square_administration-3.0.
|
13
|
+
square_administration/utils/common.py,sha256=Uk2clDugVI8U6-bgjs77fxC4DuqmJEJ_IznBs1jAtWc,350
|
14
|
+
square_administration-3.0.1.dist-info/METADATA,sha256=aviG8xNbrRwAs9SfhngddFLisn1_7RY3jsFgmYH2dec,2223
|
15
|
+
square_administration-3.0.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
16
|
+
square_administration-3.0.1.dist-info/top_level.txt,sha256=8WFipDrMQUPRDo5AvipxU1YK3wZtWZyCUMWaR416zAw,22
|
17
|
+
square_administration-3.0.1.dist-info/RECORD,,
|
File without changes
|
{square_administration-3.0.0.dist-info → square_administration-3.0.1.dist-info}/top_level.txt
RENAMED
File without changes
|