kodexa 6.3.36300526093__tar.gz → 6.3.36301134879__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-6.3.36300526093 → kodexa-6.3.36301134879}/PKG-INFO +2 -2
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/platform/client.py +1 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/pyproject.toml +2 -2
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/LICENSE +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/README.md +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/__init__.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/assistant/__init__.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/assistant/assistant.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/connectors/__init__.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/connectors/connectors.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/model/__init__.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/model/base.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/model/model.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/model/objects.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/model/persistence.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/pipeline/__init__.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/pipeline/pipeline.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/platform/__init__.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/platform/kodexa.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/selectors/__init__.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/selectors/ast.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/selectors/core.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/selectors/lexrules.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/selectors/lextab.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/selectors/lextab.pyi +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/selectors/parserules.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/selectors/parserules.pyi +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/selectors/parsetab.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/selectors/parsetab.pyi +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/spatial/__init__.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/spatial/azure_models.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/spatial/bbox_common.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/spatial/table_form_common.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/steps/__init__.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/steps/common.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/testing/__init__.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/testing/test_components.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/testing/test_utils.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/training/__init__.py +0 -0
- {kodexa-6.3.36300526093 → kodexa-6.3.36301134879}/kodexa/training/train_utils.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: kodexa
|
3
|
-
Version: 6.3.
|
3
|
+
Version: 6.3.36301134879
|
4
4
|
Summary: Python SDK for the Kodexa Platform
|
5
5
|
Author: Austin Redenbaugh
|
6
6
|
Author-email: austin@kodexa.com
|
@@ -20,7 +20,7 @@ Requires-Dist: datamodel-code-generator (>=0.21.0,<0.22.0)
|
|
20
20
|
Requires-Dist: deepdiff (==6.3.1)
|
21
21
|
Requires-Dist: msgpack (==1.0.5)
|
22
22
|
Requires-Dist: ply (>=3.11,<4.0)
|
23
|
-
Requires-Dist: pydantic (
|
23
|
+
Requires-Dist: pydantic (==v2.3.0)
|
24
24
|
Requires-Dist: pydantic-yaml (>=1.0.0,<2.0.0)
|
25
25
|
Requires-Dist: pyfunctional (>=1.4.3,<1.5.0)
|
26
26
|
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
|
@@ -5763,6 +5763,7 @@ class KodexaClient:
|
|
5763
5763
|
self.memberships = MembershipsEndpoint(self)
|
5764
5764
|
self.executions = ExecutionsEndpoint(self)
|
5765
5765
|
self.channels = ChannelsEndpoint(self)
|
5766
|
+
self.assistants = AssistantsEndpoint(self)
|
5766
5767
|
|
5767
5768
|
@staticmethod
|
5768
5769
|
def login(url, email, password, insecure=False):
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "kodexa"
|
3
|
-
version = "6.3.
|
3
|
+
version = "6.3.36301134879"
|
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"
|
@@ -31,7 +31,7 @@ python-dateutil = "^2.8.2"
|
|
31
31
|
datamodel-code-generator = "^0.21.0"
|
32
32
|
better-exceptions = ">=0.3.3,<0.4.0"
|
33
33
|
pyfunctional = ">=1.4.3,<1.5.0"
|
34
|
-
pydantic = "
|
34
|
+
pydantic = "v2.3.0"
|
35
35
|
pydantic-yaml = "^1.0.0"
|
36
36
|
semver = "^3.0.1"
|
37
37
|
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|