rumdl 0.0.92__py3-none-macosx_11_0_arm64.whl → 0.0.93__py3-none-macosx_11_0_arm64.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 rumdl might be problematic. Click here for more details.
- rumdl-0.0.93.data/scripts/benchmark +0 -0
- rumdl-0.0.93.data/scripts/file_parallel_benchmark +0 -0
- {rumdl-0.0.92.data → rumdl-0.0.93.data}/scripts/measure_code_span_performance +0 -0
- rumdl-0.0.93.data/scripts/rumdl +0 -0
- {rumdl-0.0.92.dist-info → rumdl-0.0.93.dist-info}/METADATA +6 -4
- rumdl-0.0.93.dist-info/RECORD +11 -0
- rumdl-0.0.92.data/scripts/benchmark +0 -0
- rumdl-0.0.92.data/scripts/file_parallel_benchmark +0 -0
- rumdl-0.0.92.data/scripts/rumdl +0 -0
- rumdl-0.0.92.dist-info/RECORD +0 -11
- {rumdl-0.0.92.dist-info → rumdl-0.0.93.dist-info}/WHEEL +0 -0
- {rumdl-0.0.92.dist-info → rumdl-0.0.93.dist-info}/licenses/LICENSE +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rumdl
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.93
|
|
4
4
|
Classifier: Development Status :: 4 - Beta
|
|
5
5
|
Classifier: Environment :: Console
|
|
6
6
|
Classifier: Intended Audience :: Developers
|
|
@@ -66,7 +66,9 @@ rumdl init
|
|
|
66
66
|
|
|
67
67
|
## Overview
|
|
68
68
|
|
|
69
|
-
rumdl is a high-performance Markdown linter and fixer that helps ensure consistency and best practices
|
|
69
|
+
rumdl is a high-performance Markdown linter and fixer that helps ensure consistency and best practices
|
|
70
|
+
in your Markdown files. Inspired by [ruff](https://github.com/astral-sh/ruff)'s approach to Python linting,
|
|
71
|
+
rumdl brings similar speed and developer experience improvements to the Markdown ecosystem.
|
|
70
72
|
|
|
71
73
|
It offers:
|
|
72
74
|
|
|
@@ -99,11 +101,11 @@ It offers:
|
|
|
99
101
|
- [Configuration](#configuration)
|
|
100
102
|
- [Configuration File Example](#configuration-file-example)
|
|
101
103
|
- [Initializing Configuration](#initializing-configuration)
|
|
102
|
-
- [Configuration in pyproject.toml](#configuration-in-
|
|
104
|
+
- [Configuration in pyproject.toml](#configuration-in-pyproject-toml)
|
|
103
105
|
- [Configuration Output](#configuration-output)
|
|
104
106
|
- [Effective Configuration (`rumdl config`)](#effective-configuration-rumdl-config)
|
|
105
107
|
- [Example output](#example-output)
|
|
106
|
-
- [Defaults Only (`rumdl config --defaults`)](#defaults-only-rumdl-config
|
|
108
|
+
- [Defaults Only (`rumdl config --defaults`)](#defaults-only-rumdl-config-defaults)
|
|
107
109
|
- [Output Style](#output-style)
|
|
108
110
|
- [Output Format](#output-format)
|
|
109
111
|
- [Development](#development)
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
python/rumdl/__init__.py,sha256=En6tBgSj-MMeUcBAV7HlMjfstzY6npWxZtsRa30hIj0,90
|
|
2
|
+
python/rumdl/__main__.py,sha256=DQ-es4rlJ-iiHUeoTruvZzp-YV6rGShOWZYN4zBx_Iw,1903
|
|
3
|
+
python/rumdl/py.typed,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
|
|
4
|
+
rumdl-0.0.93.data/scripts/benchmark,sha256=KYOrqH7KF0FxfITFs7XL5VM_B0ZRZfSi7Ix5fSVLFic,2066448
|
|
5
|
+
rumdl-0.0.93.data/scripts/file_parallel_benchmark,sha256=mY2kzbeDd4ux3FMKhSSg5tBxHbFcW5MiCv4ie_lfqWs,2382640
|
|
6
|
+
rumdl-0.0.93.data/scripts/measure_code_span_performance,sha256=nK-LiNtOiJCS7L32OH1J65HZYp6HKBMHhmzws04DpHQ,1299248
|
|
7
|
+
rumdl-0.0.93.data/scripts/rumdl,sha256=wTh0DOOnwvL8fRHIHvHowd6oLJ2p_HxqBZjkSZQV9sQ,4482544
|
|
8
|
+
rumdl-0.0.93.dist-info/METADATA,sha256=3xtlcLheZdTxnh1yQWYq22cTTGj2x6krcmir3S7QUWo,20034
|
|
9
|
+
rumdl-0.0.93.dist-info/WHEEL,sha256=xXrZFUZdUx5dZHQRUyNYMU2_RR2PioJ5KlyzYJq5nRk,101
|
|
10
|
+
rumdl-0.0.93.dist-info/licenses/LICENSE,sha256=xXY7jFvuEmObzRovm2RZmB7KR1sldVYWZLtcKIqlh3E,1073
|
|
11
|
+
rumdl-0.0.93.dist-info/RECORD,,
|
|
Binary file
|
|
Binary file
|
rumdl-0.0.92.data/scripts/rumdl
DELETED
|
Binary file
|
rumdl-0.0.92.dist-info/RECORD
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
python/rumdl/__init__.py,sha256=En6tBgSj-MMeUcBAV7HlMjfstzY6npWxZtsRa30hIj0,90
|
|
2
|
-
python/rumdl/__main__.py,sha256=DQ-es4rlJ-iiHUeoTruvZzp-YV6rGShOWZYN4zBx_Iw,1903
|
|
3
|
-
python/rumdl/py.typed,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
|
|
4
|
-
rumdl-0.0.92.data/scripts/benchmark,sha256=UCtFJx1-uisuv0SLfOQZNIl15T4KqtfmlRhiOQk-KQY,2049696
|
|
5
|
-
rumdl-0.0.92.data/scripts/file_parallel_benchmark,sha256=Cg_TZqjmlaUzI3BkwIrnlTUJx3UfKPJUfuepw0c2Ab0,2366000
|
|
6
|
-
rumdl-0.0.92.data/scripts/measure_code_span_performance,sha256=jWL5ZQk7ZSw-Olmc7Z80T1uo_BIRZGKuDNlPmXhBbW0,1299248
|
|
7
|
-
rumdl-0.0.92.data/scripts/rumdl,sha256=w7wx3jPtiWnphrAGXMUaepo7S7rbW2L-1LcZWdvMAZ8,4449312
|
|
8
|
-
rumdl-0.0.92.dist-info/METADATA,sha256=wVdiUuspZi45lNKplSkAURG3cVBciejImHBQqd1hCeI,20035
|
|
9
|
-
rumdl-0.0.92.dist-info/WHEEL,sha256=xXrZFUZdUx5dZHQRUyNYMU2_RR2PioJ5KlyzYJq5nRk,101
|
|
10
|
-
rumdl-0.0.92.dist-info/licenses/LICENSE,sha256=xXY7jFvuEmObzRovm2RZmB7KR1sldVYWZLtcKIqlh3E,1073
|
|
11
|
-
rumdl-0.0.92.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|