indexdoc-converter 0.2.4__tar.gz → 0.2.5__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.
- {indexdoc_converter-0.2.4 → indexdoc_converter-0.2.5}/PKG-INFO +4 -4
- {indexdoc_converter-0.2.4 → indexdoc_converter-0.2.5}/indexdoc_converter.egg-info/PKG-INFO +4 -4
- {indexdoc_converter-0.2.4 → indexdoc_converter-0.2.5}/indexdoc_converter.egg-info/requires.txt +3 -3
- {indexdoc_converter-0.2.4 → indexdoc_converter-0.2.5}/setup.py +1 -1
- {indexdoc_converter-0.2.4 → indexdoc_converter-0.2.5}/README.md +0 -0
- {indexdoc_converter-0.2.4 → indexdoc_converter-0.2.5}/indexdoc_converter/__init__.py +0 -0
- {indexdoc_converter-0.2.4 → indexdoc_converter-0.2.5}/indexdoc_converter/docx_to_md.py +0 -0
- {indexdoc_converter-0.2.4 → indexdoc_converter-0.2.5}/indexdoc_converter/excel_to_md.py +0 -0
- {indexdoc_converter-0.2.4 → indexdoc_converter-0.2.5}/indexdoc_converter/html_to_md.py +0 -0
- {indexdoc_converter-0.2.4 → indexdoc_converter-0.2.5}/indexdoc_converter/pptx_to_md.py +0 -0
- {indexdoc_converter-0.2.4 → indexdoc_converter-0.2.5}/indexdoc_converter/utils/FileUtil.py +0 -0
- {indexdoc_converter-0.2.4 → indexdoc_converter-0.2.5}/indexdoc_converter/utils/IDUtil.py +0 -0
- {indexdoc_converter-0.2.4 → indexdoc_converter-0.2.5}/indexdoc_converter/utils/__init__.py +0 -0
- {indexdoc_converter-0.2.4 → indexdoc_converter-0.2.5}/indexdoc_converter/utils/img_to_base64.py +0 -0
- {indexdoc_converter-0.2.4 → indexdoc_converter-0.2.5}/indexdoc_converter.egg-info/SOURCES.txt +0 -0
- {indexdoc_converter-0.2.4 → indexdoc_converter-0.2.5}/indexdoc_converter.egg-info/dependency_links.txt +0 -0
- {indexdoc_converter-0.2.4 → indexdoc_converter-0.2.5}/indexdoc_converter.egg-info/top_level.txt +0 -0
- {indexdoc_converter-0.2.4 → indexdoc_converter-0.2.5}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: indexdoc_converter
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.5
|
|
4
4
|
Summary: 可以将Word文档(仅.docx)、Excel表格、Html网页、PPt文件 转化为Markdown文件。
|
|
5
5
|
Home-page: https://github.com/indexdoc/indexdoc-converter.git
|
|
6
6
|
Author: 杭州智予数信息技术有限公司
|
|
@@ -11,16 +11,16 @@ Requires-Dist: html2text==2025.4.15
|
|
|
11
11
|
Requires-Dist: lxml==6.0.2
|
|
12
12
|
Requires-Dist: mammoth==1.11.0
|
|
13
13
|
Requires-Dist: markdownify==1.2.2
|
|
14
|
-
Requires-Dist: numpy==2.
|
|
14
|
+
Requires-Dist: numpy==2.2.6
|
|
15
15
|
Requires-Dist: odfpy==1.4.1
|
|
16
16
|
Requires-Dist: olefile==0.47
|
|
17
17
|
Requires-Dist: openpyxl==3.1.5
|
|
18
|
-
Requires-Dist: pandas==
|
|
18
|
+
Requires-Dist: pandas==2.2.2
|
|
19
19
|
Requires-Dist: Pillow==12.1.0
|
|
20
20
|
Requires-Dist: pillow_heif==1.2.0
|
|
21
21
|
Requires-Dist: pptx2md==2.0.6
|
|
22
22
|
Requires-Dist: readability_lxml==0.8.4.1
|
|
23
|
-
Requires-Dist:
|
|
23
|
+
Requires-Dist: requests==2.32.5
|
|
24
24
|
Requires-Dist: setuptools==80.9.0
|
|
25
25
|
Requires-Dist: xlrd==2.0.2
|
|
26
26
|
Dynamic: author
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: indexdoc_converter
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.5
|
|
4
4
|
Summary: 可以将Word文档(仅.docx)、Excel表格、Html网页、PPt文件 转化为Markdown文件。
|
|
5
5
|
Home-page: https://github.com/indexdoc/indexdoc-converter.git
|
|
6
6
|
Author: 杭州智予数信息技术有限公司
|
|
@@ -11,16 +11,16 @@ Requires-Dist: html2text==2025.4.15
|
|
|
11
11
|
Requires-Dist: lxml==6.0.2
|
|
12
12
|
Requires-Dist: mammoth==1.11.0
|
|
13
13
|
Requires-Dist: markdownify==1.2.2
|
|
14
|
-
Requires-Dist: numpy==2.
|
|
14
|
+
Requires-Dist: numpy==2.2.6
|
|
15
15
|
Requires-Dist: odfpy==1.4.1
|
|
16
16
|
Requires-Dist: olefile==0.47
|
|
17
17
|
Requires-Dist: openpyxl==3.1.5
|
|
18
|
-
Requires-Dist: pandas==
|
|
18
|
+
Requires-Dist: pandas==2.2.2
|
|
19
19
|
Requires-Dist: Pillow==12.1.0
|
|
20
20
|
Requires-Dist: pillow_heif==1.2.0
|
|
21
21
|
Requires-Dist: pptx2md==2.0.6
|
|
22
22
|
Requires-Dist: readability_lxml==0.8.4.1
|
|
23
|
-
Requires-Dist:
|
|
23
|
+
Requires-Dist: requests==2.32.5
|
|
24
24
|
Requires-Dist: setuptools==80.9.0
|
|
25
25
|
Requires-Dist: xlrd==2.0.2
|
|
26
26
|
Dynamic: author
|
{indexdoc_converter-0.2.4 → indexdoc_converter-0.2.5}/indexdoc_converter.egg-info/requires.txt
RENAMED
|
@@ -2,15 +2,15 @@ html2text==2025.4.15
|
|
|
2
2
|
lxml==6.0.2
|
|
3
3
|
mammoth==1.11.0
|
|
4
4
|
markdownify==1.2.2
|
|
5
|
-
numpy==2.
|
|
5
|
+
numpy==2.2.6
|
|
6
6
|
odfpy==1.4.1
|
|
7
7
|
olefile==0.47
|
|
8
8
|
openpyxl==3.1.5
|
|
9
|
-
pandas==
|
|
9
|
+
pandas==2.2.2
|
|
10
10
|
Pillow==12.1.0
|
|
11
11
|
pillow_heif==1.2.0
|
|
12
12
|
pptx2md==2.0.6
|
|
13
13
|
readability_lxml==0.8.4.1
|
|
14
|
-
|
|
14
|
+
requests==2.32.5
|
|
15
15
|
setuptools==80.9.0
|
|
16
16
|
xlrd==2.0.2
|
|
@@ -11,7 +11,7 @@ with open("requirements.txt", "r", encoding="utf-8") as f:
|
|
|
11
11
|
|
|
12
12
|
setup(
|
|
13
13
|
name="indexdoc_converter", # 你的工具名称(PyPI上唯一)
|
|
14
|
-
version="0.2.
|
|
14
|
+
version="0.2.5", # 版本号(遵循语义化版本)
|
|
15
15
|
description="可以将Word文档(仅.docx)、Excel表格、Html网页、PPt文件 转化为Markdown文件。",
|
|
16
16
|
long_description=README,
|
|
17
17
|
long_description_content_type="text/markdown",
|
|
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
|
{indexdoc_converter-0.2.4 → indexdoc_converter-0.2.5}/indexdoc_converter/utils/img_to_base64.py
RENAMED
|
File without changes
|
{indexdoc_converter-0.2.4 → indexdoc_converter-0.2.5}/indexdoc_converter.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{indexdoc_converter-0.2.4 → indexdoc_converter-0.2.5}/indexdoc_converter.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|