rumdl 0.0.62__py3-none-win_amd64.whl → 0.0.64__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 rumdl might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rumdl
3
- Version: 0.0.62
3
+ Version: 0.0.64
4
4
  Classifier: Development Status :: 4 - Beta
5
5
  Classifier: Environment :: Console
6
6
  Classifier: Intended Audience :: Developers
@@ -70,7 +70,8 @@ Project-URL: Repository, https://github.com/rvben/rumdl.git
70
70
  - [Configuration in pyproject.toml](#configuration-in-pyprojecttoml)
71
71
  - [Configuration Output](#configuration-output)
72
72
  - [Effective Configuration (`rumdl config`)](#effective-configuration-rumdl-config)
73
- - [Defaults Only (`rumdl config --defaults`)](#defaults-only-rumdl-config---defaults)
73
+ - [Example output](#example-output)
74
+ - [Defaults Only (`rumdl config --defaults`)](#defaults-only-rumdl-config---defaults)
74
75
  - [Output Style](#output-style)
75
76
  - [Output Format](#output-format)
76
77
  - [Development](#development)
@@ -260,6 +261,11 @@ rumdl <command> [options] [file or directory...]
260
261
  - Subcommands:
261
262
  - `get <key>`: Query a specific config key (e.g. `global.exclude` or `MD013.line_length`)
262
263
 
264
+ - `server`: Start the Language Server Protocol server for editor integration
265
+ - `--port <PORT>`: TCP port to listen on (for debugging)
266
+ - `--stdio`: Use stdio for communication (default)
267
+ - `-v, --verbose`: Enable verbose logging
268
+
263
269
  - `version`: Show version information
264
270
 
265
271
  ### Usage Examples
@@ -371,9 +377,10 @@ Both kebab-case (`line-length`, `ignore-gitignore`) and snake_case (`line_length
371
377
 
372
378
  #### Effective Configuration (`rumdl config`)
373
379
 
374
- The `rumdl config` command prints the **full effective configuration** (defaults + all overrides), showing every key and its value, annotated with the source of each value. The output is colorized and the `[from ...]` annotation is globally aligned for easy scanning.
380
+ The `rumdl config` command prints the **full effective configuration** (defaults + all overrides), showing every key and its value, annotated with the source of each value.
381
+ The output is colorized and the `[from ...]` annotation is globally aligned for easy scanning.
375
382
 
376
- **Example output:**
383
+ #### Example output
377
384
 
378
385
  ```text
379
386
  [global]
@@ -387,6 +394,7 @@ The `rumdl config` command prints the **full effective configuration** (defaults
387
394
  code_blocks = true [from .rumdl.toml]
388
395
  ...
389
396
  ```
397
+
390
398
  - **Keys** are cyan, **values** are yellow, and the `[from ...]` annotation is colored by source:
391
399
  - Green: CLI
392
400
  - Blue: `.rumdl.toml`
@@ -394,7 +402,7 @@ The `rumdl config` command prints the **full effective configuration** (defaults
394
402
  - Yellow: default
395
403
  - The `[from ...]` column is aligned across all sections.
396
404
 
397
- #### Defaults Only (`rumdl config --defaults`)
405
+ ### Defaults Only (`rumdl config --defaults`)
398
406
 
399
407
  The `--defaults` flag prints only the default configuration as TOML, suitable for copy-paste or reference:
400
408
 
@@ -0,0 +1,7 @@
1
+ python/rumdl/__init__.py,sha256=oHcESVopbLsh5hnNa4Z1iLIS-Bi9ai_Bzc5mLuibiUY,95
2
+ python/rumdl/__main__.py,sha256=xlCbPU2Q4ZrlTc3Aeg0d0EFxqfA4QILeVnKckqeMqDQ,1959
3
+ python/rumdl/py.typed,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
4
+ rumdl-0.0.64.data/scripts/rumdl.exe,sha256=ptmqJbGe2g2FWtwnU-9rO9vjS3yYNZxygXbgDTsfHnc,9871360
5
+ rumdl-0.0.64.dist-info/METADATA,sha256=VCn0aphOGyq5SEM1IQKno-G5o1FXkYOOTP4S_mzgCxc,15824
6
+ rumdl-0.0.64.dist-info/WHEEL,sha256=ezZ0UavAgFc3zAwcynOaW_2bkD5G8wEuJDlcNOURk-k,93
7
+ rumdl-0.0.64.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- python/rumdl/__init__.py,sha256=oHcESVopbLsh5hnNa4Z1iLIS-Bi9ai_Bzc5mLuibiUY,95
2
- python/rumdl/__main__.py,sha256=xlCbPU2Q4ZrlTc3Aeg0d0EFxqfA4QILeVnKckqeMqDQ,1959
3
- python/rumdl/py.typed,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
4
- rumdl-0.0.62.data/scripts/rumdl.exe,sha256=bV6QIySjPes8FUZkrwQ_i9TBgk-3Gmvgc8Q0p-Q-Rek,9889792
5
- rumdl-0.0.62.dist-info/METADATA,sha256=Uj5gsXHoXkpOjGG-_6j_iJ0PWnn_GBK8d9TjBnHRg9U,15542
6
- rumdl-0.0.62.dist-info/WHEEL,sha256=ezZ0UavAgFc3zAwcynOaW_2bkD5G8wEuJDlcNOURk-k,93
7
- rumdl-0.0.62.dist-info/RECORD,,
File without changes