kodexa 7.0.9208667113__tar.gz → 7.0.9208807211__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 (44) hide show
  1. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/PKG-INFO +1 -1
  2. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/platform/client.py +41 -0
  3. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/pyproject.toml +1 -1
  4. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/LICENSE +0 -0
  5. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/README.md +0 -0
  6. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/__init__.py +0 -0
  7. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/assistant/__init__.py +0 -0
  8. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/assistant/assistant.py +0 -0
  9. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/connectors/__init__.py +0 -0
  10. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/connectors/connectors.py +0 -0
  11. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/model/__init__.py +0 -0
  12. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/model/base.py +0 -0
  13. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/model/entities/__init__.py +0 -0
  14. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/model/entities/product.py +0 -0
  15. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/model/entities/product_subscription.py +0 -0
  16. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/model/model.py +0 -0
  17. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/model/objects.py +0 -0
  18. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/model/persistence.py +0 -0
  19. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/pipeline/__init__.py +0 -0
  20. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/pipeline/pipeline.py +0 -0
  21. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/platform/__init__.py +0 -0
  22. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/platform/interaction.py +0 -0
  23. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/platform/kodexa.py +0 -0
  24. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/selectors/__init__.py +0 -0
  25. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/selectors/ast.py +0 -0
  26. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/selectors/core.py +0 -0
  27. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/selectors/lexrules.py +0 -0
  28. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/selectors/lextab.py +0 -0
  29. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/selectors/lextab.pyi +0 -0
  30. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/selectors/parserules.py +0 -0
  31. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/selectors/parserules.pyi +0 -0
  32. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/selectors/parsetab.py +0 -0
  33. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/selectors/parsetab.pyi +0 -0
  34. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/spatial/__init__.py +0 -0
  35. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/spatial/azure_models.py +0 -0
  36. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/spatial/bbox_common.py +0 -0
  37. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/spatial/table_form_common.py +0 -0
  38. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/steps/__init__.py +0 -0
  39. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/steps/common.py +0 -0
  40. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/testing/__init__.py +0 -0
  41. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/testing/test_components.py +0 -0
  42. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/testing/test_utils.py +0 -0
  43. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/kodexa/training/__init__.py +0 -0
  44. {kodexa-7.0.9208667113 → kodexa-7.0.9208807211}/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.9208667113
3
+ Version: 7.0.9208807211
4
4
  Summary: Python SDK for the Kodexa Platform
5
5
  Author: Austin Redenbaugh
6
6
  Author-email: austin@kodexa.com
@@ -2165,6 +2165,38 @@ class PagePromptEndpoint(PagePrompt, PageEndpoint):
2165
2165
  pass
2166
2166
 
2167
2167
 
2168
+ class ProjectDataFormsEndpoint(ProjectResourceEndpoint):
2169
+ """Represents a project data forms endpoint.
2170
+
2171
+ This class is used to represent a project taxonomies endpoint in the system.
2172
+ """
2173
+
2174
+ """Represents a project taxonomies endpoint"""
2175
+
2176
+ def get_type(self) -> str:
2177
+ """Get the type of the endpoint.
2178
+
2179
+ This method is used to get the type of the endpoint.
2180
+
2181
+ Returns:
2182
+ str: The type of the endpoint.
2183
+ """
2184
+ return "dataForms"
2185
+
2186
+ def get_instance_class(self, object_dict=None):
2187
+ """Get the instance class of the project data form endpoint.
2188
+
2189
+ This method is used to get the instance class of the project dataform endpoint.
2190
+
2191
+ Args:
2192
+ object_dict (dict, optional): The object dictionary. Defaults to None.
2193
+
2194
+ Returns:
2195
+ TaxonomyEndpoint: The instance class of the project taxonomies endpoint.
2196
+ """
2197
+ return DataFormEndpoint
2198
+
2199
+
2168
2200
  class ProjectTaxonomiesEndpoint(ProjectResourceEndpoint):
2169
2201
  """Represents a project taxonomies endpoint.
2170
2202
 
@@ -2603,6 +2635,15 @@ class ProjectEndpoint(EntityEndpoint, Project):
2603
2635
  """
2604
2636
  return ProjectGuidanceSetsEndpoint().set_client(self.client).set_project(self)
2605
2637
 
2638
+ @property
2639
+ def data_forms(self) -> "ProjectDataFormsEndpoint":
2640
+ """Get the guidance sets endpoint of the project.
2641
+
2642
+ Returns:
2643
+ GuidanceSetsEndpoint: The guidance sets endpoint of the project.
2644
+ """
2645
+ return ProjectDataFormsEndpoint().set_client(self.client).set_project(self)
2646
+
2606
2647
  @property
2607
2648
  def assistants(self) -> ProjectAssistantsEndpoint:
2608
2649
  """Get the assistants endpoint of the project.
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "kodexa"
3
- version = "7.0.09208667113"
3
+ version = "7.0.09208807211"
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"
File without changes