atk-common 1.11.0__py3-none-any.whl → 1.12.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/http_utils.py +0 -3
- {atk_common-1.11.0.dist-info → atk_common-1.12.0.dist-info}/METADATA +1 -1
- {atk_common-1.11.0.dist-info → atk_common-1.12.0.dist-info}/RECORD +6 -6
- {atk_common-1.11.0.dist-info → atk_common-1.12.0.dist-info}/WHEEL +0 -0
- {atk_common-1.11.0.dist-info → atk_common-1.12.0.dist-info}/license.txt +0 -0
- {atk_common-1.11.0.dist-info → atk_common-1.12.0.dist-info}/top_level.txt +0 -0
atk_common/http_utils.py
CHANGED
@@ -1,8 +1,5 @@
|
|
1
1
|
from http import HTTPStatus
|
2
|
-
import json
|
3
2
|
from atk_common.datetime_utils import get_utc_date_time
|
4
|
-
from atk_common.docker_utils import get_current_container_info
|
5
|
-
from atk_common.env_utils import get_env_value
|
6
3
|
|
7
4
|
def is_http_status_ok(status_code):
|
8
5
|
return status_code >= HTTPStatus.OK.value and status_code < HTTPStatus.MULTIPLE_CHOICES.value
|
@@ -4,7 +4,7 @@ atk_common/db_utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
atk_common/docker_utils.py,sha256=nkUhp2OhwJsm41JDujHDY-JxQfdDjy91duprH59Esfk,2084
|
5
5
|
atk_common/env_utils.py,sha256=66v-S0vlkJNaun6ay1XcOGRtYJb4Ce4odJsWxuaHsQc,373
|
6
6
|
atk_common/error_utils.py,sha256=StK_zTK-NSlMYvjCpDAgDjHFqIMrW79xsDVTHSTGORI,2373
|
7
|
-
atk_common/http_utils.py,sha256=
|
7
|
+
atk_common/http_utils.py,sha256=M1Qz2Cus3Ek8nUOqraT-30GKSj7nkAvJx2f7rnpX5Pk,656
|
8
8
|
atk_common/log_utils.py,sha256=k7VaknmSGvHQV6-eznltNUa3BOAywjFHkhVzDT1P0Hs,496
|
9
9
|
atk_common/mq_utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
10
|
atk_common/rabbitmq_consumer.py,sha256=4MhuwZs47Jt1fX4sUxr1MKRe7o2QRbPe9_utXEsa8QE,1907
|
@@ -27,8 +27,8 @@ atk_package/enums/__init__.py,sha256=oW0aVnwewfH6sNu14jjZ5_uP4iRN4pRmGdTNC204rHo
|
|
27
27
|
atk_package/enums/command_status_enum.py,sha256=M2Nln27a_DbzI07-gfytWQk2X087JhkU6Fmard5qVHs,127
|
28
28
|
atk_package/enums/speed_control_status_enum.py,sha256=qpURh0K1L1tSpbrzVnckoe4hUn1illIkbo7k4mLfzIM,182
|
29
29
|
shared_python_atk_enforcement/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
30
|
-
atk_common-1.
|
31
|
-
atk_common-1.
|
32
|
-
atk_common-1.
|
33
|
-
atk_common-1.
|
34
|
-
atk_common-1.
|
30
|
+
atk_common-1.12.0.dist-info/METADATA,sha256=7hKXpm77UGG3QUbZT_VF3_9jryMyGHgoTUc2H6RG1gY,1194
|
31
|
+
atk_common-1.12.0.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
32
|
+
atk_common-1.12.0.dist-info/license.txt,sha256=_0O6fWM00-wTurDjnZhUP_N5QiwGhItaQZqHq5eqadA,1063
|
33
|
+
atk_common-1.12.0.dist-info/top_level.txt,sha256=4CwRjkLnheIdI4jQwc4tK3dbRc58WqUmoqjkdDTWlME,41
|
34
|
+
atk_common-1.12.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|