pmd-cli 1.0.0__tar.gz → 1.0.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.
- {pmd_cli-1.0.0 → pmd_cli-1.0.1}/PKG-INFO +1 -3
- {pmd_cli-1.0.0 → pmd_cli-1.0.1}/README.md +0 -2
- {pmd_cli-1.0.0 → pmd_cli-1.0.1}/pyproject.toml +1 -1
- {pmd_cli-1.0.0 → pmd_cli-1.0.1}/src/pmd/__init__.py +1 -1
- {pmd_cli-1.0.0 → pmd_cli-1.0.1}/src/pmd_cli.egg-info/PKG-INFO +1 -3
- {pmd_cli-1.0.0 → pmd_cli-1.0.1}/setup.cfg +0 -0
- {pmd_cli-1.0.0 → pmd_cli-1.0.1}/src/pmd/__main__.py +0 -0
- {pmd_cli-1.0.0 → pmd_cli-1.0.1}/src/pmd_cli.egg-info/SOURCES.txt +0 -0
- {pmd_cli-1.0.0 → pmd_cli-1.0.1}/src/pmd_cli.egg-info/dependency_links.txt +0 -0
- {pmd_cli-1.0.0 → pmd_cli-1.0.1}/src/pmd_cli.egg-info/entry_points.txt +0 -0
- {pmd_cli-1.0.0 → pmd_cli-1.0.1}/src/pmd_cli.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pmd-cli
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: Print Markdown — terminal Markdown renderer with ANSI formatting. Zero dependencies.
|
|
5
5
|
Author: mdcli contributors
|
|
6
6
|
License-Expression: MIT
|
|
@@ -30,8 +30,6 @@ Description-Content-Type: text/markdown
|
|
|
30
30
|
<a href="https://pypi.org/project/pmd-cli/"><img src="https://img.shields.io/pypi/pyversions/pmd" alt="Python 3.9+"></a>
|
|
31
31
|
<a href="https://pypi.org/project/pmd-cli/"><img src="https://img.shields.io/pypi/l/pmd" alt="License MIT"></a>
|
|
32
32
|
|
|
33
|
-
[*中文版*](README_CN.md)
|
|
34
|
-
|
|
35
33
|
## Quick start
|
|
36
34
|
|
|
37
35
|
```bash
|
|
@@ -8,8 +8,6 @@
|
|
|
8
8
|
<a href="https://pypi.org/project/pmd-cli/"><img src="https://img.shields.io/pypi/pyversions/pmd" alt="Python 3.9+"></a>
|
|
9
9
|
<a href="https://pypi.org/project/pmd-cli/"><img src="https://img.shields.io/pypi/l/pmd" alt="License MIT"></a>
|
|
10
10
|
|
|
11
|
-
[*中文版*](README_CN.md)
|
|
12
|
-
|
|
13
11
|
## Quick start
|
|
14
12
|
|
|
15
13
|
```bash
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pmd-cli
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: Print Markdown — terminal Markdown renderer with ANSI formatting. Zero dependencies.
|
|
5
5
|
Author: mdcli contributors
|
|
6
6
|
License-Expression: MIT
|
|
@@ -30,8 +30,6 @@ Description-Content-Type: text/markdown
|
|
|
30
30
|
<a href="https://pypi.org/project/pmd-cli/"><img src="https://img.shields.io/pypi/pyversions/pmd" alt="Python 3.9+"></a>
|
|
31
31
|
<a href="https://pypi.org/project/pmd-cli/"><img src="https://img.shields.io/pypi/l/pmd" alt="License MIT"></a>
|
|
32
32
|
|
|
33
|
-
[*中文版*](README_CN.md)
|
|
34
|
-
|
|
35
33
|
## Quick start
|
|
36
34
|
|
|
37
35
|
```bash
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|