kodexa 6.3.35691157156__py3-none-any.whl → 6.3.35730250009__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
@@ -211,9 +211,9 @@ class ComponentEndpoint(ClientEndpoint, OrganizationOwned):
211
211
  :param version:
212
212
  :return:
213
213
  """
214
- filters = ["slug=" + slug]
214
+ filters = ["slug: '" + slug + "'"]
215
215
  if version is not None:
216
- filters.append("version=" + version)
216
+ filters.append("version: '" + version + "'")
217
217
  component_page = self.list(filters=filters)
218
218
  if component_page.empty:
219
219
  return None
@@ -230,7 +230,6 @@ class ComponentEndpoint(ClientEndpoint, OrganizationOwned):
230
230
  params["sort"] = sort
231
231
 
232
232
  if filters is not None:
233
- params["legacyFilter"] = True
234
233
  params["filter"] = filters
235
234
 
236
235
  while True:
@@ -259,7 +258,6 @@ class ComponentEndpoint(ClientEndpoint, OrganizationOwned):
259
258
  params["sort"] = sort
260
259
 
261
260
  if filters is not None:
262
- params["legacyFilter"] = True
263
261
  params["filter"] = filters
264
262
 
265
263
  list_response = self.client.get(url, params=params)
@@ -380,7 +378,6 @@ class EntitiesEndpoint:
380
378
  params["sort"] = sort
381
379
 
382
380
  if filters is not None:
383
- params["legacyFilter"] = True
384
381
  params["filter"] = filters
385
382
 
386
383
  if self.organization is not None:
@@ -437,7 +434,7 @@ class OrganizationsEndpoint(EntitiesEndpoint):
437
434
  :param slug:
438
435
  :return:
439
436
  """
440
- organizations = self.list(filters=["slug=" + slug])
437
+ organizations = self.list(filters=["slug: '" + slug + "'"])
441
438
  if organizations.number_of_elements == 0:
442
439
  return None
443
440
  return organizations.content[0]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kodexa
3
- Version: 6.3.35691157156
3
+ Version: 6.3.35730250009
4
4
  Summary: Python SDK for the Kodexa Platform
5
5
  Author: Austin Redenbaugh
6
6
  Author-email: austin@kodexa.com
@@ -11,7 +11,7 @@ kodexa/model/persistence.py,sha256=qvvr8Wn8VUlchqNObbyi86a1o-BkEh3gEivlFEhW8ks,3
11
11
  kodexa/pipeline/__init__.py,sha256=sA7f5D6qkdMrpp2xTIeefnrUBI6xxEEWostvxfX_1Cs,236
12
12
  kodexa/pipeline/pipeline.py,sha256=0gT1GffKWbOUzuimBDiJAzFoN_jNBIAgIGSrIWLZ8Zo,19505
13
13
  kodexa/platform/__init__.py,sha256=1O3oiWMg292NPL_NacKDnK1T3_R6cMorrPRue_9e-O4,216
14
- kodexa/platform/client.py,sha256=r6hiSsl5RwH9WjTDcx-VLKFa4xL73ffacUXQ-Yb-VQA,111395
14
+ kodexa/platform/client.py,sha256=oPkJZxC3MFEu6SpY7BRYEGchh-1PmqnglWxZAL5FoMM,111293
15
15
  kodexa/platform/kodexa.py,sha256=c5bPulDDuVsZzXmJPDwQil54RwAVn2P1-lWFXSUvoAc,28288
16
16
  kodexa/selectors/__init__.py,sha256=xA9-4vpyaAZWPSk3bh2kvDLkdv6XEmm7PjFbpziiTIk,100
17
17
  kodexa/selectors/ast.py,sha256=mTAcX_pjDiDy99ELxbMMwAAkzezOqz5uCyui9qz7Q4A,13499
@@ -34,7 +34,7 @@ kodexa/testing/test_components.py,sha256=i_9M6-bfUBdR1uYAzZZzWiW0M1DGKzE5mkNuHq4
34
34
  kodexa/testing/test_utils.py,sha256=HXM3S5FDzarzS6R7jkOHps6d6Ox2UtNqymoK6VCw8Zg,13596
35
35
  kodexa/training/__init__.py,sha256=xs2L62YpRkIRfslQwtQZ5Yxjhm7sLzX2TrVX6EuBnZQ,52
36
36
  kodexa/training/train_utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
37
- kodexa-6.3.35691157156.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
38
- kodexa-6.3.35691157156.dist-info/METADATA,sha256=CkmCTZIBmo2oBAVOipXvajDnIZfe_bkGbGBLk27XnBQ,4068
39
- kodexa-6.3.35691157156.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
40
- kodexa-6.3.35691157156.dist-info/RECORD,,
37
+ kodexa-6.3.35730250009.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
38
+ kodexa-6.3.35730250009.dist-info/METADATA,sha256=toANYXQCOWsDMVwookJ2cjW3ofd4TB5DQJ0H7nhsnaM,4068
39
+ kodexa-6.3.35730250009.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
40
+ kodexa-6.3.35730250009.dist-info/RECORD,,