pinexq-client 0.9.2.20250827.46__py3-none-any.whl → 0.9.2.20250828.47__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.
- pinexq_client/job_management/__init__.py +1 -1
- pinexq_client/job_management/hcos/processing_step_hco.py +8 -0
- pinexq_client/job_management/model/open_api_generated.py +1 -1
- pinexq_client/job_management/tool/processing_step.py +10 -0
- {pinexq_client-0.9.2.20250827.46.dist-info → pinexq_client-0.9.2.20250828.47.dist-info}/METADATA +1 -1
- {pinexq_client-0.9.2.20250827.46.dist-info → pinexq_client-0.9.2.20250828.47.dist-info}/RECORD +9 -9
- {pinexq_client-0.9.2.20250827.46.dist-info → pinexq_client-0.9.2.20250828.47.dist-info}/WHEEL +0 -0
- {pinexq_client-0.9.2.20250827.46.dist-info → pinexq_client-0.9.2.20250828.47.dist-info}/entry_points.txt +0 -0
- {pinexq_client-0.9.2.20250827.46.dist-info → pinexq_client-0.9.2.20250828.47.dist-info}/licenses/LICENSE +0 -0
|
@@ -71,6 +71,11 @@ class ClearDefaultParametersAction(ActionHco):
|
|
|
71
71
|
self._execute_internal()
|
|
72
72
|
|
|
73
73
|
|
|
74
|
+
class DeleteAction(ActionHco):
|
|
75
|
+
def execute(self):
|
|
76
|
+
self._execute_internal()
|
|
77
|
+
|
|
78
|
+
|
|
74
79
|
class UploadConfigurationAction(UploadAction):
|
|
75
80
|
def execute(self, parameters: UploadParameters):
|
|
76
81
|
upload_json(self._client, self._action, parameters.json_, parameters.filename)
|
|
@@ -127,6 +132,7 @@ class ProcessingStepHco(Hco[ProcessingStepEntity]):
|
|
|
127
132
|
unhide_action: ProcessingStepUnHideAction | UnavailableAction
|
|
128
133
|
copy_from_user_to_org_action: ProcessingStepCopyFromUserToOrgAction | UnavailableAction
|
|
129
134
|
copy_from_org_to_user_action: ProcessingStepCopyFromOrgToUserAction | UnavailableAction
|
|
135
|
+
delete_action: DeleteAction | UnavailableAction
|
|
130
136
|
|
|
131
137
|
self_link: ProcessingStepLink
|
|
132
138
|
download_link: DownloadLinkHco
|
|
@@ -159,5 +165,7 @@ class ProcessingStepHco(Hco[ProcessingStepEntity]):
|
|
|
159
165
|
client, instance._entity, "CopyToOrg")
|
|
160
166
|
instance.copy_from_org_to_user_action = ProcessingStepCopyFromOrgToUserAction.from_entity_optional(
|
|
161
167
|
client, instance._entity, "CopyToUser")
|
|
168
|
+
instance.delete_action = DeleteAction.from_entity_optional(
|
|
169
|
+
client, instance._entity, "Delete")
|
|
162
170
|
|
|
163
171
|
return instance
|
|
@@ -267,6 +267,16 @@ class ProcessingStep:
|
|
|
267
267
|
self.refresh()
|
|
268
268
|
return self
|
|
269
269
|
|
|
270
|
+
def delete(self) -> Self:
|
|
271
|
+
"""Delete ProcessingStep.
|
|
272
|
+
|
|
273
|
+
Returns:
|
|
274
|
+
This `ProcessingStep` object"""
|
|
275
|
+
self._raise_if_no_hco()
|
|
276
|
+
self.processing_step_hco.delete_action.execute()
|
|
277
|
+
self.processing_step_hco = None
|
|
278
|
+
return self
|
|
279
|
+
|
|
270
280
|
def upload_configuration(self, json_data: Any) -> Self:
|
|
271
281
|
"""Upload processing configuration.
|
|
272
282
|
|
{pinexq_client-0.9.2.20250827.46.dist-info → pinexq_client-0.9.2.20250828.47.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pinexq-client
|
|
3
|
-
Version: 0.9.2.
|
|
3
|
+
Version: 0.9.2.20250828.47
|
|
4
4
|
Summary: A hypermedia-based client for the DataCybernetics PinexQ platform.
|
|
5
5
|
Author-Email: =?utf-8?q?Sebastian_H=C3=B6fer?= <hoefer@data-cybernetics.com>, Mathias Reichardt <reichardt@data-cybernetics.com>, Jasim Ahmed <ahmed@data-cybernetics.com>, Pratik Poudel <poudel@data-cybernetics.com>
|
|
6
6
|
Maintainer-Email: Mathias Reichardt <reichardt@data-cybernetics.com>, =?utf-8?q?Sebastian_H=C3=B6fer?= <hoefer@data-cybernetics.com>, Carsten Blank <blank@data-cybernetics.com>
|
{pinexq_client-0.9.2.20250827.46.dist-info → pinexq_client-0.9.2.20250828.47.dist-info}/RECORD
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
pinexq_client-0.9.2.
|
|
2
|
-
pinexq_client-0.9.2.
|
|
3
|
-
pinexq_client-0.9.2.
|
|
4
|
-
pinexq_client-0.9.2.
|
|
1
|
+
pinexq_client-0.9.2.20250828.47.dist-info/METADATA,sha256=sNt7390BNnmdQNl5x6vy00g5WHdCEcrVNrI7wHznt8w,3279
|
|
2
|
+
pinexq_client-0.9.2.20250828.47.dist-info/WHEEL,sha256=9P2ygRxDrTJz3gsagc0Z96ukrxjr-LFBGOgv3AuKlCA,90
|
|
3
|
+
pinexq_client-0.9.2.20250828.47.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
|
4
|
+
pinexq_client-0.9.2.20250828.47.dist-info/licenses/LICENSE,sha256=3oz3tAhM7kOgRukkRe7wmh5T_HihZY77ZtJDJm91ZN8,1072
|
|
5
5
|
pinexq_client/core/__init__.py,sha256=zO9vUuAl6AEokL-SqQO3Jl1qrxFBZPA2kH99VNZugEU,598
|
|
6
6
|
pinexq_client/core/base_relations.py,sha256=oIUS58pkbMDdqm-3YOdsenhL1smtzeAk4fp7-U595MY,162
|
|
7
7
|
pinexq_client/core/enterapi.py,sha256=eB4F2_t3lCbMgKhy-M-Sf_u9MhuJMO7OGh-GB-4Cc-8,731
|
|
@@ -21,7 +21,7 @@ pinexq_client/core/model/error.py,sha256=ZDbUlwsj7d8XPMolSSLTFwgs3RBLvOvgmlEtoBu
|
|
|
21
21
|
pinexq_client/core/model/sirenmodels.py,sha256=vGRQlhM2cSa2caxQel91Jr48KWqM-vMYX32iaQCzIds,5547
|
|
22
22
|
pinexq_client/core/polling.py,sha256=Z6VXn-PCGk4XX-4tQWZG59qJyCIS0eIrpPUORQDIGrs,1077
|
|
23
23
|
pinexq_client/core/sirenaccess.py,sha256=F7eZI5Pz79el0D30SYNGsiS2qWaAZF_jrCrUy-q2GgY,6992
|
|
24
|
-
pinexq_client/job_management/__init__.py,sha256=
|
|
24
|
+
pinexq_client/job_management/__init__.py,sha256=D2Q6OGe8JfDGnllwsHJe2risNVVp03UsP6wNsF0ge04,598
|
|
25
25
|
pinexq_client/job_management/enterjma.py,sha256=Ivl_jVPw_gaLyU5nKbywM-bbVGpn0MoCrZ0DMbJYf3s,1411
|
|
26
26
|
pinexq_client/job_management/hcos/__init__.py,sha256=TZgs5kuBk3lSBxPfn5ehgbdUgzPy2jn1PC3Ea6VQY-k,584
|
|
27
27
|
pinexq_client/job_management/hcos/entrypoint_hco.py,sha256=qodjAwO_MtawUuhmaYjhGXHV-uW1k94V9gKRYZRkhn4,2234
|
|
@@ -32,7 +32,7 @@ pinexq_client/job_management/hcos/job_query_result_hco.py,sha256=I0G8YIlYDhTahLz
|
|
|
32
32
|
pinexq_client/job_management/hcos/job_used_tags_hco.py,sha256=nys6E97NNXATdnvX6KZ46JR9qEb2lnqol9ZvJVEiNpQ,944
|
|
33
33
|
pinexq_client/job_management/hcos/jobsroot_hco.py,sha256=5h_CYb9FyjpmAlvDXuK_AimCvomadFTcCSQ6QmMD0QY,4726
|
|
34
34
|
pinexq_client/job_management/hcos/output_dataslot_hco.py,sha256=zxpo-fI9eHcp_pMKcf2l-gRoPHX1RzQO53auHMRB_T8,1549
|
|
35
|
-
pinexq_client/job_management/hcos/processing_step_hco.py,sha256=
|
|
35
|
+
pinexq_client/job_management/hcos/processing_step_hco.py,sha256=HsG88iPHU4w8rHSTgmFvmXFnYPQBC2rZAXYJNJf_058,8371
|
|
36
36
|
pinexq_client/job_management/hcos/processing_step_used_tags_hco.py,sha256=90-2IWlYTcYX62NzmAPnmcUCwMDhmMZyBrNs_G3yigs,1067
|
|
37
37
|
pinexq_client/job_management/hcos/processingstep_query_result_hco.py,sha256=YcCgigKvOIggILixgaEbmnM23FlkjCgxnhZC2Eh98dY,3817
|
|
38
38
|
pinexq_client/job_management/hcos/processingsteproot_hco.py,sha256=gQBGMWEKX5kq_HwC7-eEjjfAm6oYTuIxGX5kKw_GKUM,3684
|
|
@@ -43,11 +43,11 @@ pinexq_client/job_management/hcos/workdata_used_tags_query_result_hco.py,sha256=
|
|
|
43
43
|
pinexq_client/job_management/hcos/workdataroot_hco.py,sha256=LdEPW2JJTqAWi-6zj-40lfREhthcDL6nPXQk_nfMtCA,3936
|
|
44
44
|
pinexq_client/job_management/known_relations.py,sha256=f3-7RagAfeSFv9b54l5zxnLKbVQjQQHzYsM4W2QHf0Y,708
|
|
45
45
|
pinexq_client/job_management/model/__init__.py,sha256=iuAKRXdW_Mxo0i3HsBfEzhJJZUKkNe3qs4gLW-ge1PU,63
|
|
46
|
-
pinexq_client/job_management/model/open_api_generated.py,sha256=
|
|
46
|
+
pinexq_client/job_management/model/open_api_generated.py,sha256=QBuNoOys6jd_LAguEjIN74qL0VzhF0DvsA-cKNT4Mec,34544
|
|
47
47
|
pinexq_client/job_management/model/sirenentities.py,sha256=MUjgByEwzQcrduCEJuNK85uAj8SLTdyaiKmnlB44h3E,3430
|
|
48
48
|
pinexq_client/job_management/tool/__init__.py,sha256=zPobd-hQyANHzC0-TjJG91z9XrewvE54ZJ6VViymW5M,128
|
|
49
49
|
pinexq_client/job_management/tool/job.py,sha256=yVEVE3RRalQy8abA2G1X-a1Tj3v32YCsDeN52LDMSp8,30572
|
|
50
50
|
pinexq_client/job_management/tool/job_group.py,sha256=TNWw46UDyP2gmArhbzMAqpHa6lS2hzwarLIrxxpOMnk,4822
|
|
51
|
-
pinexq_client/job_management/tool/processing_step.py,sha256
|
|
51
|
+
pinexq_client/job_management/tool/processing_step.py,sha256=-OysrLTN-Qc8JbYanOrqV0USSYhMY6gw4hH5DMgnOIc,12757
|
|
52
52
|
pinexq_client/job_management/tool/workdata.py,sha256=E1Qt945tocXiSZuQo2IbTnlgW2VRnq2ODEFQ96lXTDI,6270
|
|
53
|
-
pinexq_client-0.9.2.
|
|
53
|
+
pinexq_client-0.9.2.20250828.47.dist-info/RECORD,,
|
{pinexq_client-0.9.2.20250827.46.dist-info → pinexq_client-0.9.2.20250828.47.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|