parallex 0.1.1__tar.gz → 0.1.2__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: parallex
3
- Version: 0.1.1
4
- Summary:
3
+ Version: 0.1.2
4
+ Summary: PDF to markdown using Azure OpenAI batch processing
5
+ Home-page: https://github.com/Summed-AI/parallex
5
6
  Author: Jeff Hostetler
6
7
  Author-email: jeff@summed.ai
7
8
  Requires-Python: >=3.12,<4.0
@@ -14,6 +15,7 @@ Requires-Dist: httpx (>=0.27.2,<0.28.0)
14
15
  Requires-Dist: openai (>=1.54.4,<2.0.0)
15
16
  Requires-Dist: pdf2image (>=1.17.0,<2.0.0)
16
17
  Requires-Dist: pydantic (>=2.9.2,<3.0.0)
18
+ Project-URL: Repository, https://github.com/Summed-AI/parallex
17
19
  Description-Content-Type: text/markdown
18
20
 
19
21
  # Parallex
@@ -1,8 +1,9 @@
1
1
  [tool.poetry]
2
2
  name = "parallex"
3
- version = "0.1.1"
4
- description = ""
3
+ version = "0.1.2"
4
+ description = "PDF to markdown using Azure OpenAI batch processing"
5
5
  authors = ["Jeff Hostetler <jeff@summed.ai>", "Kevin Bao <kevin@summed.ai>"]
6
+ repository = "https://github.com/Summed-AI/parallex"
6
7
  readme = "README.md"
7
8
 
8
9
  [tool.poetry.dependencies]
File without changes
File without changes
File without changes
File without changes