rumdl 0.0.88__py3-none-macosx_10_12_x86_64.whl → 0.0.90__py3-none-macosx_10_12_x86_64.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.90.data/scripts/benchmark +0 -0
- rumdl-0.0.90.data/scripts/file_parallel_benchmark +0 -0
- rumdl-0.0.90.data/scripts/measure_code_span_performance +0 -0
- {rumdl-0.0.88.data → rumdl-0.0.90.data}/scripts/rumdl +0 -0
- {rumdl-0.0.88.dist-info → rumdl-0.0.90.dist-info}/METADATA +17 -4
- rumdl-0.0.90.dist-info/RECORD +11 -0
- rumdl-0.0.88.data/scripts/benchmark +0 -0
- rumdl-0.0.88.data/scripts/file_parallel_benchmark +0 -0
- rumdl-0.0.88.data/scripts/measure_code_span_performance +0 -0
- rumdl-0.0.88.dist-info/RECORD +0 -11
- {rumdl-0.0.88.dist-info → rumdl-0.0.90.dist-info}/WHEEL +0 -0
- {rumdl-0.0.88.dist-info → rumdl-0.0.90.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.90
|
|
4
4
|
Classifier: Development Status :: 4 - Beta
|
|
5
5
|
Classifier: Environment :: Console
|
|
6
6
|
Classifier: Intended Audience :: Developers
|
|
@@ -55,6 +55,7 @@ Project-URL: Repository, https://github.com/rvben/rumdl.git
|
|
|
55
55
|
- [Table of Contents](#table-of-contents)
|
|
56
56
|
- [Quick Start](#quick-start)
|
|
57
57
|
- [Overview](#overview)
|
|
58
|
+
- [Performance](#performance)
|
|
58
59
|
- [Installation](#installation)
|
|
59
60
|
- [Using Cargo (Rust)](#using-cargo-rust)
|
|
60
61
|
- [Using pip (Python)](#using-pip-python)
|
|
@@ -102,8 +103,8 @@ rumdl init
|
|
|
102
103
|
|
|
103
104
|
rumdl is a high-performance Markdown linter and fixer that helps ensure consistency and best practices in your Markdown files. It offers:
|
|
104
105
|
|
|
105
|
-
- ⚡️ **Built for speed** with Rust
|
|
106
|
-
- 🔍 **
|
|
106
|
+
- ⚡️ **Built for speed** with Rust - significantly faster than alternatives
|
|
107
|
+
- 🔍 **54 lint rules** covering common Markdown issues
|
|
107
108
|
- 🛠️ **Automatic fixing** with `--fix` for most rules
|
|
108
109
|
- 📦 **Zero dependencies** - single binary with no runtime requirements
|
|
109
110
|
- 🔧 **Highly configurable** with TOML-based config files
|
|
@@ -112,6 +113,14 @@ rumdl is a high-performance Markdown linter and fixer that helps ensure consiste
|
|
|
112
113
|
- 📏 **Modern CLI** with detailed error reporting
|
|
113
114
|
- 🔄 **CI/CD friendly** with non-zero exit code on errors
|
|
114
115
|
|
|
116
|
+
## Performance
|
|
117
|
+
|
|
118
|
+
rumdl is designed for speed and efficiency:
|
|
119
|
+
|
|
120
|
+

|
|
121
|
+
|
|
122
|
+
rumdl is **4.3x faster** on average than markdownlint for typical markdown files, with performance improvements ranging from 3.4x to 5.4x depending on project size.
|
|
123
|
+
|
|
115
124
|
## Installation
|
|
116
125
|
|
|
117
126
|
Choose the installation method that works best for you:
|
|
@@ -235,7 +244,7 @@ When you run `pre-commit install` or `pre-commit run`, pre-commit will automatic
|
|
|
235
244
|
|
|
236
245
|
## Rules
|
|
237
246
|
|
|
238
|
-
rumdl implements
|
|
247
|
+
rumdl implements 54 lint rules for Markdown files. Here are some key rule categories:
|
|
239
248
|
|
|
240
249
|
| Category | Description | Example Rules |
|
|
241
250
|
|-----------|-------------|---------------|
|
|
@@ -278,6 +287,7 @@ Lint Markdown files and print warnings/errors (main subcommand)
|
|
|
278
287
|
- `--respect-gitignore`: Respect .gitignore files when scanning directories (does not apply to explicitly provided paths)
|
|
279
288
|
- `-v, --verbose`: Show detailed output
|
|
280
289
|
- `--profile`: Show profiling information
|
|
290
|
+
- `--statistics`: Show rule violation statistics summary
|
|
281
291
|
- `-q, --quiet`: Quiet mode
|
|
282
292
|
- `-o, --output <format>`: Output format: `text` (default) or `json`
|
|
283
293
|
- `--stdin`: Read from stdin instead of files
|
|
@@ -394,6 +404,9 @@ echo "# My Heading" | rumdl check --stdin
|
|
|
394
404
|
# Get JSON output for integration with other tools
|
|
395
405
|
rumdl check --output json README.md
|
|
396
406
|
|
|
407
|
+
# Show statistics summary of rule violations
|
|
408
|
+
rumdl check --statistics .
|
|
409
|
+
|
|
397
410
|
# Disable colors in output
|
|
398
411
|
rumdl check --color never README.md
|
|
399
412
|
|
|
@@ -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.90.data/scripts/benchmark,sha256=mU0X-ULyrt4lce8OnAbRkd4Rh0ZxlXQBwjY0slV_TZk,2398208
|
|
5
|
+
rumdl-0.0.90.data/scripts/file_parallel_benchmark,sha256=vmx5uYs5oLMrDqNedhohDETGexlctFUWPHQsD75yKlc,2744440
|
|
6
|
+
rumdl-0.0.90.data/scripts/measure_code_span_performance,sha256=YEj6M7YfIuI-FgG0Af1ROeJVOXJvPthyED7s-VJ7-oo,1438712
|
|
7
|
+
rumdl-0.0.90.data/scripts/rumdl,sha256=D1fHnHnbRa8n5fZT8O998QjahpibNDkcdgVaYNQLRa8,5297352
|
|
8
|
+
rumdl-0.0.90.dist-info/METADATA,sha256=jQj3sx99tur6Ns0bA15SGfeXAA5y3H3SC0Z32GWCwGA,20278
|
|
9
|
+
rumdl-0.0.90.dist-info/WHEEL,sha256=_ftC59G2lUDVh6DjVQid1lXOEswHzpmZBvGibXyRtww,103
|
|
10
|
+
rumdl-0.0.90.dist-info/licenses/LICENSE,sha256=xXY7jFvuEmObzRovm2RZmB7KR1sldVYWZLtcKIqlh3E,1073
|
|
11
|
+
rumdl-0.0.90.dist-info/RECORD,,
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
rumdl-0.0.88.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.88.data/scripts/benchmark,sha256=_VISfYTGOZEk70vI8X1yeDIA6oDoIiH4_vCVMvpYMts,2731160
|
|
5
|
-
rumdl-0.0.88.data/scripts/file_parallel_benchmark,sha256=881Zn2RLLozRcwF4GWEXzuwmO36UiGIEXMcyWEv2Omk,2740304
|
|
6
|
-
rumdl-0.0.88.data/scripts/measure_code_span_performance,sha256=6xHtnyTAiXCumxrja7ONnj2_04G1kIz3j3iU5LHZEhI,1783904
|
|
7
|
-
rumdl-0.0.88.data/scripts/rumdl,sha256=4PSBDWRkrfpfkoaqCuarwzIj5LnzlOgGtOSdN4yvyqU,5268560
|
|
8
|
-
rumdl-0.0.88.dist-info/METADATA,sha256=eYcgxBZHHHKNaIw21zJ6g-NYojEOHh-V4RyPxjvF3k0,19794
|
|
9
|
-
rumdl-0.0.88.dist-info/WHEEL,sha256=_ftC59G2lUDVh6DjVQid1lXOEswHzpmZBvGibXyRtww,103
|
|
10
|
-
rumdl-0.0.88.dist-info/licenses/LICENSE,sha256=xXY7jFvuEmObzRovm2RZmB7KR1sldVYWZLtcKIqlh3E,1073
|
|
11
|
-
rumdl-0.0.88.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|