kodexa 7.0.11058299779__tar.gz → 7.0.11121143338__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.0.11058299779 → kodexa-7.0.11121143338}/PKG-INFO +1 -1
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/model/objects.py +65 -2
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/pyproject.toml +1 -1
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/LICENSE +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/README.md +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/__init__.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/assistant/__init__.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/assistant/assistant.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/connectors/__init__.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/connectors/connectors.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/dataclasses/__init__.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/dataclasses/templates/llm_data_class.j2 +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/model/__init__.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/model/base.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/model/entities/__init__.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/model/entities/check_response.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/model/entities/product.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/model/entities/product_subscription.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/model/model.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/model/persistence.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/pipeline/__init__.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/pipeline/pipeline.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/platform/__init__.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/platform/client.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/platform/interaction.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/platform/kodexa.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/selectors/__init__.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/selectors/ast.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/selectors/core.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/selectors/lexrules.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/selectors/lextab.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/selectors/lextab.pyi +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/selectors/parserules.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/selectors/parserules.pyi +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/selectors/parsetab.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/selectors/parsetab.pyi +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/spatial/__init__.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/spatial/azure_models.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/spatial/bbox_common.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/spatial/table_form_common.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/steps/__init__.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/steps/common.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/testing/__init__.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/testing/test_components.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/testing/test_utils.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/training/__init__.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/training/train_utils.py +0 -0
- {kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/kodexa/utils/__init__.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
from __future__ import annotations
|
2
2
|
|
3
|
-
from typing import Union
|
3
|
+
from typing import Union, Set
|
4
4
|
from enum import Enum
|
5
5
|
from typing import Optional, List, Dict, Any
|
6
6
|
from pydantic import AnyUrl, Field, RootModel, BaseModel, ConfigDict
|
@@ -2548,9 +2548,16 @@ class TaxonCardinality(Enum):
|
|
2548
2548
|
ONCE_PER_SEGMENT = "ONCE_PER_SEGMENT"
|
2549
2549
|
MULTIPLE_PER_SEGMENT = "MULTIPLE_PER_SEGMENT"
|
2550
2550
|
|
2551
|
+
class TaxonAdditionContextType(str, Enum):
|
2552
|
+
RECORD_DEFINITION = "RECORD_DEFINITION"
|
2553
|
+
RECORD_SECTION_STARTER_MARKER = "RECORD_SECTION_STARTER_MARKER"
|
2554
|
+
RECORD_SECTION_END_MARKER = "RECORD_SECTION_END_MARKER"
|
2555
|
+
RECORD_START_MARKER = "RECORD_START_MARKER"
|
2556
|
+
RECORD_END_MARKER = "RECORD_END_MARKER"
|
2551
2557
|
|
2552
2558
|
class TaxonAdditionContext(BaseModel):
|
2553
|
-
|
2559
|
+
type: TaxonAdditionContextType
|
2560
|
+
context: str
|
2554
2561
|
weight: Optional[float] = None
|
2555
2562
|
negative: Optional[bool] = None
|
2556
2563
|
|
@@ -2863,6 +2870,62 @@ class Project(BaseModel):
|
|
2863
2870
|
options: Optional[ProjectOptions] = Field(None, alias="options")
|
2864
2871
|
|
2865
2872
|
|
2873
|
+
class TaskStatus(str, Enum):
|
2874
|
+
TODO = "TODO"
|
2875
|
+
IN_PROGRESS = "IN_PROGRESS"
|
2876
|
+
DONE = "DONE"
|
2877
|
+
|
2878
|
+
|
2879
|
+
class TaskCheckItem(BaseModel):
|
2880
|
+
|
2881
|
+
model_config = ConfigDict(
|
2882
|
+
populate_by_name=True,
|
2883
|
+
use_enum_values=True,
|
2884
|
+
arbitrary_types_allowed=True,
|
2885
|
+
protected_namespaces=("model_config",),
|
2886
|
+
)
|
2887
|
+
|
2888
|
+
name: str
|
2889
|
+
description: Optional[str] = None
|
2890
|
+
taxon_path: Optional[str] = Field(None, alias="taxonPath")
|
2891
|
+
taxonomy_ref: Optional[str] = Field(None, alias="taxonomyRef")
|
2892
|
+
|
2893
|
+
|
2894
|
+
class TaskMetadata(BaseModel):
|
2895
|
+
|
2896
|
+
model_config = ConfigDict(
|
2897
|
+
populate_by_name=True,
|
2898
|
+
use_enum_values=True,
|
2899
|
+
arbitrary_types_allowed=True,
|
2900
|
+
protected_namespaces=("model_config",),
|
2901
|
+
)
|
2902
|
+
|
2903
|
+
field_values: Dict[str, Any] = Field(default_factory=dict)
|
2904
|
+
fields: List[Option] = Field(default_factory=list)
|
2905
|
+
check_items: List[TaskCheckItem] = Field(default_factory=list)
|
2906
|
+
document_store_ref: Optional[str] = None
|
2907
|
+
|
2908
|
+
|
2909
|
+
class Task(BaseModel):
|
2910
|
+
|
2911
|
+
model_config = ConfigDict(
|
2912
|
+
populate_by_name=True,
|
2913
|
+
use_enum_values=True,
|
2914
|
+
arbitrary_types_allowed=True,
|
2915
|
+
protected_namespaces=("model_config",),
|
2916
|
+
)
|
2917
|
+
|
2918
|
+
project: Optional['Project'] = Field(None)
|
2919
|
+
title: Optional[str] = Field(None)
|
2920
|
+
template: Optional[bool] = Field(None)
|
2921
|
+
description: Optional[str] = Field(None)
|
2922
|
+
metadata: Optional['TaskMetadata'] = Field(None)
|
2923
|
+
due_date: Optional[StandardDateTime] = Field(None, alias="dueDate")
|
2924
|
+
completed_date: Optional[StandardDateTime] = Field(None, alias="completedDate")
|
2925
|
+
status: Optional['TaskStatus'] = Field(None)
|
2926
|
+
assignee: Optional['User'] = Field(None)
|
2927
|
+
|
2928
|
+
|
2866
2929
|
class FeatureSet(BaseModel):
|
2867
2930
|
"""
|
2868
2931
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "kodexa"
|
3
|
-
version = "7.0.
|
3
|
+
version = "7.0.011121143338"
|
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.0.11058299779 → kodexa-7.0.11121143338}/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
|
{kodexa-7.0.11058299779 → kodexa-7.0.11121143338}/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
|