pdfmuse 0.0.0__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.
pdfmuse-0.0.0/PKG-INFO ADDED
@@ -0,0 +1,13 @@
1
+ Metadata-Version: 2.4
2
+ Name: pdfmuse
3
+ Version: 0.0.0
4
+ Summary: Deterministic PDF/DOCX parser for RAG / LLMs — Rust core with Python, Node & WASM bindings. Placeholder, under construction.
5
+ Project-URL: Homepage, https://github.com/casperkwok/pdfmuse
6
+ License-Expression: MIT OR Apache-2.0
7
+ Keywords: docx,llm,parser,pdf,rag
8
+ Requires-Python: >=3.8
9
+ Description-Content-Type: text/markdown
10
+
11
+ # pdfmuse
12
+
13
+ Deterministic PDF/DOCX parser for RAG / LLMs. **Placeholder — under construction.**
@@ -0,0 +1,3 @@
1
+ # pdfmuse
2
+
3
+ Deterministic PDF/DOCX parser for RAG / LLMs. **Placeholder — under construction.**
@@ -0,0 +1,15 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "pdfmuse"
7
+ version = "0.0.0"
8
+ description = "Deterministic PDF/DOCX parser for RAG / LLMs — Rust core with Python, Node & WASM bindings. Placeholder, under construction."
9
+ readme = "README.md"
10
+ license = "MIT OR Apache-2.0"
11
+ requires-python = ">=3.8"
12
+ keywords = ["pdf", "docx", "parser", "rag", "llm"]
13
+
14
+ [project.urls]
15
+ Homepage = "https://github.com/casperkwok/pdfmuse"
@@ -0,0 +1,2 @@
1
+ """pdfmuse — placeholder. Real implementation coming soon."""
2
+ __version__ = "0.0.0"