poma 0.1.0__tar.gz → 0.1.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: poma
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Official Python SDK for the Poma document-processing API
5
5
  Author-email: "POMA AI GmbH, Berlin" <sdk@poma-ai.com>
6
6
  License-Expression: MPL-2.0
@@ -24,8 +24,6 @@ Requires-Dist: langchain_openai==0.3.28; extra == "integration-examples"
24
24
  Requires-Dist: langchain_community==0.3.27; extra == "integration-examples"
25
25
  Requires-Dist: llama-index-embeddings-langchain==0.4.0; extra == "integration-examples"
26
26
  Requires-Dist: dotenv; extra == "integration-examples"
27
- Provides-Extra: examples
28
- Requires-Dist: dotenv; extra == "examples"
29
27
  Dynamic: license-file
30
28
 
31
29
  ![POMA AI Logo](https://raw.githubusercontent.com/poma-ai/.github/main/assets/POMA_AI_Logo_Pink.svg)
@@ -53,7 +51,7 @@ pip install poma[integration-examples]
53
51
  - **To request a POMA_API_KEY, please contact us at api@poma-ai.com**
54
52
 
55
53
 
56
- ### Example Implementations — all examples, integrations, and additional information can be found in our GitHub repository: [poma-ai/poma](https://github.com/poma-ai/poma)
54
+ ### Example Implementations — all examples, integrations, and additional information can be found in our GitHub repository: [poma-ai/poma](https://github.com/poma-ai/)
57
55
 
58
56
  We provide four example implementations to help you get started with POMA AI:
59
57
  - example.py — A standalone implementation for documents, showing the basic POMA AI workflow with simple keyword-based retrieval
@@ -23,7 +23,7 @@ pip install poma[integration-examples]
23
23
  - **To request a POMA_API_KEY, please contact us at api@poma-ai.com**
24
24
 
25
25
 
26
- ### Example Implementations — all examples, integrations, and additional information can be found in our GitHub repository: [poma-ai/poma](https://github.com/poma-ai/poma)
26
+ ### Example Implementations — all examples, integrations, and additional information can be found in our GitHub repository: [poma-ai/poma](https://github.com/poma-ai/)
27
27
 
28
28
  We provide four example implementations to help you get started with POMA AI:
29
29
  - example.py — A standalone implementation for documents, showing the basic POMA AI workflow with simple keyword-based retrieval
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: poma
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Official Python SDK for the Poma document-processing API
5
5
  Author-email: "POMA AI GmbH, Berlin" <sdk@poma-ai.com>
6
6
  License-Expression: MPL-2.0
@@ -24,8 +24,6 @@ Requires-Dist: langchain_openai==0.3.28; extra == "integration-examples"
24
24
  Requires-Dist: langchain_community==0.3.27; extra == "integration-examples"
25
25
  Requires-Dist: llama-index-embeddings-langchain==0.4.0; extra == "integration-examples"
26
26
  Requires-Dist: dotenv; extra == "integration-examples"
27
- Provides-Extra: examples
28
- Requires-Dist: dotenv; extra == "examples"
29
27
  Dynamic: license-file
30
28
 
31
29
  ![POMA AI Logo](https://raw.githubusercontent.com/poma-ai/.github/main/assets/POMA_AI_Logo_Pink.svg)
@@ -53,7 +51,7 @@ pip install poma[integration-examples]
53
51
  - **To request a POMA_API_KEY, please contact us at api@poma-ai.com**
54
52
 
55
53
 
56
- ### Example Implementations — all examples, integrations, and additional information can be found in our GitHub repository: [poma-ai/poma](https://github.com/poma-ai/poma)
54
+ ### Example Implementations — all examples, integrations, and additional information can be found in our GitHub repository: [poma-ai/poma](https://github.com/poma-ai/)
57
55
 
58
56
  We provide four example implementations to help you get started with POMA AI:
59
57
  - example.py — A standalone implementation for documents, showing the basic POMA AI workflow with simple keyword-based retrieval
@@ -1,9 +1,6 @@
1
1
  httpx==0.28.1
2
2
  pydantic==2.11.7
3
3
 
4
- [examples]
5
- dotenv
6
-
7
4
  [integration-examples]
8
5
  langchain==0.3.27
9
6
  langchain-text-splitters==0.3.9
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "poma"
3
- version = "0.1.0"
3
+ version = "0.1.2"
4
4
  description = "Official Python SDK for the Poma document-processing API"
5
5
  authors = [{ name = "POMA AI GmbH, Berlin", email = "sdk@poma-ai.com" }]
6
6
  readme = "README.md"
@@ -33,10 +33,6 @@ integration-examples = [
33
33
  "dotenv"
34
34
  ]
35
35
 
36
- examples = [
37
- "dotenv"
38
- ]
39
-
40
36
  [build-system]
41
37
  requires = ["setuptools>=67", "wheel"]
42
38
  build-backend = "setuptools.build_meta"
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