atk-common 1.28.0__py3-none-any.whl → 1.29.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/enums/__init__.py +10 -0
- atk_common/enums/camera_cabinet_type_enum.py +5 -0
- atk_common/enums/camera_role_enum.py +5 -0
- atk_common/enums/certificate_issuer_enum.py +5 -0
- atk_common/enums/metering_direction_enum.py +5 -0
- {atk_common-1.28.0.dist-info → atk_common-1.29.0.dist-info}/METADATA +1 -1
- {atk_common-1.28.0.dist-info → atk_common-1.29.0.dist-info}/RECORD +10 -6
- {atk_common-1.28.0.dist-info → atk_common-1.29.0.dist-info}/WHEEL +0 -0
- {atk_common-1.28.0.dist-info → atk_common-1.29.0.dist-info}/licenses/license.txt +0 -0
- {atk_common-1.28.0.dist-info → atk_common-1.29.0.dist-info}/top_level.txt +0 -0
atk_common/enums/__init__.py
CHANGED
@@ -1,11 +1,16 @@
|
|
1
1
|
# __init__.py
|
2
2
|
from atk_common.enums.api_error_type_enum import ApiErrorType
|
3
|
+
from atk_common.enums.camera_cabinet_type_enum import CameraCabinetType
|
4
|
+
from atk_common.enums.camera_role_enum import CameraRole
|
5
|
+
from atk_common.enums.certificate_issuer_enum import CertificateIssuer
|
3
6
|
from atk_common.enums.command_status_type_enum import CommandStatusType
|
4
7
|
from atk_common.enums.detection_status_type_enum import DetectionStatusType
|
5
8
|
from atk_common.enums.encryption_type_enum import EncryptionType
|
9
|
+
from atk_common.enums.history_status_type_enum import HistoryStatusType
|
6
10
|
from atk_common.enums.image_encoding_type_enum import ImageEncodingType
|
7
11
|
from atk_common.enums.image_part_category_enum import ImagePartCategory
|
8
12
|
from atk_common.enums.image_part_type_enum import ImagePartType
|
13
|
+
from atk_common.enums.metering_direction_enum import MeteringDirection
|
9
14
|
from atk_common.enums.piezo_vehicle_type_enum import PiezoVehicleType
|
10
15
|
from atk_common.enums.process_status_type_enum import ProcessStatusType
|
11
16
|
from atk_common.enums.response_status_type_enum import ResponseStatusType
|
@@ -17,12 +22,17 @@ from atk_common.enums.violation_type_enum import ViolationType
|
|
17
22
|
|
18
23
|
__all__ = [
|
19
24
|
'ApiErrorType',
|
25
|
+
'CameraCabinetType',
|
26
|
+
'CameraRole',
|
27
|
+
'CertificateIssuer',
|
20
28
|
'CommandStatusType',
|
21
29
|
'DetectionStatusType',
|
22
30
|
'EncryptionType',
|
31
|
+
'HistoryStatusType',
|
23
32
|
'ImageEncodingType',
|
24
33
|
'ImagePartCategory',
|
25
34
|
'ImagePartType',
|
35
|
+
'MeteringDirection',
|
26
36
|
'PiezoVehicleType',
|
27
37
|
'ProcessStatusType',
|
28
38
|
'ResponseStatusType',
|
@@ -9,8 +9,11 @@ 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
|
11
11
|
atk_common/response_utils.py,sha256=tGnIbPRbRwPRSN-Oii18S0jwBcKWqspjjYVkxU7JjOc,362
|
12
|
-
atk_common/enums/__init__.py,sha256=
|
12
|
+
atk_common/enums/__init__.py,sha256=aY-N-fCLOTP1d5wOng-gNMKH9kYNW5Shouu9a8SXoc4,1901
|
13
13
|
atk_common/enums/api_error_type_enum.py,sha256=9oW6ZaZ3lhMwR8r2sVNWGliS9C_jV-otiOYdezAuTp0,91
|
14
|
+
atk_common/enums/camera_cabinet_type_enum.py,sha256=U2NVrsTCBgaMRwYJamnjshAW8Y7xlOVjvUzakdgVH9A,90
|
15
|
+
atk_common/enums/camera_role_enum.py,sha256=E0TH6zXj5EA889D7UndGP7xsgg5W23SneqJCFkA6BII,82
|
16
|
+
atk_common/enums/certificate_issuer_enum.py,sha256=Gsuzn-EQF2LYgkaNZQYb5j5rfMNPdmmF2np5n-ztYrg,98
|
14
17
|
atk_common/enums/command_status_enum.py,sha256=M2Nln27a_DbzI07-gfytWQk2X087JhkU6Fmard5qVHs,127
|
15
18
|
atk_common/enums/command_status_type_enum.py,sha256=M2Nln27a_DbzI07-gfytWQk2X087JhkU6Fmard5qVHs,127
|
16
19
|
atk_common/enums/detection_status_enum.py,sha256=852t9-LaQAzcTELtHtiGPfgwhX58q4uWMvgzq2Spyzs,84
|
@@ -23,6 +26,7 @@ atk_common/enums/image_part_category.py,sha256=YQ7xtO8v7Ja77Tu-Wo_wewLOULtalPtDs
|
|
23
26
|
atk_common/enums/image_part_category_enum.py,sha256=YQ7xtO8v7Ja77Tu-Wo_wewLOULtalPtDsmHvEEWsnsw,87
|
24
27
|
atk_common/enums/image_part_type.py,sha256=tg6W9kYMRShOlsxhAJRNRdWH50gC-eF0sqvqsponP-M,111
|
25
28
|
atk_common/enums/image_part_type_enum.py,sha256=tg6W9kYMRShOlsxhAJRNRdWH50gC-eF0sqvqsponP-M,111
|
29
|
+
atk_common/enums/metering_direction_enum.py,sha256=HKRNy4DPI10F7XJs6eyYw4CBhiFp8SzWE4jSdGoRwnk,105
|
26
30
|
atk_common/enums/piezo_vehicle_type_enum.py,sha256=tlFk9dP7KkJVBna8SIJf6MH9zJD_szSUcDxFATJ6LZE,89
|
27
31
|
atk_common/enums/process_status_enum.py,sha256=09kRE5Cy8Sc7e7wf5gSkIw0RnNzFAWxIrMvn-aElqt8,140
|
28
32
|
atk_common/enums/process_status_type_enum.py,sha256=eihCfOTTWvmS1hEp_wYzl0PqIPawuUcrlWgyhbyKd48,144
|
@@ -35,7 +39,7 @@ atk_common/enums/sensor_type_enum.py,sha256=UBa3LPyGTKgEJV578CqFlwXjnlXqVlybrvzd
|
|
35
39
|
atk_common/enums/speed_control_status_enum.py,sha256=qpURh0K1L1tSpbrzVnckoe4hUn1illIkbo7k4mLfzIM,182
|
36
40
|
atk_common/enums/speed_control_status_type_enum.py,sha256=qpURh0K1L1tSpbrzVnckoe4hUn1illIkbo7k4mLfzIM,182
|
37
41
|
atk_common/enums/violation_type_enum.py,sha256=01qTHOj-O8bOc-nwIHVnxLosm4cusD_YuqXM3ZsiRRk,86
|
38
|
-
atk_common-1.
|
42
|
+
atk_common-1.29.0.dist-info/licenses/license.txt,sha256=_0O6fWM00-wTurDjnZhUP_N5QiwGhItaQZqHq5eqadA,1063
|
39
43
|
atk_package/__init__.py,sha256=EceDa352WFHTdC_LxYANXf_TS9pGzK3MCx87bwAKTvg,811
|
40
44
|
atk_package/datetime_utils.py,sha256=qsVF7l90P1-xukG2tV_jLqG9J_Yfl5wTpyfrdPBlyMo,239
|
41
45
|
atk_package/env_utils.py,sha256=bXOrxM3fZUslqfmZt75iphbEJHbG4riJa8XOVzPwIII,313
|
@@ -48,7 +52,7 @@ atk_package/enums/__init__.py,sha256=EtUr_--MQj1Rc_R0sF_ELXIThmhpfmhDWq3YaK9oQMk
|
|
48
52
|
atk_package/enums/command_status_enum.py,sha256=M2Nln27a_DbzI07-gfytWQk2X087JhkU6Fmard5qVHs,127
|
49
53
|
atk_package/enums/speed_control_status_enum.py,sha256=qpURh0K1L1tSpbrzVnckoe4hUn1illIkbo7k4mLfzIM,182
|
50
54
|
shared_python_atk_enforcement/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
51
|
-
atk_common-1.
|
52
|
-
atk_common-1.
|
53
|
-
atk_common-1.
|
54
|
-
atk_common-1.
|
55
|
+
atk_common-1.29.0.dist-info/METADATA,sha256=hi_-_LEDC9ODmJxP6O2ZViUM1bC5EHzNs7ITPWj5HSA,1464
|
56
|
+
atk_common-1.29.0.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
57
|
+
atk_common-1.29.0.dist-info/top_level.txt,sha256=4CwRjkLnheIdI4jQwc4tK3dbRc58WqUmoqjkdDTWlME,41
|
58
|
+
atk_common-1.29.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|