kodexa 7.4.416803490107__tar.gz → 7.4.416807352183__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.
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/PKG-INFO +1 -1
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/platform/client.py +3 -5
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/pyproject.toml +1 -1
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/LICENSE +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/README.md +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/__init__.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/assistant/__init__.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/assistant/assistant.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/connectors/__init__.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/connectors/connectors.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/dataclasses/__init__.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/dataclasses/templates/llm_data_class.j2 +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/model/__init__.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/model/base.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/model/entities/__init__.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/model/entities/check_response.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/model/entities/product.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/model/entities/product_group.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/model/entities/product_subscription.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/model/model.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/model/objects.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/model/persistence.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/model/utils.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/pipeline/__init__.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/pipeline/pipeline.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/platform/__init__.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/platform/interaction.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/platform/kodexa.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/platform/manifest.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/selectors/__init__.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/selectors/ast.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/selectors/core.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/selectors/lexrules.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/selectors/lextab.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/selectors/lextab.pyi +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/selectors/parserules.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/selectors/parserules.pyi +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/selectors/parsetab.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/selectors/parsetab.pyi +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/spatial/__init__.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/spatial/azure_models.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/spatial/bbox_common.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/spatial/table_form_common.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/steps/__init__.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/steps/common.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/testing/__init__.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/testing/test_components.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/testing/test_utils.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/training/__init__.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/training/train_utils.py +0 -0
- {kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/utils/__init__.py +0 -0
@@ -3254,7 +3254,7 @@ class ProjectsEndpoint(EntitiesEndpoint):
|
|
3254
3254
|
).set_client(self.client)
|
3255
3255
|
return None
|
3256
3256
|
|
3257
|
-
def stream_query(self, query: str = "*", sort=None, limit=None):
|
3257
|
+
def stream_query(self, query: str = "*", sort=None, limit=None, starting_offset = 0):
|
3258
3258
|
"""
|
3259
3259
|
Stream the query for the project endpoints.
|
3260
3260
|
|
@@ -3267,7 +3267,7 @@ class ProjectsEndpoint(EntitiesEndpoint):
|
|
3267
3267
|
ProjectEndpoint: A generator of the project endpoints.
|
3268
3268
|
"""
|
3269
3269
|
page_size = 5
|
3270
|
-
page = 1
|
3270
|
+
page = starting_offset // page_size + 1
|
3271
3271
|
counter = 0
|
3272
3272
|
|
3273
3273
|
if not sort:
|
@@ -5970,7 +5970,7 @@ class DocumentStoreEndpoint(StoreEndpoint):
|
|
5970
5970
|
page += 1
|
5971
5971
|
|
5972
5972
|
def filter(
|
5973
|
-
self, filter_string: str = "", page: int = 1, page_size: int = 100, sort=None
|
5973
|
+
self, filter_string: str = "", page: int = 1, page_size: int = 100, sort=None
|
5974
5974
|
) -> PageDocumentFamilyEndpoint:
|
5975
5975
|
"""
|
5976
5976
|
Filter the document family.
|
@@ -5980,11 +5980,9 @@ class DocumentStoreEndpoint(StoreEndpoint):
|
|
5980
5980
|
page (int, optional): The page number to get. Defaults to 1.
|
5981
5981
|
page_size (int, optional): The number of items per page. Defaults to 100.
|
5982
5982
|
sort (str, optional): Sorting order of the query. Defaults to None.
|
5983
|
-
starting_offset (int, optional): The starting offset for the filter (offset is 0-indexed, and over-rides the page parameter)
|
5984
5983
|
Returns:
|
5985
5984
|
PageDocumentFamilyEndpoint: The page of document families.
|
5986
5985
|
"""
|
5987
|
-
page = starting_offset // page_size + 1
|
5988
5986
|
params = {"page": page, "pageSize": page_size, "filter": filter_string}
|
5989
5987
|
|
5990
5988
|
if sort is not None:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "kodexa"
|
3
|
-
version = "7.4.
|
3
|
+
version = "7.4.416807352183"
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/dataclasses/templates/llm_data_class.j2
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{kodexa-7.4.416803490107 → kodexa-7.4.416807352183}/kodexa/model/entities/product_subscription.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|