mdrefcheck 0.1.3__py3-none-win_amd64.whl → 0.1.6__py3-none-win_amd64.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.
Potentially problematic release.
This version of mdrefcheck might be problematic. Click here for more details.
- {mdrefcheck-0.1.3.data → mdrefcheck-0.1.6.data}/scripts/mdrefcheck.exe +0 -0
- {mdrefcheck-0.1.3.dist-info → mdrefcheck-0.1.6.dist-info}/METADATA +36 -9
- mdrefcheck-0.1.6.dist-info/RECORD +5 -0
- mdrefcheck-0.1.3.dist-info/RECORD +0 -5
- {mdrefcheck-0.1.3.dist-info → mdrefcheck-0.1.6.dist-info}/WHEEL +0 -0
- {mdrefcheck-0.1.3.dist-info → mdrefcheck-0.1.6.dist-info}/licenses/LICENSE +0 -0
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mdrefcheck
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.6
|
|
4
4
|
Classifier: Development Status :: 4 - Beta
|
|
5
5
|
Classifier: Environment :: Console
|
|
6
6
|
Classifier: Intended Audience :: Developers
|
|
@@ -17,14 +17,12 @@ Author-email: gospodima <dimasc28@gmail.com>
|
|
|
17
17
|
License-Expression: MIT
|
|
18
18
|
Requires-Python: >=3.7
|
|
19
19
|
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
20
|
-
Project-URL: Repository, https://
|
|
20
|
+
Project-URL: Repository, https://github.com/gospodima/mdrefcheck
|
|
21
21
|
|
|
22
22
|
# mdrefcheck
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
It helps ensure that your documentation is free from broken links, missing images
|
|
26
|
-
|
|
27
|
-
---
|
|
24
|
+
A CLI tool to validate references and links in Markdown files (CommonMark spec).
|
|
25
|
+
It helps to ensure that your documentation is free from broken section links, missing images or files.
|
|
28
26
|
|
|
29
27
|
## Features
|
|
30
28
|
|
|
@@ -33,13 +31,42 @@ It helps ensure that your documentation is free from broken links, missing image
|
|
|
33
31
|
- Identify broken reference-style links
|
|
34
32
|
- Email validation
|
|
35
33
|
|
|
36
|
-
---
|
|
37
|
-
|
|
38
34
|
## Installation
|
|
39
35
|
|
|
40
|
-
|
|
36
|
+
### Cargo
|
|
37
|
+
|
|
38
|
+
`mdrefcheck` is also published on [crates.io](https://crates.io/) and can be installed
|
|
39
|
+
with cargo:
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
cargo install mdrefcheck
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
### PyPI
|
|
46
|
+
|
|
47
|
+
`mdrefcheck` can be installed with
|
|
41
48
|
|
|
42
49
|
```bash
|
|
43
50
|
pip install mdrefcheck
|
|
44
51
|
```
|
|
52
|
+
|
|
53
|
+
It also can be used as a tool in an isolated environment, e.g., with `uvx`:
|
|
54
|
+
|
|
55
|
+
```bash
|
|
56
|
+
uvx mdrefcheck .
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
### Pre-commit integration
|
|
60
|
+
|
|
61
|
+
You can use `mdrefcheck` as a pre-commit hook.
|
|
62
|
+
|
|
63
|
+
Add this to your `.pre-commit-config.yaml`:
|
|
64
|
+
|
|
65
|
+
```yaml
|
|
66
|
+
repos:
|
|
67
|
+
- repo: https://github.com/gospodima/mdrefcheck
|
|
68
|
+
rev: v0.1.6
|
|
69
|
+
hooks:
|
|
70
|
+
- id: mdrefcheck
|
|
71
|
+
```
|
|
45
72
|
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
mdrefcheck-0.1.6.data/scripts/mdrefcheck.exe,sha256=zw7xZtV9ivOvRE_IVAW1hU6lKhRah0iH0JYpsBunvrE,2786816
|
|
2
|
+
mdrefcheck-0.1.6.dist-info/METADATA,sha256=vY9NrT4Mcz_EAeSnIrMQGldkDoi-43WGG_Rs-ipaVOc,2065
|
|
3
|
+
mdrefcheck-0.1.6.dist-info/WHEEL,sha256=ubF6pSMXfesltAnfP_hEAu2k7YT3fHJXHWEIY1cdTgY,93
|
|
4
|
+
mdrefcheck-0.1.6.dist-info/licenses/LICENSE,sha256=4xbeaKfLWZn51PYDdxgZUU3RzOszuGrYAuKvAh5ZK3U,1087
|
|
5
|
+
mdrefcheck-0.1.6.dist-info/RECORD,,
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
mdrefcheck-0.1.3.data/scripts/mdrefcheck.exe,sha256=31XPQJwCa4RG_GFPF3RGli2RKifOFGCU5SuBjGSgmEg,2786816
|
|
2
|
-
mdrefcheck-0.1.3.dist-info/METADATA,sha256=Wl0aeYPAOGrhzoMxTRK_cxY_ragh3j72VwalSa5ZlC0,1543
|
|
3
|
-
mdrefcheck-0.1.3.dist-info/WHEEL,sha256=ubF6pSMXfesltAnfP_hEAu2k7YT3fHJXHWEIY1cdTgY,93
|
|
4
|
-
mdrefcheck-0.1.3.dist-info/licenses/LICENSE,sha256=4xbeaKfLWZn51PYDdxgZUU3RzOszuGrYAuKvAh5ZK3U,1087
|
|
5
|
-
mdrefcheck-0.1.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|