kodexa 7.4.413425327775__tar.gz → 7.4.413425371807__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.
Files changed (52) hide show
  1. kodexa-7.4.413425371807/PKG-INFO +98 -0
  2. kodexa-7.4.413425371807/README.md +66 -0
  3. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/pyproject.toml +1 -1
  4. kodexa-7.4.413425327775/PKG-INFO +0 -87
  5. kodexa-7.4.413425327775/README.md +0 -54
  6. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/LICENSE +0 -0
  7. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/__init__.py +0 -0
  8. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/assistant/__init__.py +0 -0
  9. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/assistant/assistant.py +0 -0
  10. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/connectors/__init__.py +0 -0
  11. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/connectors/connectors.py +0 -0
  12. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/dataclasses/__init__.py +0 -0
  13. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/dataclasses/templates/llm_data_class.j2 +0 -0
  14. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/model/__init__.py +0 -0
  15. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/model/base.py +0 -0
  16. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/model/entities/__init__.py +0 -0
  17. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/model/entities/check_response.py +0 -0
  18. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/model/entities/product.py +0 -0
  19. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/model/entities/product_group.py +0 -0
  20. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/model/entities/product_subscription.py +0 -0
  21. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/model/model.py +0 -0
  22. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/model/objects.py +0 -0
  23. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/model/persistence.py +0 -0
  24. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/model/utils.py +0 -0
  25. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/pipeline/__init__.py +0 -0
  26. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/pipeline/pipeline.py +0 -0
  27. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/platform/__init__.py +0 -0
  28. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/platform/client.py +0 -0
  29. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/platform/interaction.py +0 -0
  30. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/platform/kodexa.py +0 -0
  31. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/selectors/__init__.py +0 -0
  32. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/selectors/ast.py +0 -0
  33. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/selectors/core.py +0 -0
  34. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/selectors/lexrules.py +0 -0
  35. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/selectors/lextab.py +0 -0
  36. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/selectors/lextab.pyi +0 -0
  37. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/selectors/parserules.py +0 -0
  38. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/selectors/parserules.pyi +0 -0
  39. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/selectors/parsetab.py +0 -0
  40. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/selectors/parsetab.pyi +0 -0
  41. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/spatial/__init__.py +0 -0
  42. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/spatial/azure_models.py +0 -0
  43. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/spatial/bbox_common.py +0 -0
  44. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/spatial/table_form_common.py +0 -0
  45. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/steps/__init__.py +0 -0
  46. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/steps/common.py +0 -0
  47. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/testing/__init__.py +0 -0
  48. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/testing/test_components.py +0 -0
  49. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/testing/test_utils.py +0 -0
  50. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/training/__init__.py +0 -0
  51. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/training/train_utils.py +0 -0
  52. {kodexa-7.4.413425327775 → kodexa-7.4.413425371807}/kodexa/utils/__init__.py +0 -0
