indexdoc-converter 0.2.3__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.
Files changed (19) hide show
  1. {indexdoc_converter-0.2.3 → indexdoc_converter-0.2.5}/PKG-INFO +8 -68
  2. {indexdoc_converter-0.2.3 → indexdoc_converter-0.2.5}/indexdoc_converter.egg-info/PKG-INFO +8 -68
  3. indexdoc_converter-0.2.5/indexdoc_converter.egg-info/requires.txt +16 -0
  4. {indexdoc_converter-0.2.3 → indexdoc_converter-0.2.5}/setup.py +1 -1
  5. indexdoc_converter-0.2.3/indexdoc_converter.egg-info/requires.txt +0 -76
  6. {indexdoc_converter-0.2.3 → indexdoc_converter-0.2.5}/README.md +0 -0
  7. {indexdoc_converter-0.2.3 → indexdoc_converter-0.2.5}/indexdoc_converter/__init__.py +0 -0
  8. {indexdoc_converter-0.2.3 → indexdoc_converter-0.2.5}/indexdoc_converter/docx_to_md.py +0 -0
  9. {indexdoc_converter-0.2.3 → indexdoc_converter-0.2.5}/indexdoc_converter/excel_to_md.py +0 -0
  10. {indexdoc_converter-0.2.3 → indexdoc_converter-0.2.5}/indexdoc_converter/html_to_md.py +0 -0
  11. {indexdoc_converter-0.2.3 → indexdoc_converter-0.2.5}/indexdoc_converter/pptx_to_md.py +0 -0
  12. {indexdoc_converter-0.2.3 → indexdoc_converter-0.2.5}/indexdoc_converter/utils/FileUtil.py +0 -0
  13. {indexdoc_converter-0.2.3 → indexdoc_converter-0.2.5}/indexdoc_converter/utils/IDUtil.py +0 -0
  14. {indexdoc_converter-0.2.3 → indexdoc_converter-0.2.5}/indexdoc_converter/utils/__init__.py +0 -0
  15. {indexdoc_converter-0.2.3 → indexdoc_converter-0.2.5}/indexdoc_converter/utils/img_to_base64.py +0 -0
  16. {indexdoc_converter-0.2.3 → indexdoc_converter-0.2.5}/indexdoc_converter.egg-info/SOURCES.txt +0 -0
  17. {indexdoc_converter-0.2.3 → indexdoc_converter-0.2.5}/indexdoc_converter.egg-info/dependency_links.txt +0 -0
  18. {indexdoc_converter-0.2.3 → indexdoc_converter-0.2.5}/indexdoc_converter.egg-info/top_level.txt +0 -0
  19. {indexdoc_converter-0.2.3 → indexdoc_converter-0.2.5}/setup.cfg +0 -0
@@ -1,88 +1,28 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: indexdoc_converter
3
- Version: 0.2.3
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: 杭州智予数信息技术有限公司
7
7
  Author-email: indexdoc@qq.com
8
8
  Requires-Python: >=3.10
9
9
  Description-Content-Type: text/markdown
10
- Requires-Dist: annotated-types==0.7.0
11
- Requires-Dist: asgiref==3.11.0
12
- Requires-Dist: beautifulsoup4==4.14.3
13
- Requires-Dist: bottle==0.13.4
14
- Requires-Dist: captcha==0.7.1
15
- Requires-Dist: certifi==2026.1.4
16
- Requires-Dist: cffi==2.0.0
17
- Requires-Dist: chardet==5.2.0
18
- Requires-Dist: charset-normalizer==3.4.4
19
- Requires-Dist: clickhouse-driver==0.2.10
20
- Requires-Dist: clr_loader==0.2.10
21
- Requires-Dist: cobble==0.1.4
22
- Requires-Dist: colorama==0.4.6
23
- Requires-Dist: cryptography==46.0.3
24
- Requires-Dist: cssselect==1.4.0
25
- Requires-Dist: defusedxml==0.7.1
26
- Requires-Dist: Django==6.0.1
27
- Requires-Dist: django-ranged-response==0.2.0
28
- Requires-Dist: django-simple-captcha==0.6.3
29
- Requires-Dist: duckdb==1.4.3
30
- Requires-Dist: et_xmlfile==2.0.0
31
- Requires-Dist: filelock==3.20.3
32
- Requires-Dist: fonttools==4.61.1
33
- Requires-Dist: fpdf2==2.8.5
34
- Requires-Dist: fsspec==2026.1.0
35
10
  Requires-Dist: html2text==2025.4.15
