mdproc 0.3.0__py3-none-any.whl → 0.3.1__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.
- {mdproc-0.3.0.dist-info → mdproc-0.3.1.dist-info}/METADATA +3 -4
- {mdproc-0.3.0.dist-info → mdproc-0.3.1.dist-info}/RECORD +5 -5
- {mdproc-0.3.0.dist-info → mdproc-0.3.1.dist-info}/WHEEL +0 -0
- {mdproc-0.3.0.dist-info → mdproc-0.3.1.dist-info}/entry_points.txt +0 -0
- {mdproc-0.3.0.dist-info → mdproc-0.3.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mdproc
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.1
|
|
4
4
|
Summary: A tool to process markdown files.
|
|
5
5
|
Project-URL: Homepage, https://github.com/honghe/mdproc
|
|
6
6
|
Project-URL: Repository, https://github.com/honghe/mdproc
|
|
@@ -34,8 +34,8 @@ A simple Python tool to process markdown files.
|
|
|
34
34
|
## Features
|
|
35
35
|
|
|
36
36
|
- Markdown Image Uploader to COS.
|
|
37
|
-
- Convert Markdown tables to images and upload to COS.
|
|
38
|
-
- Convert mermaid chart to image.
|
|
37
|
+
- Convert Markdown tables to images and upload to COS. (dependency: playwright)
|
|
38
|
+
- Convert mermaid chart to image. (dependency: playwright)
|
|
39
39
|
|
|
40
40
|
## Config
|
|
41
41
|
|
|
@@ -53,7 +53,6 @@ COS_BUCKET=<xyz>
|
|
|
53
53
|
- Install dependencies:
|
|
54
54
|
```bash
|
|
55
55
|
pip install mdproc
|
|
56
|
-
# for md-table2img
|
|
57
56
|
playwright install chromium
|
|
58
57
|
```
|
|
59
58
|
- Markdown images upload:
|
|
@@ -14,8 +14,8 @@ mdproc/mdtable2img.py,sha256=NPwC4xqc7u1ou1N49Zu_2SSFWSH-_VS1fwcHuZi3VhA,3520
|
|
|
14
14
|
mdproc/mermaid2img.py,sha256=jX_itXG9GNhZHW2rPzKdMv_sQIlxg6-eb3lowQL8PnU,1892
|
|
15
15
|
mdproc/mermaid2img_playwright.py,sha256=reLNob_zsmecpGSNQkh3nN9vZFC9E8nEXRzlnGVtMiA,5100
|
|
16
16
|
mdproc/mermaid2img_playwright_cdn.py,sha256=wdfT-qUb1vKOf5T1Ws0TUilzcHeb2KL84xrE7s7nuE8,4944
|
|
17
|
-
mdproc-0.3.
|
|
18
|
-
mdproc-0.3.
|
|
19
|
-
mdproc-0.3.
|
|
20
|
-
mdproc-0.3.
|
|
21
|
-
mdproc-0.3.
|
|
17
|
+
mdproc-0.3.1.dist-info/METADATA,sha256=6H-Wvlux6FR_Xdlr6sBYI66ugApiv6P-CZMLhzLijgs,2308
|
|
18
|
+
mdproc-0.3.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
19
|
+
mdproc-0.3.1.dist-info/entry_points.txt,sha256=1LfcJmsjl-dojLazS8me211r2-33bZLwIvsBUsZ6wGI,220
|
|
20
|
+
mdproc-0.3.1.dist-info/licenses/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
|
|
21
|
+
mdproc-0.3.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|