@@ -0,0 +1,98 @@
1
+ Metadata-Version: 2.1
2
+ Name: kodexa
3
+ Version: 7.4.413425371807
4
+ Summary: Python SDK for the Kodexa Platform
5
+ Author: Austin Redenbaugh
6
+ Author-email: austin@kodexa.com
7
+ Requires-Python: >=3.11,<4.0
8
+ Classifier: Development Status :: 5 - Production/Stable
9
+ Classifier: Intended Audience :: Developers
10
+ Classifier: License :: OSI Approved :: Apache Software License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Programming Language :: Python :: 3.11
13
+ Classifier: Topic :: Software Development :: Libraries
14
+ Requires-Dist: addict (>=2.4.0,<3.0.0)
15
+ Requires-Dist: appdirs (>=1.4.4,<2.0.0)
16
+ Requires-Dist: better-exceptions (>=0.3.3,<0.4.0)
17
+ Requires-Dist: certifi (>=2025.0.0,<2026.0.0)
18
+ Requires-Dist: chevron (>=0.14.0,<0.15.0)
19
+ Requires-Dist: deepdiff (>=8.0.1,<9.0.0)
20
+ Requires-Dist: msgpack (>=1.0.6,<2.0.0)
21
+ Requires-Dist: ply (>=3.11,<4.0)
22
+ Requires-Dist: pydantic (>=2.5.3,<3.0.0)
23
+ Requires-Dist: pydantic-yaml (>=1.0.0,<2.0.0)
24
+ Requires-Dist: pyfunctional (==1.5.0)
25
+ Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
26
+ Requires-Dist: pyyaml (>=6.0,<7.0)
27
+ Requires-Dist: requests (>=2.28.1,<3.0.0)
28
+ Requires-Dist: semver (>=3.0.1,<4.0.0)
29
+ Requires-Dist: simpleeval (>=1.0.0,<2.0.0)
30
+ Requires-Dist: urllib3 (>=2.0.0,<3.0.0)
31
+ Description-Content-Type: text/markdown
32
+
33
+ # Kodexa Python SDK
34
+
35
+ Learn more about Kodexa at [kodexa.ai](https://kodexa.ai).
36
+
37
+ ## Installation & Setup
38
+
39
+ The project uses Poetry for dependency management. To get started:
40
+
41
+ 1. Make sure you have Poetry installed:
42
+ ```bash
43
+ curl -sSL https://install.python-poetry.org | python3 -
44
+ ```
45
+
46
+ 2. Install dependencies:
47
+ ```bash
48
+ poetry install
49
+ ```
50
+
51
+ 3. Run tests to verify your setup:
52
+ ```bash
53
+ poetry run pytest
54
+ ```
55
+
56
+ ## Documentation
57
+
58
+ Comprehensive documentation, including API references, tutorials, and best practices, is available at the [Kodexa Support Portal](https://support.kodexa.ai).
59
+
60
+ Key documentation sections include:
61
+ - Getting Started Guide
62
+ - API Reference
63
+ - Pipeline Development
64
+ - Model Creation
65
+ - Platform Integration
66
+ - Best Practices
67
+
68
+ ## Examples
69
+
70
+ Check out our documentation for practical examples of:
71
+ - Document processing pipelines
72
+ - Custom model development
73
+ - Content extraction and transformation
74
+ - Platform integration patterns
75
+ - Action implementation
76
+
77
+ ## Contributing
78
+
79
+ We welcome contributions to the Kodexa platform! Whether it's:
80
+ - Bug fixes
81
+ - Feature enhancements
82
+ - Documentation improvements
83
+ - Example contributions
84
+
85
+ Please see our [contributing guide](CONTRIBUTING.md) for details on how to get involved.
86
+
87
+ ## License
88
+
89
+ This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
90
+
91
+ ## Support
92
+
93
+ - Visit our [Developer Portal](https://developer.kodexa.ai) for documentation
94
+ - Contact us directly at support@kodexa.com for enterprise support
95
+
96
+ ---
97
+
98
+ Built with ❤️ by the Kodexa team
@@ -0,0 +1,66 @@
1
+ # Kodexa Python SDK
2
+
3
+ Learn more about Kodexa at [kodexa.ai](https://kodexa.ai).
4
+
5
+ ## Installation & Setup
6
+
7
+ The project uses Poetry for dependency management. To get started:
8
+
9
+ 1. Make sure you have Poetry installed:
10
+ ```bash
11
+ curl -sSL https://install.python-poetry.org | python3 -
12
+ ```
13
+
14
+ 2. Install dependencies:
15
+ ```bash
16
+ poetry install
17
+ ```
18
+
19
+ 3. Run tests to verify your setup:
20
+ ```bash
21
+ poetry run pytest
22
+ ```
23
+
24
+ ## Documentation
25
+
26
+ Comprehensive documentation, including API references, tutorials, and best practices, is available at the [Kodexa Support Portal](https://support.kodexa.ai).
27
+
28
+ Key documentation sections include:
29
+ - Getting Started Guide
30
+ - API Reference
31
+ - Pipeline Development
32
+ - Model Creation
33
+ - Platform Integration
34
+ - Best Practices
35
+
36
+ ## Examples
37
+
38
+ Check out our documentation for practical examples of:
39
+ - Document processing pipelines
40
+ - Custom model development
41
+ - Content extraction and transformation
42
+ - Platform integration patterns
43
+ - Action implementation
44
+
45
+ ## Contributing
46
+
47
+ We welcome contributions to the Kodexa platform! Whether it's:
48
+ - Bug fixes
49
+ - Feature enhancements
50
+ - Documentation improvements
51
+ - Example contributions
52
+
53
+ Please see our [contributing guide](CONTRIBUTING.md) for details on how to get involved.
54
+
55
+ ## License
56
+
57
+ This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
58
+
59
+ ## Support
60
+
61
+ - Visit our [Developer Portal](https://developer.kodexa.ai) for documentation
62
+ - Contact us directly at support@kodexa.com for enterprise support
63
+
64
+ ---
65
+
66
+ Built with ❤️ by the Kodexa team
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "kodexa"
3
- version = "7.4.413425327775"
3
+ version = "7.4.413425371807"
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"
@@ -1,87 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: kodexa
3
- Version: 7.4.413425327775
4
- Summary: Python SDK for the Kodexa Platform
5
- Author: Austin Redenbaugh
6
- Author-email: austin@kodexa.com
7
- Requires-Python: >=3.11,<4.0
8
- Classifier: Development Status :: 5 - Production/Stable
9
- Classifier: Intended Audience :: Developers
10
- Classifier: License :: OSI Approved :: Apache Software License
11
- Classifier: Programming Language :: Python :: 3
12
- Classifier: Programming Language :: Python :: 3.11
13
- Classifier: Topic :: Software Development :: Libraries
14
- Requires-Dist: addict (>=2.4.0,<3.0.0)
15
- Requires-Dist: appdirs (>=1.4.4,<2.0.0)
16
- Requires-Dist: better-exceptions (>=0.3.3,<0.4.0)
17
- Requires-Dist: certifi (>=2025.0.0,<2026.0.0)
18
- Requires-Dist: chevron (>=0.14.0,<0.15.0)
19
- Requires-Dist: deepdiff (>=8.0.1,<9.0.0)
20
- Requires-Dist: msgpack (>=1.0.6,<2.0.0)
21
- Requires-Dist: ply (>=3.11,<4.0)
22
- Requires-Dist: pydantic (>=2.5.3,<3.0.0)
23
- Requires-Dist: pydantic-yaml (>=1.0.0,<2.0.0)
24
- Requires-Dist: pyfunctional (==1.5.0)
25
- Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
26
- Requires-Dist: pyyaml (>=6.0,<7.0)
27
- Requires-Dist: requests (>=2.28.1,<3.0.0)
28
- Requires-Dist: semver (>=3.0.1,<4.0.0)
29
- Requires-Dist: simpleeval (>=1.0.0,<2.0.0)
30
- Requires-Dist: urllib3 (>=2.0.0,<3.0.0)
31
- Description-Content-Type: text/markdown
32
-
33
- # Kodexa
34
-
35
- [![Build and Package with Poetry](https://github.com/kodexa-ai/kodexa/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/kodexa-ai/kodexa/actions/workflows/main.yml)
36
-
37
- ![img.png](https://docs.kodexa.com/img.png)
38
-
39
- Kodexa is a platform for building intelligent document processing pipelines. It is a set of tools and services that
40
- allow you to build a pipeline that can take a document, extract the content, and then process it to extract the
41
- information you need.
42
-
43
- It is built on a set of core principles:
44
-
45
- * **Document Centric** - Kodexa is built around the idea of a document. A document is a collection of content
46
- nodes that are connected together. This is a powerful model that allows you to build pipelines that can
47
- extract content from a wide range of sources.
48
-
49
- * **Pipeline Oriented** - Kodexa is built around the idea of a pipeline. A pipeline is a series of steps that
50
- can be executed on a document. This allows you to build a pipeline that can extract content from a wide range
51
- of sources.
52
-
53
- * **Extensible** - Kodexa is built around the idea of a pipeline. A pipeline is a series of steps that can be executed
54
- on a document. This allows you to build a pipeline that can extract content from a wide range of sources.
55
-
56
- * **Label Driven** - Kodexa focuses on the idea of labels. Labels are a way to identify content within a document
57
- and then use that content to drive the processing of the document.
58
-
59
- # Python SDK
60
-
61
- This repository contains the Python SDK for Kodexa. The SDK is the primary way to interact with Kodexa. It allows you to
62
- define actions, models, and pipelines that can be executed on Kodexa. It also includes a complete SDK client for
63
- working with a Kodexa platform instance.
64
-
65
- ## Documentation & Examples
66
-
67
- Documentation is available at the [Kodexa Support Portal](https://support.kodexa.ai)
68
-
69
- ## Set-up
70
-
71
- We use poetry to manage our dependencies, so you can install them with:
72
-
73
- poetry install
74
-
75
- You can then run the tests with:
76
-
77
- poetry run pytest
78
-
79
- # Contributing
80
-
81
- We welcome contributions to the Kodexa platform. Please see our [contributing guide](CONTRIBUTING.md) for more details.
82
-
83
- # License
84
-
85
- Apache 2.0
86
-
87
-
@@ -1,54 +0,0 @@
1
- # Kodexa
2
-
3
- [![Build and Package with Poetry](https://github.com/kodexa-ai/kodexa/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/kodexa-ai/kodexa/actions/workflows/main.yml)
4
-
5
- ![img.png](https://docs.kodexa.com/img.png)
6
-
7
- Kodexa is a platform for building intelligent document processing pipelines. It is a set of tools and services that
8
- allow you to build a pipeline that can take a document, extract the content, and then process it to extract the
9
- information you need.
10
-
11
- It is built on a set of core principles:
12
-
13
- * **Document Centric** - Kodexa is built around the idea of a document. A document is a collection of content
14
- nodes that are connected together. This is a powerful model that allows you to build pipelines that can
15
- extract content from a wide range of sources.
16
-
17
- * **Pipeline Oriented** - Kodexa is built around the idea of a pipeline. A pipeline is a series of steps that
18
- can be executed on a document. This allows you to build a pipeline that can extract content from a wide range
19
- of sources.
20
-
21
- * **Extensible** - Kodexa is built around the idea of a pipeline. A pipeline is a series of steps that can be executed
22
- on a document. This allows you to build a pipeline that can extract content from a wide range of sources.
23
-
24
- * **Label Driven** - Kodexa focuses on the idea of labels. Labels are a way to identify content within a document
25
- and then use that content to drive the processing of the document.
26
-
27
- # Python SDK
28
-
29
- This repository contains the Python SDK for Kodexa. The SDK is the primary way to interact with Kodexa. It allows you to
30
- define actions, models, and pipelines that can be executed on Kodexa. It also includes a complete SDK client for
31
- working with a Kodexa platform instance.
32
-
33
- ## Documentation & Examples
34
-
35
- Documentation is available at the [Kodexa Support Portal](https://support.kodexa.ai)
36
-
37
- ## Set-up
38
-
39
- We use poetry to manage our dependencies, so you can install them with:
40
-
41
- poetry install
42
-
43
- You can then run the tests with:
44
-
45
- poetry run pytest
46
-
47
- # Contributing
48
-
49
- We welcome contributions to the Kodexa platform. Please see our [contributing guide](CONTRIBUTING.md) for more details.
50
-
51
- # License
52
-
53
- Apache 2.0
54
-