36
- Requires-Dist: idna==3.11
37
- Requires-Dist: image==1.5.33
38
- Requires-Dist: Jinja2==3.1.6
39
11
  Requires-Dist: lxml==6.0.2
40
- Requires-Dist: lxml_html_clean==0.4.3
41
12
  Requires-Dist: mammoth==1.11.0
42
13
  Requires-Dist: markdownify==1.2.2
43
- Requires-Dist: MarkupSafe==3.0.3
44
- Requires-Dist: mpmath==1.3.0
45
- Requires-Dist: networkx==3.6.1
46
- Requires-Dist: numpy==2.4.1
14
+ Requires-Dist: numpy==2.2.6
47
15
  Requires-Dist: odfpy==1.4.1
16
+ Requires-Dist: olefile==0.47
48
17
  Requires-Dist: openpyxl==3.1.5
49
- Requires-Dist: pandas==3.0.0
50
- Requires-Dist: pdfkit==1.0.0
51
- Requires-Dist: pillow==12.1.0
18
+ Requires-Dist: pandas==2.2.2
19
+ Requires-Dist: Pillow==12.1.0
20
+ Requires-Dist: pillow_heif==1.2.0
52
21
  Requires-Dist: pptx2md==2.0.6
53
- Requires-Dist: proxy_tools==0.1.0
54
- Requires-Dist: psutil==7.2.1
55
- Requires-Dist: pycparser==2.23
56
- Requires-Dist: pydantic==2.12.5
57
- Requires-Dist: pydantic_core==2.41.5
58
- Requires-Dist: PyJWT==2.10.1
59
- Requires-Dist: pyperclip==1.11.0
60
- Requires-Dist: python-dateutil==2.9.0.post0
61
- Requires-Dist: python-docx==1.2.0
62
- Requires-Dist: python-pptx==1.0.2
63
- Requires-Dist: pythonnet==3.0.5
64
- Requires-Dist: pytz==2025.2
65
- Requires-Dist: pywebview==6.1
66
- Requires-Dist: pywin32==311
67
- Requires-Dist: RapidFuzz==3.14.3
68
- Requires-Dist: readability-lxml==0.8.4.1
22
+ Requires-Dist: readability_lxml==0.8.4.1
69
23
  Requires-Dist: requests==2.32.5
70
- Requires-Dist: scipy==1.17.0
71
24
  Requires-Dist: setuptools==80.9.0
72
- Requires-Dist: six==1.17.0
73
- Requires-Dist: soupsieve==2.8.3
74
- Requires-Dist: sqlparse==0.5.5
75
- Requires-Dist: sympy==1.14.0
76
- Requires-Dist: torch==2.9.1
77
- Requires-Dist: tornado==6.5.4
78
- Requires-Dist: tqdm==4.67.1
79
- Requires-Dist: typing-inspection==0.4.2
80
- Requires-Dist: typing_extensions==4.15.0
81
- Requires-Dist: tzdata==2025.3
82
- Requires-Dist: tzlocal==5.3.1
83
- Requires-Dist: urllib3==2.6.3
84
- Requires-Dist: WMI==1.5.1
85
- Requires-Dist: xlsxwriter==3.2.9
25
+ Requires-Dist: xlrd==2.0.2
86
26
  Dynamic: author
87
27
  Dynamic: author-email
88
28
  Dynamic: description
@@ -1,88 +1,28 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: indexdoc_converter
3
- Version: 0.2.3
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: 杭州智予数信息技术有限公司
7
7
  Author-email: indexdoc@qq.com
8
8
  Requires-Python: >=3.10
9
9
  Description-Content-Type: text/markdown
