mdproc 0.3.0__tar.gz → 0.3.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mdproc
3
- Version: 0.3.0
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. (dependency `npm install -g @mermaid-js/mermaid-cli`)
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:
@@ -5,8 +5,8 @@ A simple Python tool to process markdown files.
5
5
  ## Features
6
6
 
7
7
  - Markdown Image Uploader to COS.
8
- - Convert Markdown tables to images and upload to COS.
9
- - Convert mermaid chart to image. (dependency `npm install -g @mermaid-js/mermaid-cli`)
8
+ - Convert Markdown tables to images and upload to COS. (dependency: playwright)
9
+ - Convert mermaid chart to image. (dependency: playwright)
10
10
 
11
11
  ## Config
12
12
 
@@ -24,7 +24,6 @@ COS_BUCKET=<xyz>
24
24
  - Install dependencies:
25
25
  ```bash
26
26
  pip install mdproc
27
- # for md-table2img
28
27
  playwright install chromium
29
28
  ```
30
29
  - Markdown images upload:
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "mdproc"
7
- version = "0.3.0"
7
+ version = "0.3.1"
8
8
  description = "A tool to process markdown files."
9
9
  authors = [{ name = "Honghe" }]
10
10
  readme = "README.md"
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
File without changes
File without changes
File without changes