atk-common 3.16.0__py3-none-any.whl → 3.17.0__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.
- atk_common/interfaces/env_handler_interface.py +7 -5
- {atk_common-3.16.0.dist-info → atk_common-3.17.0.dist-info}/METADATA +1 -1
- {atk_common-3.16.0.dist-info → atk_common-3.17.0.dist-info}/RECORD +6 -6
- {atk_common-3.16.0.dist-info → atk_common-3.17.0.dist-info}/WHEEL +0 -0
- {atk_common-3.16.0.dist-info → atk_common-3.17.0.dist-info}/licenses/license.txt +0 -0
- {atk_common-3.16.0.dist-info → atk_common-3.17.0.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,10 @@
|
|
1
1
|
# interfaces/env_handler_interface.py
|
2
|
-
from typing import Protocol
|
2
|
+
from typing import Optional, Protocol
|
3
|
+
from logger_interface import ILogger
|
3
4
|
|
4
5
|
class IEnvHandler(Protocol):
|
5
|
-
def
|
6
|
-
def
|
7
|
-
def
|
8
|
-
def
|
6
|
+
def set_logger(self, logger: ILogger) -> None: ...
|
7
|
+
def val_str(self, value: Optional[object]) -> str: ...
|
8
|
+
def is_value_null_or_empty(self, value: Optional[str]) -> bool: ...
|
9
|
+
def get_env_value(self, key: str) -> Optional[str]: ...
|
10
|
+
def get_env_value_secret(self, key: str, file_key: str) -> str: ...
|
@@ -66,7 +66,7 @@ atk_common/enums/test_image_type_enum.py,sha256=HUjxJorehnzRXMNF2uHk2DrAJ3Y_ajQv
|
|
66
66
|
atk_common/enums/violation_type_enum.py,sha256=01qTHOj-O8bOc-nwIHVnxLosm4cusD_YuqXM3ZsiRRk,86
|
67
67
|
atk_common/interfaces/__init__.py,sha256=HynEg28Uy3msO7qd__VxajTasSe9-Evpj9yi3Uw2NTo,508
|
68
68
|
atk_common/interfaces/docker_handler_interface.py,sha256=hs71uNcFvSbTqRvcL4XarHx6DONP1J7MrUUz-oO28bM,458
|
69
|
-
atk_common/interfaces/env_handler_interface.py,sha256=
|
69
|
+
atk_common/interfaces/env_handler_interface.py,sha256=gZfe61EPbIdeXA8uFwzHpffsry0Xf83dXy8Azk-0x9s,471
|
70
70
|
atk_common/interfaces/error_handler_interface.py,sha256=ErhQ69T3fCYUl6sS5GwiMgW-znapmGcmgWLR2QLNu8c,506
|
71
71
|
atk_common/interfaces/http_response_handler_interface.py,sha256=Cl_njN_klHz1u06FCJPata1dua1w4Cs-Qt9Rg7uaB1c,169
|
72
72
|
atk_common/interfaces/logger_interface.py,sha256=jK1gwkB_XmvqsTENhfOsw2QBplay16yVzc_qDSkgFyk,423
|
@@ -82,7 +82,7 @@ atk_common/utils/http_utils.py,sha256=eSRuQeDgN0ISQdByZqE6cIGXoorcAXz7PEtVntHUKA
|
|
82
82
|
atk_common/utils/internal_response_utils.py,sha256=2X9eLFEy1pO3Aesj1IRXg2yprwNcBDM5_dXaA5vfmMI,694
|
83
83
|
atk_common/utils/mq_utils.py,sha256=DmVcXIZHG45p7cQVvgen6OT8QbW_UifFFJGJBybTkJQ,1835
|
84
84
|
atk_common/utils/str_utils.py,sha256=sg3jwTTIfQvgGP-lcY5Xh4PXXhKWse_4HswBQYQKEo4,260
|
85
|
-
atk_common-3.
|
85
|
+
atk_common-3.17.0.dist-info/licenses/license.txt,sha256=_0O6fWM00-wTurDjnZhUP_N5QiwGhItaQZqHq5eqadA,1063
|
86
86
|
atk_package/__init__.py,sha256=okIFEefQhQrw6DZg6oCEVWsEdkVCk-57VXBW0IUG_wU,834
|
87
87
|
atk_package/datetime_utils.py,sha256=qsVF7l90P1-xukG2tV_jLqG9J_Yfl5wTpyfrdPBlyMo,239
|
88
88
|
atk_package/env_utils.py,sha256=bXOrxM3fZUslqfmZt75iphbEJHbG4riJa8XOVzPwIII,313
|
@@ -95,7 +95,7 @@ atk_package/enums/__init__.py,sha256=EtUr_--MQj1Rc_R0sF_ELXIThmhpfmhDWq3YaK9oQMk
|
|
95
95
|
atk_package/enums/command_status_enum.py,sha256=M2Nln27a_DbzI07-gfytWQk2X087JhkU6Fmard5qVHs,127
|
96
96
|
atk_package/enums/speed_control_status_enum.py,sha256=qpURh0K1L1tSpbrzVnckoe4hUn1illIkbo7k4mLfzIM,182
|
97
97
|
shared_python_atk_enforcement/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
98
|
-
atk_common-3.
|
99
|
-
atk_common-3.
|
100
|
-
atk_common-3.
|
101
|
-
atk_common-3.
|
98
|
+
atk_common-3.17.0.dist-info/METADATA,sha256=oEbwFzOjbdP5o_ykqyegyOVKgKC6MRs3E7cfOdx8va4,1761
|
99
|
+
atk_common-3.17.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
100
|
+
atk_common-3.17.0.dist-info/top_level.txt,sha256=4CwRjkLnheIdI4jQwc4tK3dbRc58WqUmoqjkdDTWlME,41
|
101
|
+
atk_common-3.17.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|