10
- Requires-Dist: annotated-types==0.7.0
11
- Requires-Dist: asgiref==3.11.0
12
- Requires-Dist: beautifulsoup4==4.14.3
13
- Requires-Dist: bottle==0.13.4
14
- Requires-Dist: captcha==0.7.1
15
- Requires-Dist: certifi==2026.1.4
16
- Requires-Dist: cffi==2.0.0
17
- Requires-Dist: chardet==5.2.0
18
- Requires-Dist: charset-normalizer==3.4.4
19
- Requires-Dist: clickhouse-driver==0.2.10
20
- Requires-Dist: clr_loader==0.2.10
21
- Requires-Dist: cobble==0.1.4
22
- Requires-Dist: colorama==0.4.6
23
- Requires-Dist: cryptography==46.0.3
24
- Requires-Dist: cssselect==1.4.0
25
- Requires-Dist: defusedxml==0.7.1
26
- Requires-Dist: Django==6.0.1
27
- Requires-Dist: django-ranged-response==0.2.0
28
- Requires-Dist: django-simple-captcha==0.6.3
29
- Requires-Dist: duckdb==1.4.3
30
- Requires-Dist: et_xmlfile==2.0.0
31
- Requires-Dist: filelock==3.20.3
32
- Requires-Dist: fonttools==4.61.1
33
- Requires-Dist: fpdf2==2.8.5
34
- Requires-Dist: fsspec==2026.1.0
35
10
  Requires-Dist: html2text==2025.4.15
36
- Requires-Dist: idna==3.11
37
- Requires-Dist: image==1.5.33
38
- Requires-Dist: Jinja2==3.1.6
39
11
  Requires-Dist: lxml==6.0.2
40
- Requires-Dist: lxml_html_clean==0.4.3
41
12
  Requires-Dist: mammoth==1.11.0
42
13
  Requires-Dist: markdownify==1.2.2
43
- Requires-Dist: MarkupSafe==3.0.3
44
- Requires-Dist: mpmath==1.3.0
45
- Requires-Dist: networkx==3.6.1
46
- Requires-Dist: numpy==2.4.1
14
+ Requires-Dist: numpy==2.2.6
47
15
  Requires-Dist: odfpy==1.4.1
16
+ Requires-Dist: olefile==0.47
48
17
  Requires-Dist: openpyxl==3.1.5
49
- Requires-Dist: pandas==3.0.0
50
- Requires-Dist: pdfkit==1.0.0
51
- Requires-Dist: pillow==12.1.0
18
+ Requires-Dist: pandas==2.2.2
19
+ Requires-Dist: Pillow==12.1.0
20
+ Requires-Dist: pillow_heif==1.2.0
52
21
  Requires-Dist: pptx2md==2.0.6
53
- Requires-Dist: proxy_tools==0.1.0
54
- Requires-Dist: psutil==7.2.1
55
- Requires-Dist: pycparser==2.23
56
- Requires-Dist: pydantic==2.12.5
57
- Requires-Dist: pydantic_core==2.41.5
58
- Requires-Dist: PyJWT==2.10.1
59
- Requires-Dist: pyperclip==1.11.0
60
- Requires-Dist: python-dateutil==2.9.0.post0
61
- Requires-Dist: python-docx==1.2.0
62
- Requires-Dist: python-pptx==1.0.2
63
- Requires-Dist: pythonnet==3.0.5
64
- Requires-Dist: pytz==2025.2
65
- Requires-Dist: pywebview==6.1
66
- Requires-Dist: pywin32==311
67
- Requires-Dist: RapidFuzz==3.14.3
68
- Requires-Dist: readability-lxml==0.8.4.1
22
+ Requires-Dist: readability_lxml==0.8.4.1
69
23
  Requires-Dist: requests==2.32.5
70
- Requires-Dist: scipy==1.17.0
71
24
  Requires-Dist: setuptools==80.9.0
