atk-common 1.55.0__py3-none-any.whl → 1.57.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/__init__.py +2 -0
- atk_common/docker_utils.py +5 -1
- {atk_common-1.55.0.dist-info → atk_common-1.57.0.dist-info}/METADATA +1 -1
- {atk_common-1.55.0.dist-info → atk_common-1.57.0.dist-info}/RECORD +7 -7
- {atk_common-1.55.0.dist-info → atk_common-1.57.0.dist-info}/WHEEL +0 -0
- {atk_common-1.55.0.dist-info → atk_common-1.57.0.dist-info}/licenses/license.txt +0 -0
- {atk_common-1.55.0.dist-info → atk_common-1.57.0.dist-info}/top_level.txt +0 -0
atk_common/__init__.py
CHANGED
@@ -2,6 +2,7 @@
|
|
2
2
|
from atk_common.datetime_utils import \
|
3
3
|
get_utc_date_time, \
|
4
4
|
get_utc_date_time_str, \
|
5
|
+
get_utc_date_time_str_with_z, \
|
5
6
|
seconds_to_utc_timestamp, \
|
6
7
|
get_utc_date_from_iso, \
|
7
8
|
adjust_millisescond, \
|
@@ -23,6 +24,7 @@ from atk_common.rabbitmq_consumer import RabbitMQConsumer
|
|
23
24
|
__all__ = [
|
24
25
|
'get_utc_date_time',
|
25
26
|
'get_utc_date_time_str',
|
27
|
+
'get_utc_date_time_str_with_z',
|
26
28
|
'seconds_to_utc_timestamp',
|
27
29
|
'get_utc_date_from_iso',
|
28
30
|
'adjust_millisescond',
|
atk_common/docker_utils.py
CHANGED
@@ -23,7 +23,11 @@ def create_port_item(port, binding):
|
|
23
23
|
return data
|
24
24
|
|
25
25
|
def create_container_log(container_data):
|
26
|
-
|
26
|
+
container_name = container_data.get('containerName') or 'Unknown'
|
27
|
+
image_name = container_data.get('imageName') or 'Unknown'
|
28
|
+
image_version = container_data.get('imageVersion') or 'Unknown'
|
29
|
+
|
30
|
+
log_str = f'Container name: {container_name}, image name: {image_name}, image version: {image_version}'
|
27
31
|
add_log_item(log_str)
|
28
32
|
|
29
33
|
def get_current_container_info():
|
@@ -1,7 +1,7 @@
|
|
1
|
-
atk_common/__init__.py,sha256=
|
1
|
+
atk_common/__init__.py,sha256=yQ23thqIxTAn4Ijk7nn5COYqB7hEU3ITYkscIY4lyoU,2158
|
2
2
|
atk_common/datetime_utils.py,sha256=0SC5-Nai4RJH9B0VzvGKUQts_QeRXGb7tJLlsh73LJw,3556
|
3
3
|
atk_common/db_utils.py,sha256=odUtXcS7Mumw5eGyVyVimL_U_lP7TqMX9v8nWO5nMvg,902
|
4
|
-
atk_common/docker_utils.py,sha256=
|
4
|
+
atk_common/docker_utils.py,sha256=kCH9IcDTzJTif2OJWqnZc7hLKNKuZC-9nXTAq6esWRk,2230
|
5
5
|
atk_common/env_utils.py,sha256=66v-S0vlkJNaun6ay1XcOGRtYJb4Ce4odJsWxuaHsQc,373
|
6
6
|
atk_common/error_utils.py,sha256=kO-VQlajD8SO9MBxj8MHZRTK_uBXgPa09hy6pfjqZBY,2622
|
7
7
|
atk_common/file_utils.py,sha256=UDwcRquO9IrqRrlUM0t-_g4R1-FKt8ZqQinSEqXOAk8,112
|
@@ -52,7 +52,7 @@ atk_common/enums/speed_control_status_type_enum.py,sha256=qpURh0K1L1tSpbrzVnckoe
|
|
52
52
|
atk_common/enums/speed_control_stop_reason.py,sha256=pvLS6fpDhsCiIDAmiQBsHctxZnq-Dl2BOgJOxQnT5Hc,200
|
53
53
|
atk_common/enums/test_image_type_enum.py,sha256=HUjxJorehnzRXMNF2uHk2DrAJ3Y_ajQvp0jW-mtlOhU,140
|
54
54
|
atk_common/enums/violation_type_enum.py,sha256=01qTHOj-O8bOc-nwIHVnxLosm4cusD_YuqXM3ZsiRRk,86
|
55
|
-
atk_common-1.
|
55
|
+
atk_common-1.57.0.dist-info/licenses/license.txt,sha256=_0O6fWM00-wTurDjnZhUP_N5QiwGhItaQZqHq5eqadA,1063
|
56
56
|
atk_package/__init__.py,sha256=NcsmwFadivgIeWV0-5ACZxqmfo4EzTkJX0r4N6DFAdg,820
|
57
57
|
atk_package/datetime_utils.py,sha256=qsVF7l90P1-xukG2tV_jLqG9J_Yfl5wTpyfrdPBlyMo,239
|
58
58
|
atk_package/env_utils.py,sha256=bXOrxM3fZUslqfmZt75iphbEJHbG4riJa8XOVzPwIII,313
|
@@ -65,7 +65,7 @@ atk_package/enums/__init__.py,sha256=EtUr_--MQj1Rc_R0sF_ELXIThmhpfmhDWq3YaK9oQMk
|
|
65
65
|
atk_package/enums/command_status_enum.py,sha256=M2Nln27a_DbzI07-gfytWQk2X087JhkU6Fmard5qVHs,127
|
66
66
|
atk_package/enums/speed_control_status_enum.py,sha256=qpURh0K1L1tSpbrzVnckoe4hUn1illIkbo7k4mLfzIM,182
|
67
67
|
shared_python_atk_enforcement/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
68
|
-
atk_common-1.
|
69
|
-
atk_common-1.
|
70
|
-
atk_common-1.
|
71
|
-
atk_common-1.
|
68
|
+
atk_common-1.57.0.dist-info/METADATA,sha256=4SK3PNIJ2I01YJs65niBIpSCs4M9uqHZDfOuP_WPnYY,1464
|
69
|
+
atk_common-1.57.0.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
70
|
+
atk_common-1.57.0.dist-info/top_level.txt,sha256=4CwRjkLnheIdI4jQwc4tK3dbRc58WqUmoqjkdDTWlME,41
|
71
|
+
atk_common-1.57.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|