kodexa 7.0.8231693882__py3-none-any.whl → 7.0.8249426437__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.
@@ -233,7 +233,7 @@ class PipelineStep:
233
233
  """
234
234
 
235
235
  def __init__(
236
- self, step, name=None, options=None, attach_source=False, step_type="ACTION"
236
+ self, step, name=None, options=None, attach_source=False, step_type="ACTION", conditional=None
237
237
  ):
238
238
  if options is None:
239
239
  options = {}
@@ -241,6 +241,7 @@ class PipelineStep:
241
241
  self.name = name
242
242
  self.options = options
243
243
  self.step_type = step_type
244
+ self.conditional = conditional
244
245
 
245
246
  if str(type(self.step)) == "<class 'type'>":
246
247
  logger.info(f"Adding new step class {step.__name__} to pipeline")
@@ -284,6 +285,8 @@ class PipelineStep:
284
285
 
285
286
  metadata["name"] = self.name
286
287
  metadata["stepType"] = self.step_type
288
+ metadata["options"] = self.options
289
+ metadata["conditional"] = self.conditional
287
290
  return metadata
288
291
  except AttributeError as e:
289
292
  raise Exception("All steps must implement to_dict() for deployment", e)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kodexa
3
- Version: 7.0.8231693882
3
+ Version: 7.0.8249426437
4
4
  Summary: Python SDK for the Kodexa Platform
5
5
  Author: Austin Redenbaugh
6
6
  Author-email: austin@kodexa.com
@@ -27,6 +27,7 @@ Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
27
27
  Requires-Dist: pyyaml (>=6.0,<7.0)
28
28
  Requires-Dist: requests (>=2.28.1,<3.0.0)
29
29
  Requires-Dist: semver (>=3.0.1,<4.0.0)
30
+ Requires-Dist: simpleeval (>=0.9.13,<0.10.0)
30
31
  Requires-Dist: urllib3 (>=2.0.0,<3.0.0)
31
32
  Description-Content-Type: text/markdown
32
33
 
@@ -9,7 +9,7 @@ kodexa/model/model.py,sha256=AB3A4zi7iSuRdz8fVmQRHIRl-p-Cb_AUreJ8M-fIbA4,115160
9
9
  kodexa/model/objects.py,sha256=pH2ckpvxlfOf8cPLRVMkTgD4H63M1VU3EvptAICp5PU,173238
10
10
  kodexa/model/persistence.py,sha256=hhUnDUr4wc2bSN4V3sKug8ZIxSUl-pNc2OUQLnB71NA,60121
11
11
  kodexa/pipeline/__init__.py,sha256=sA7f5D6qkdMrpp2xTIeefnrUBI6xxEEWostvxfX_1Cs,236
12
- kodexa/pipeline/pipeline.py,sha256=cIRFOoJkguIYgNzx6FYrODdBpcY25CM_SULsqSsHeXE,24323
12
+ kodexa/pipeline/pipeline.py,sha256=J32cR5qe3kxG3zBu3orSg-BC_48LyIOePOEL86y5aqQ,24482
13
13
  kodexa/platform/__init__.py,sha256=1O3oiWMg292NPL_NacKDnK1T3_R6cMorrPRue_9e-O4,216
14
14
  kodexa/platform/client.py,sha256=EHk0L9mYAJXRdMvwvc-fm4IwPqnNQKUisMQqgyTDzFE,213246
15
15
  kodexa/platform/interaction.py,sha256=6zpcwXKNZstUGNS6m4JsoRXAqCZPJHWI-ZN3co8nnF0,1055
@@ -35,7 +35,7 @@ kodexa/testing/test_components.py,sha256=g5lP-GY0nTHuH5cIEw45vIejEeBaWkPKQGHL36j
35
35
  kodexa/testing/test_utils.py,sha256=DrLCkHxdb6AbZ-X3WmTMbQmnVIm55VEBL8MjtUK9POs,14021
36
36
  kodexa/training/__init__.py,sha256=xs2L62YpRkIRfslQwtQZ5Yxjhm7sLzX2TrVX6EuBnZQ,52
37
37
  kodexa/training/train_utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
- kodexa-7.0.8231693882.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
39
- kodexa-7.0.8231693882.dist-info/METADATA,sha256=rDn374Yq4D2Kzwy6l7wNAoCkwqYuU41yKFZ9F6qIOW8,3448
40
- kodexa-7.0.8231693882.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
41
- kodexa-7.0.8231693882.dist-info/RECORD,,
38
+ kodexa-7.0.8249426437.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
39
+ kodexa-7.0.8249426437.dist-info/METADATA,sha256=x1ETztxEvL9XSOtv-07SczBGYeaq745FnzkrJwxSJaA,3493
40
+ kodexa-7.0.8249426437.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
41
+ kodexa-7.0.8249426437.dist-info/RECORD,,