kodexa 7.0.9196745246__py3-none-any.whl → 7.0.9196984597__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.
kodexa/platform/client.py CHANGED
@@ -1550,6 +1550,20 @@ class OrganizationEndpoint(Organization, EntityEndpoint):
1550
1550
  .set_client(self.client)
1551
1551
  )
1552
1552
 
1553
+ @property
1554
+ def guidance_sets(self) -> "GuidanceSetsEndpoint":
1555
+ """
1556
+ Get the guidance sets endpoint of the organization.
1557
+
1558
+ Returns:
1559
+ GuidanceSetsEndpoint: The guidance sets endpoint of the organization.
1560
+ """
1561
+ return (
1562
+ GuidanceSetsEndpoint()
1563
+ .set_organization(self)
1564
+ .set_client(self.client)
1565
+ )
1566
+
1553
1567
  @property
1554
1568
  def credentials(self):
1555
1569
  """
@@ -2546,7 +2560,7 @@ class ProjectEndpoint(EntityEndpoint, Project):
2546
2560
  Returns:
2547
2561
  GuidanceSetsEndpoint: The guidance sets endpoint of the project.
2548
2562
  """
2549
- return ProjectGuidanceSetEndpoint().set_client(self.client).set_project(self)
2563
+ return ProjectGuidanceSetsEndpoint().set_client(self.client).set_project(self)
2550
2564
 
2551
2565
  @property
2552
2566
  def assistants(self) -> ProjectAssistantsEndpoint:
@@ -6229,7 +6243,6 @@ class KodexaClient:
6229
6243
  self.messages = MessagesEndpoint(self)
6230
6244
  from kodexa.model.entities.product import ProductsEndpoint
6231
6245
  self.products = ProductsEndpoint(self)
6232
- self.guidance_sets = GuidanceSetsEndpoint(self)
6233
6246
 
6234
6247
  @staticmethod
6235
6248
  def login(url, token):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kodexa
3
- Version: 7.0.9196745246
3
+ Version: 7.0.9196984597
4
4
  Summary: Python SDK for the Kodexa Platform
5
5
  Author: Austin Redenbaugh
6
6
  Author-email: austin@kodexa.com
@@ -14,7 +14,7 @@ kodexa/model/persistence.py,sha256=sx5FwTSsWMdAZpAs0-6PqyULHkQyNQClApUKJZ-ly8M,6
14
14
  kodexa/pipeline/__init__.py,sha256=sA7f5D6qkdMrpp2xTIeefnrUBI6xxEEWostvxfX_1Cs,236
15
15
  kodexa/pipeline/pipeline.py,sha256=ZYpJAWcwV4YRK589DUhU0vXGQlkNSj4J2TsGbYqTLjo,25221
16
16
  kodexa/platform/__init__.py,sha256=1O3oiWMg292NPL_NacKDnK1T3_R6cMorrPRue_9e-O4,216
17
- kodexa/platform/client.py,sha256=ZfdDS0L0DK6Zi88fe2cYCcCqQRLamv2ARXkXL4Z7xww,218016
17
+ kodexa/platform/client.py,sha256=OJ9m5z6s7k6pRSnaVrhZ1WkhhN8k5HO_c0St8-w-cIo,218350
18
18
  kodexa/platform/interaction.py,sha256=6zpcwXKNZstUGNS6m4JsoRXAqCZPJHWI-ZN3co8nnF0,1055
19
19
  kodexa/platform/kodexa.py,sha256=Bvf6x43FWsFuAuQ4N8TvjSZq6niEtBTESmFCWVPASeQ,34024
20
20
  kodexa/selectors/__init__.py,sha256=xA9-4vpyaAZWPSk3bh2kvDLkdv6XEmm7PjFbpziiTIk,100
@@ -38,7 +38,7 @@ kodexa/testing/test_components.py,sha256=g5lP-GY0nTHuH5cIEw45vIejEeBaWkPKQGHL36j
38
38
  kodexa/testing/test_utils.py,sha256=DrLCkHxdb6AbZ-X3WmTMbQmnVIm55VEBL8MjtUK9POs,14021
39
39
  kodexa/training/__init__.py,sha256=xs2L62YpRkIRfslQwtQZ5Yxjhm7sLzX2TrVX6EuBnZQ,52
40
40
  kodexa/training/train_utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
41
- kodexa-7.0.9196745246.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
42
- kodexa-7.0.9196745246.dist-info/METADATA,sha256=hrUtBzWt19-MfOr84_rjc1nCP72GxIoKcYtbnERyqog,3486
43
- kodexa-7.0.9196745246.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
44
- kodexa-7.0.9196745246.dist-info/RECORD,,
41
+ kodexa-7.0.9196984597.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
42
+ kodexa-7.0.9196984597.dist-info/METADATA,sha256=coEjcXvX1uni_4hb2NuRn5xt1n51Z3V-GmIuSKkVOWA,3486
43
+ kodexa-7.0.9196984597.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
44
+ kodexa-7.0.9196984597.dist-info/RECORD,,