kodexa 7.0.8325598224__tar.gz → 7.0.8367298365__tar.gz

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.
Files changed (41) hide show
  1. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/PKG-INFO +1 -1
  2. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/pipeline/pipeline.py +4 -3
  3. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/pyproject.toml +2 -2
  4. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/LICENSE +0 -0
  5. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/README.md +0 -0
  6. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/__init__.py +0 -0
  7. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/assistant/__init__.py +0 -0
  8. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/assistant/assistant.py +0 -0
  9. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/connectors/__init__.py +0 -0
  10. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/connectors/connectors.py +0 -0
  11. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/model/__init__.py +0 -0
  12. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/model/base.py +0 -0
  13. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/model/model.py +0 -0
  14. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/model/objects.py +0 -0
  15. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/model/persistence.py +0 -0
  16. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/pipeline/__init__.py +0 -0
  17. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/platform/__init__.py +0 -0
  18. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/platform/client.py +0 -0
  19. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/platform/interaction.py +0 -0
  20. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/platform/kodexa.py +0 -0
  21. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/selectors/__init__.py +0 -0
  22. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/selectors/ast.py +0 -0
  23. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/selectors/core.py +0 -0
  24. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/selectors/lexrules.py +0 -0
  25. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/selectors/lextab.py +0 -0
  26. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/selectors/lextab.pyi +0 -0
  27. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/selectors/parserules.py +0 -0
  28. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/selectors/parserules.pyi +0 -0
  29. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/selectors/parsetab.py +0 -0
  30. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/selectors/parsetab.pyi +0 -0
  31. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/spatial/__init__.py +0 -0
  32. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/spatial/azure_models.py +0 -0
  33. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/spatial/bbox_common.py +0 -0
  34. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/spatial/table_form_common.py +0 -0
  35. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/steps/__init__.py +0 -0
  36. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/steps/common.py +0 -0
  37. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/testing/__init__.py +0 -0
  38. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/testing/test_components.py +0 -0
  39. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/testing/test_utils.py +0 -0
  40. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/training/__init__.py +0 -0
  41. {kodexa-7.0.8325598224 → kodexa-7.0.8367298365}/kodexa/training/train_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kodexa
3
- Version: 7.0.8325598224
3
+ Version: 7.0.8367298365
4
4
  Summary: Python SDK for the Kodexa Platform
5
5
  Author: Austin Redenbaugh
6
6
  Author-email: austin@kodexa.com
@@ -132,16 +132,17 @@ class PipelineContext:
132
132
  self.cancellation_handler = cancellation_handler
133
133
 
134
134
  def update_status(
135
- self, status_message: str, status_full_message: Optional[str] = None
135
+ self, status_message: str, progress: Optional[int] = None, progress_max: Optional[int] = None
136
136
  ):
137
137
  """Updates the status of the pipeline.
138
138
 
139
139
  Args:
140
140
  status_message (str): The status message.
141
- status_full_message (str, optional): The full status message. Defaults to None.
141
+ progress (int, optional): The progress of the pipeline. Defaults to None.
142
+ progress_max (int, optional): The maximum progress of the pipeline. Defaults to None.
142
143
  """
143
144
  if self.status_handler is not None:
144
- self.status_handler(status_message, status_full_message)
145
+ self.status_handler(status_message, progress, progress_max)
145
146
 
146
147
  def is_cancelled(self) -> bool:
147
148
  """Checks if the pipeline is cancelled.
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "kodexa"
3
- version = "7.0.08325598224"
3
+ version = "7.0.08367298365"
4
4
  description = "Python SDK for the Kodexa Platform"
5
5
  authors = ["Austin Redenbaugh <austin@kodexa.com>", "Philip Dodds <philip@kodexa.com>", "Romar Cablao <rcablao@kodexa.com>", "Amadea Paula Dodds <amadeapaula@kodexa.com>"]
6
6
  readme = "README.md"
@@ -44,7 +44,7 @@ mypy = "^0.991"
44
44
  flake8 = "^6.0.0"
45
45
  pandas = "1.4.3"
46
46
  setuptools = "^65.5.1"
47
- black = "^23.7.0"
47
+ black = ">=23.7,<25.0"
48
48
  mkdocstrings = "^0.22.0"
49
49
  mkdocstrings-python = "^1.5.1"
50
50
  jupyter = "^1.0.0"
File without changes