atk-common 1.31.0__py3-none-any.whl → 1.32.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 +2 -0
- atk_common/enums/file_exists_enum.py +5 -0
- {atk_common-1.31.0.dist-info → atk_common-1.32.0.dist-info}/METADATA +1 -1
- {atk_common-1.31.0.dist-info → atk_common-1.32.0.dist-info}/RECORD +7 -6
- {atk_common-1.31.0.dist-info → atk_common-1.32.0.dist-info}/WHEEL +0 -0
- {atk_common-1.31.0.dist-info → atk_common-1.32.0.dist-info}/licenses/license.txt +0 -0
- {atk_common-1.31.0.dist-info → atk_common-1.32.0.dist-info}/top_level.txt +0 -0
atk_common/enums/__init__.py
CHANGED
@@ -6,6 +6,7 @@ from atk_common.enums.certificate_issuer_enum import CertificateIssuer
|
|
6
6
|
from atk_common.enums.command_status_type_enum import CommandStatusType
|
7
7
|
from atk_common.enums.detection_status_type_enum import DetectionStatusType
|
8
8
|
from atk_common.enums.encryption_type_enum import EncryptionType
|
9
|
+
from atk_common.enums.file_exists_enum import FileExists
|
9
10
|
from atk_common.enums.history_status_type_enum import HistoryStatusType
|
10
11
|
from atk_common.enums.image_encoding_type_enum import ImageEncodingType
|
11
12
|
from atk_common.enums.image_part_category_enum import ImagePartCategory
|
@@ -28,6 +29,7 @@ __all__ = [
|
|
28
29
|
'CommandStatusType',
|
29
30
|
'DetectionStatusType',
|
30
31
|
'EncryptionType',
|
32
|
+
'FileExists',
|
31
33
|
'HistoryStatusType',
|
32
34
|
'ImageEncodingType',
|
33
35
|
'ImagePartCategory',
|
@@ -10,7 +10,7 @@ atk_common/log_utils.py,sha256=k7VaknmSGvHQV6-eznltNUa3BOAywjFHkhVzDT1P0Hs,496
|
|
10
10
|
atk_common/mq_utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
11
|
atk_common/rabbitmq_consumer.py,sha256=4MhuwZs47Jt1fX4sUxr1MKRe7o2QRbPe9_utXEsa8QE,1907
|
12
12
|
atk_common/response_utils.py,sha256=tGnIbPRbRwPRSN-Oii18S0jwBcKWqspjjYVkxU7JjOc,362
|
13
|
-
atk_common/enums/__init__.py,sha256=
|
13
|
+
atk_common/enums/__init__.py,sha256=BNjTua9I3tkGzZKdI5QZTTXrQWia3OtRHo39TjAx9FY,1978
|
14
14
|
atk_common/enums/api_error_type_enum.py,sha256=9oW6ZaZ3lhMwR8r2sVNWGliS9C_jV-otiOYdezAuTp0,91
|
15
15
|
atk_common/enums/camera_cabinet_type_enum.py,sha256=U2NVrsTCBgaMRwYJamnjshAW8Y7xlOVjvUzakdgVH9A,90
|
16
16
|
atk_common/enums/camera_role_enum.py,sha256=E0TH6zXj5EA889D7UndGP7xsgg5W23SneqJCFkA6BII,82
|
@@ -20,6 +20,7 @@ atk_common/enums/command_status_type_enum.py,sha256=M2Nln27a_DbzI07-gfytWQk2X087
|
|
20
20
|
atk_common/enums/detection_status_enum.py,sha256=852t9-LaQAzcTELtHtiGPfgwhX58q4uWMvgzq2Spyzs,84
|
21
21
|
atk_common/enums/detection_status_type_enum.py,sha256=oHmoOP2zhcWQBBchj7CwECf99EdT8QSY6T8l5n8Kvcg,88
|
22
22
|
atk_common/enums/encryption_type_enum.py,sha256=jlrKeH2-Iakkuby8pwq8uXhX8A2FTvdULe633edGOc4,91
|
23
|
+
atk_common/enums/file_exists_enum.py,sha256=5qAl-bHzFwArxE5sVRFsteyg6eCsgi-SVrO72A_hzpY,92
|
23
24
|
atk_common/enums/history_status_type_enum.py,sha256=itxQEQL8zQhkCR-fzKk3PcMDN1YcrbrcDlLcNCQDNHs,152
|
24
25
|
atk_common/enums/http_status_enum.py,sha256=bJSTmkLxHnb04fWSDKuhTWrh_v9iCQM7otAVr731JDk,139
|
25
26
|
atk_common/enums/image_encoding_type_enum.py,sha256=s32PjcrprGUf7MG4UQNE3ssH-y9RiLtbwtNwKQxWMvE,98
|
@@ -40,7 +41,7 @@ atk_common/enums/sensor_type_enum.py,sha256=UBa3LPyGTKgEJV578CqFlwXjnlXqVlybrvzd
|
|
40
41
|
atk_common/enums/speed_control_status_enum.py,sha256=qpURh0K1L1tSpbrzVnckoe4hUn1illIkbo7k4mLfzIM,182
|
41
42
|
atk_common/enums/speed_control_status_type_enum.py,sha256=qpURh0K1L1tSpbrzVnckoe4hUn1illIkbo7k4mLfzIM,182
|
42
43
|
atk_common/enums/violation_type_enum.py,sha256=01qTHOj-O8bOc-nwIHVnxLosm4cusD_YuqXM3ZsiRRk,86
|
43
|
-
atk_common-1.
|
44
|
+
atk_common-1.32.0.dist-info/licenses/license.txt,sha256=_0O6fWM00-wTurDjnZhUP_N5QiwGhItaQZqHq5eqadA,1063
|
44
45
|
atk_package/__init__.py,sha256=EceDa352WFHTdC_LxYANXf_TS9pGzK3MCx87bwAKTvg,811
|
45
46
|
atk_package/datetime_utils.py,sha256=qsVF7l90P1-xukG2tV_jLqG9J_Yfl5wTpyfrdPBlyMo,239
|
46
47
|
atk_package/env_utils.py,sha256=bXOrxM3fZUslqfmZt75iphbEJHbG4riJa8XOVzPwIII,313
|
@@ -53,7 +54,7 @@ atk_package/enums/__init__.py,sha256=EtUr_--MQj1Rc_R0sF_ELXIThmhpfmhDWq3YaK9oQMk
|
|
53
54
|
atk_package/enums/command_status_enum.py,sha256=M2Nln27a_DbzI07-gfytWQk2X087JhkU6Fmard5qVHs,127
|
54
55
|
atk_package/enums/speed_control_status_enum.py,sha256=qpURh0K1L1tSpbrzVnckoe4hUn1illIkbo7k4mLfzIM,182
|
55
56
|
shared_python_atk_enforcement/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
56
|
-
atk_common-1.
|
57
|
-
atk_common-1.
|
58
|
-
atk_common-1.
|
59
|
-
atk_common-1.
|
57
|
+
atk_common-1.32.0.dist-info/METADATA,sha256=nv254KC22GIHtb9mad2VvccKYMpZm6f14DYpN3gf4kU,1464
|
58
|
+
atk_common-1.32.0.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
59
|
+
atk_common-1.32.0.dist-info/top_level.txt,sha256=4CwRjkLnheIdI4jQwc4tK3dbRc58WqUmoqjkdDTWlME,41
|
60
|
+
atk_common-1.32.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|