pinexq-client 0.9.2.20250317.3__py3-none-any.whl → 0.9.2.20250403.1__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/model/open_api_generated.py +11 -2
- pinexq_client/job_management/tool/job.py +1 -1
- {pinexq_client-0.9.2.20250317.3.dist-info → pinexq_client-0.9.2.20250403.1.dist-info}/METADATA +1 -1
- {pinexq_client-0.9.2.20250317.3.dist-info → pinexq_client-0.9.2.20250403.1.dist-info}/RECORD +8 -8
- {pinexq_client-0.9.2.20250317.3.dist-info → pinexq_client-0.9.2.20250403.1.dist-info}/WHEEL +0 -0
- {pinexq_client-0.9.2.20250317.3.dist-info → pinexq_client-0.9.2.20250403.1.dist-info}/entry_points.txt +0 -0
- {pinexq_client-0.9.2.20250317.3.dist-info → pinexq_client-0.9.2.20250403.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# generated by datamodel-codegen:
|
|
2
2
|
# filename: openapi.json
|
|
3
|
-
# timestamp:
|
|
3
|
+
# timestamp: 2025-04-03T13:43:49+00:00
|
|
4
4
|
|
|
5
5
|
from __future__ import annotations
|
|
6
6
|
|
|
@@ -239,6 +239,9 @@ class ProcessingStepHtoOpenApiProperties(BaseModel):
|
|
|
239
239
|
populate_by_name=True,
|
|
240
240
|
)
|
|
241
241
|
title: str | None = Field(None, alias='Title')
|
|
242
|
+
owner_id: str | None = Field(
|
|
243
|
+
None, alias='OwnerId', description='The owner of this resource'
|
|
244
|
+
)
|
|
242
245
|
version: str | None = Field(
|
|
243
246
|
None, alias='Version', description='Version of the algorithm. Default = "0"'
|
|
244
247
|
)
|
|
@@ -324,7 +327,7 @@ class RenameJobParameters(BaseModel):
|
|
|
324
327
|
extra='allow',
|
|
325
328
|
populate_by_name=True,
|
|
326
329
|
)
|
|
327
|
-
new_name: constr(min_length=
|
|
330
|
+
new_name: constr(min_length=1) = Field(..., alias='NewName')
|
|
328
331
|
|
|
329
332
|
|
|
330
333
|
class SelectProcessingParameters(BaseModel):
|
|
@@ -644,6 +647,9 @@ class JobHtoOpenApiProperties(BaseModel):
|
|
|
644
647
|
populate_by_name=True,
|
|
645
648
|
)
|
|
646
649
|
name: str | None = Field(None, alias='Name')
|
|
650
|
+
owner_id: str | None = Field(
|
|
651
|
+
None, alias='OwnerId', description='The owner of this resource'
|
|
652
|
+
)
|
|
647
653
|
state: JobStates | None = Field(None, alias='State')
|
|
648
654
|
tags: List[str] | None = Field(None, alias='Tags')
|
|
649
655
|
hidden: bool | None = Field(None, alias='Hidden')
|
|
@@ -805,6 +811,9 @@ class WorkDataHtoOpenApiProperties(BaseModel):
|
|
|
805
811
|
extra='allow',
|
|
806
812
|
populate_by_name=True,
|
|
807
813
|
)
|
|
814
|
+
owner_id: str | None = Field(
|
|
815
|
+
None, alias='OwnerId', description='The owner of this resource'
|
|
816
|
+
)
|
|
808
817
|
name: str | None = Field(None, alias='Name')
|
|
809
818
|
created_at: datetime | None = Field(None, alias='CreatedAt')
|
|
810
819
|
size_in_bytes: int | None = Field(None, alias='SizeInBytes')
|
|
@@ -216,7 +216,7 @@ class Job:
|
|
|
216
216
|
filter=ProcessingStepFilterParameter(
|
|
217
217
|
function_name=function_name,
|
|
218
218
|
function_name_match_type=FunctionNameMatchTypes.match_exact,
|
|
219
|
-
|
|
219
|
+
version=function_version,
|
|
220
220
|
)
|
|
221
221
|
)
|
|
222
222
|
query_result = self._processing_step_root.query_action.execute(query_param)
|
{pinexq_client-0.9.2.20250317.3.dist-info → pinexq_client-0.9.2.20250403.1.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.20250403.1
|
|
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.20250317.3.dist-info → pinexq_client-0.9.2.20250403.1.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.20250403.1.dist-info/METADATA,sha256=P9chpSnGLwuM95EjWXCFPzKOIhpHcOpYd0UEkrzLMRg,3278
|
|
2
|
+
pinexq_client-0.9.2.20250403.1.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
|
|
3
|
+
pinexq_client-0.9.2.20250403.1.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
|
4
|
+
pinexq_client-0.9.2.20250403.1.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=ujJ69wrAl8tIIP_wlsbDFxNbw3bTpDuNdIw5OyThhVk,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
|
|
@@ -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=YRIAYtp09i-r8FfIsNYxqeANXTVroFtvRVQ6AdSkdbw,31799
|
|
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
|
-
pinexq_client/job_management/tool/job.py,sha256=
|
|
49
|
+
pinexq_client/job_management/tool/job.py,sha256=77veL0dnqFpu8kz9Yr9xR9nG1YqZ2chCXWWLmnXm6kI,24962
|
|
50
50
|
pinexq_client/job_management/tool/job_group.py,sha256=TNWw46UDyP2gmArhbzMAqpHa6lS2hzwarLIrxxpOMnk,4822
|
|
51
51
|
pinexq_client/job_management/tool/processing_step.py,sha256=OOm36tV_N9RnJKh9WBZo_Xbmg1kb5JKh0NtNfECrNpM,10286
|
|
52
52
|
pinexq_client/job_management/tool/workdata.py,sha256=wRy_yfFZUJDh-hoGUuAbQaRGtPysDmEOhLwD84Fgz04,5510
|
|
53
|
-
pinexq_client-0.9.2.
|
|
53
|
+
pinexq_client-0.9.2.20250403.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|