refigure 0.0.0__py3-none-any.whl
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.
refigure/__init__.py
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: refigure
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Reserved name for the refigure project: converters where figures survive (PDF/DOCX/XLSX to Markdown). First real release planned August 2026.
|
|
5
|
+
Classifier: Development Status :: 1 - Planning
|
|
6
|
+
Requires-Python: >=3.10
|
|
7
|
+
Description-Content-Type: text/markdown
|
|
8
|
+
|
|
9
|
+
# refigure
|
|
10
|
+
|
|
11
|
+
**Name reserved for the refigure project — converters where figures survive.**
|
|
12
|
+
|
|
13
|
+
PDF / DOCX / XLSX → Markdown converters that treat embedded charts, composite
|
|
14
|
+
diagrams and infographics as single semantic objects instead of silently
|
|
15
|
+
dropping or fragmenting them: positioned machine-readable markers as the
|
|
16
|
+
zero-loss floor, optional VLM interpretation (prose + mermaid) on top, cached
|
|
17
|
+
and reproducible offline.
|
|
18
|
+
|
|
19
|
+
This is a placeholder release. The package is being extracted from a working
|
|
20
|
+
document-analysis pipeline; the first real release is planned for **August 2026**.
|
|
21
|
+
The distribution name may end up as `refigure` or `refigure-md` — both are
|
|
22
|
+
reserved by the same author.
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
refigure/__init__.py,sha256=hApE5svIfW06nMpSbxiQESaQIHXS7inXvRgQj7Me1rE,112
|
|
2
|
+
refigure-0.0.0.dist-info/METADATA,sha256=teykW-gj0D7UDSrWfLkrrCW_anebC1O9beAudMO0gwk,1006
|
|
3
|
+
refigure-0.0.0.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
|
|
4
|
+
refigure-0.0.0.dist-info/RECORD,,
|