72
- Requires-Dist: six==1.17.0
73
- Requires-Dist: soupsieve==2.8.3
74
- Requires-Dist: sqlparse==0.5.5
75
- Requires-Dist: sympy==1.14.0
76
- Requires-Dist: torch==2.9.1
77
- Requires-Dist: tornado==6.5.4
78
- Requires-Dist: tqdm==4.67.1
79
- Requires-Dist: typing-inspection==0.4.2
80
- Requires-Dist: typing_extensions==4.15.0
81
- Requires-Dist: tzdata==2025.3
82
- Requires-Dist: tzlocal==5.3.1
83
- Requires-Dist: urllib3==2.6.3
84
- Requires-Dist: WMI==1.5.1
85
- Requires-Dist: xlsxwriter==3.2.9
25
+ Requires-Dist: xlrd==2.0.2
86
26
  Dynamic: author
87
27
  Dynamic: author-email
88
28
  Dynamic: description
@@ -0,0 +1,16 @@
1
+ html2text==2025.4.15
2
+ lxml==6.0.2
3
+ mammoth==1.11.0
4
+ markdownify==1.2.2
5
+ numpy==2.2.6
6
+ odfpy==1.4.1
7
+ olefile==0.47
8
+ openpyxl==3.1.5
9
+ pandas==2.2.2
10
+ Pillow==12.1.0
11
+ pillow_heif==1.2.0
12
+ pptx2md==2.0.6
13
+ readability_lxml==0.8.4.1
14
+ requests==2.32.5
15
+ setuptools==80.9.0
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.3", # 版本号(遵循语义化版本)
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",
@@ -1,76 +0,0 @@
1
- annotated-types==0.7.0
2
- asgiref==3.11.0
3
- beautifulsoup4==4.14.3
4
- bottle==0.13.4
5
- captcha==0.7.1
6
- certifi==2026.1.4
7
- cffi==2.0.0
8
- chardet==5.2.0
9
- charset-normalizer==3.4.4
10
- clickhouse-driver==0.2.10
11
- clr_loader==0.2.10
12
- cobble==0.1.4
13
- colorama==0.4.6
14
- cryptography==46.0.3
15
- cssselect==1.4.0
16
- defusedxml==0.7.1
17
- Django==6.0.1
18
- django-ranged-response==0.2.0
19
- django-simple-captcha==0.6.3
20
- duckdb==1.4.3
21
- et_xmlfile==2.0.0
22
- filelock==3.20.3
23
- fonttools==4.61.1
24
- fpdf2==2.8.5
25
- fsspec==2026.1.0
26
- html2text==2025.4.15
27
- idna==3.11
28
- image==1.5.33
29
- Jinja2==3.1.6
30
- lxml==6.0.2
31
- lxml_html_clean==0.4.3
32
- mammoth==1.11.0
33
- markdownify==1.2.2
34
- MarkupSafe==3.0.3
35
- mpmath==1.3.0
36
- networkx==3.6.1
37
- numpy==2.4.1
38
- odfpy==1.4.1
39
- openpyxl==3.1.5
40
- pandas==3.0.0
41
- pdfkit==1.0.0
42
- pillow==12.1.0
43
- pptx2md==2.0.6
44
- proxy_tools==0.1.0
45
- psutil==7.2.1
46
- pycparser==2.23
47
- pydantic==2.12.5
48
- pydantic_core==2.41.5
49
- PyJWT==2.10.1
50
- pyperclip==1.11.0
51
- python-dateutil==2.9.0.post0
52
- python-docx==1.2.0
53
- python-pptx==1.0.2
54
- pythonnet==3.0.5
55
- pytz==2025.2
56
- pywebview==6.1
57
- pywin32==311
58
- RapidFuzz==3.14.3
59
- readability-lxml==0.8.4.1
60
- requests==2.32.5
61
- scipy==1.17.0
62
- setuptools==80.9.0
63
- six==1.17.0
64
- soupsieve==2.8.3
65
- sqlparse==0.5.5
66
- sympy==1.14.0
67
- torch==2.9.1
68
- tornado==6.5.4
69
- tqdm==4.67.1
70
- typing-inspection==0.4.2
71
- typing_extensions==4.15.0
72
- tzdata==2025.3
73
- tzlocal==5.3.1
74
- urllib3==2.6.3
75
- WMI==1.5.1
76
- xlsxwriter==3.2.9