atk-common 1.32.0__py3-none-any.whl → 1.33.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.
@@ -4,6 +4,7 @@ from atk_common.enums.camera_cabinet_type_enum import CameraCabinetType
4
4
  from atk_common.enums.camera_role_enum import CameraRole
5
5
  from atk_common.enums.certificate_issuer_enum import CertificateIssuer
6
6
  from atk_common.enums.command_status_type_enum import CommandStatusType
7
+ from atk_common.enums.command_type_enum import CommandType
7
8
  from atk_common.enums.detection_status_type_enum import DetectionStatusType
8
9
  from atk_common.enums.encryption_type_enum import EncryptionType
9
10
  from atk_common.enums.file_exists_enum import FileExists
@@ -27,6 +28,7 @@ __all__ = [
27
28
  'CameraRole',
28
29
  'CertificateIssuer',
29
30
  'CommandStatusType',
31
+ 'CommandType',
30
32
  'DetectionStatusType',
31
33
  'EncryptionType',
32
34
  'FileExists',
@@ -0,0 +1,13 @@
1
+ from enum import Enum
2
+
3
+ class CommandType(Enum):
4
+ POINTENFORCEMENT = 1
5
+ SECTIONENFORCEMENT = 2
6
+ LOCATIONCONFIG = 3
7
+ PING = 4
8
+ CAPTUREIMAGE = 5
9
+ GETLASTIMAGE = 6
10
+ GETNEXTIMAGE = 7
11
+ WRITECAMERAAUX = 8
12
+ STOPENFORCEMENTS = 9
13
+ RESTARTCAMERA = 10
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: atk_common
3
- Version: 1.32.0
3
+ Version: 1.33.0
4
4
  Summary: ATK common methods
5
5
  Home-page: https://github.com/pypa/atk_common
6
6
  Author: Roger
@@ -10,13 +10,14 @@ 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=BNjTua9I3tkGzZKdI5QZTTXrQWia3OtRHo39TjAx9FY,1978
13
+ atk_common/enums/__init__.py,sha256=hejNKl04AfatJ2ovXXu72psSzBYQYC3f8SlqOT2g5GI,2058
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
17
17
  atk_common/enums/certificate_issuer_enum.py,sha256=Gsuzn-EQF2LYgkaNZQYb5j5rfMNPdmmF2np5n-ztYrg,98
18
18
  atk_common/enums/command_status_enum.py,sha256=M2Nln27a_DbzI07-gfytWQk2X087JhkU6Fmard5qVHs,127
19
19
  atk_common/enums/command_status_type_enum.py,sha256=M2Nln27a_DbzI07-gfytWQk2X087JhkU6Fmard5qVHs,127
20
+ atk_common/enums/command_type_enum.py,sha256=boAtZMIrikFb1E3_dNV8IjJ4v18xcFr7qk1R4rTNhi0,284
20
21
  atk_common/enums/detection_status_enum.py,sha256=852t9-LaQAzcTELtHtiGPfgwhX58q4uWMvgzq2Spyzs,84
21
22
  atk_common/enums/detection_status_type_enum.py,sha256=oHmoOP2zhcWQBBchj7CwECf99EdT8QSY6T8l5n8Kvcg,88
22
23
  atk_common/enums/encryption_type_enum.py,sha256=jlrKeH2-Iakkuby8pwq8uXhX8A2FTvdULe633edGOc4,91
@@ -41,7 +42,7 @@ atk_common/enums/sensor_type_enum.py,sha256=UBa3LPyGTKgEJV578CqFlwXjnlXqVlybrvzd
41
42
  atk_common/enums/speed_control_status_enum.py,sha256=qpURh0K1L1tSpbrzVnckoe4hUn1illIkbo7k4mLfzIM,182
42
43
  atk_common/enums/speed_control_status_type_enum.py,sha256=qpURh0K1L1tSpbrzVnckoe4hUn1illIkbo7k4mLfzIM,182
43
44
  atk_common/enums/violation_type_enum.py,sha256=01qTHOj-O8bOc-nwIHVnxLosm4cusD_YuqXM3ZsiRRk,86
44
- atk_common-1.32.0.dist-info/licenses/license.txt,sha256=_0O6fWM00-wTurDjnZhUP_N5QiwGhItaQZqHq5eqadA,1063
45
+ atk_common-1.33.0.dist-info/licenses/license.txt,sha256=_0O6fWM00-wTurDjnZhUP_N5QiwGhItaQZqHq5eqadA,1063
45
46
  atk_package/__init__.py,sha256=EceDa352WFHTdC_LxYANXf_TS9pGzK3MCx87bwAKTvg,811
46
47
  atk_package/datetime_utils.py,sha256=qsVF7l90P1-xukG2tV_jLqG9J_Yfl5wTpyfrdPBlyMo,239
47
48
  atk_package/env_utils.py,sha256=bXOrxM3fZUslqfmZt75iphbEJHbG4riJa8XOVzPwIII,313
@@ -54,7 +55,7 @@ atk_package/enums/__init__.py,sha256=EtUr_--MQj1Rc_R0sF_ELXIThmhpfmhDWq3YaK9oQMk
54
55
  atk_package/enums/command_status_enum.py,sha256=M2Nln27a_DbzI07-gfytWQk2X087JhkU6Fmard5qVHs,127
55
56
  atk_package/enums/speed_control_status_enum.py,sha256=qpURh0K1L1tSpbrzVnckoe4hUn1illIkbo7k4mLfzIM,182
56
57
  shared_python_atk_enforcement/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
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,,
58
+ atk_common-1.33.0.dist-info/METADATA,sha256=5zVoz0DKwHn97_658r2XLv4XXM9qtraDTTh3Fl63CiU,1464
59
+ atk_common-1.33.0.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
60
+ atk_common-1.33.0.dist-info/top_level.txt,sha256=4CwRjkLnheIdI4jQwc4tK3dbRc58WqUmoqjkdDTWlME,41
61
+ atk_common-1.33.0.dist-info/RECORD,,