rumdl 0.0.147__py3-none-macosx_10_12_x86_64.whl → 0.0.151__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rumdl
3
- Version: 0.0.147
3
+ Version: 0.0.151
4
4
  Classifier: Development Status :: 4 - Beta
5
5
  Classifier: Environment :: Console
6
6
  Classifier: Intended Audience :: Developers
@@ -619,6 +619,27 @@ rumdl check .
619
619
  rumdl check --isolated .
620
620
  ```
621
621
 
622
+ ### Editor Support (JSON Schema)
623
+
624
+ rumdl provides a JSON Schema for `.rumdl.toml` configuration files, enabling autocomplete, validation, and inline documentation in supported editors like VS Code, IntelliJ IDEA, and others.
625
+
626
+ The schema is available at `https://raw.githubusercontent.com/rvben/rumdl/main/rumdl.schema.json`.
627
+
628
+ **VS Code Setup:**
629
+
630
+ 1. Install the "Even Better TOML" extension
631
+ 2. The schema will be automatically associated with `.rumdl.toml` and `rumdl.toml` files once submitted to SchemaStore
632
+
633
+ **Manual Schema Association:**
634
+
635
+ Add this to your `.rumdl.toml` file (in a comment, as TOML doesn't support `$schema`):
636
+
637
+ ```toml
638
+ # yaml-language-server: $schema=https://raw.githubusercontent.com/rvben/rumdl/main/rumdl.schema.json
639
+ ```
640
+
641
+ This enables IntelliSense, validation, and hover documentation for all configuration options.
642
+
622
643
  ### Global Configuration
623
644
 
624
645
  When no project configuration is found, rumdl will check for a user-level configuration file in your platform's standard config directory:
@@ -0,0 +1,8 @@
1
+ python/rumdl/__init__.py,sha256=En6tBgSj-MMeUcBAV7HlMjfstzY6npWxZtsRa30hIj0,90
2
+ python/rumdl/__main__.py,sha256=6JiDzauqRloCD8LQ_edF-T_RHmoiTWLyMvHjqARL05s,1879
3
+ python/rumdl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ rumdl-0.0.151.data/scripts/rumdl,sha256=vMCr7HJE0HGWeDE8CCTgpg48q9zcmoWsk9gg7kN6Aqg,5982684
5
+ rumdl-0.0.151.dist-info/METADATA,sha256=Vhmpi8pxGaVDnxJ2CDGUzJzB_xbYhAMrmOnX1RTq0qY,28786
6
+ rumdl-0.0.151.dist-info/WHEEL,sha256=3d83jW30nHjv88WPXL7TZKm7uTjU1OFFsI02FHqx91U,103
7
+ rumdl-0.0.151.dist-info/licenses/LICENSE,sha256=Ux7uE0WuoLktCyy3w5lLIz3_6dc47R0qauPN30mz13M,1079
8
+ rumdl-0.0.151.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- python/rumdl/__init__.py,sha256=En6tBgSj-MMeUcBAV7HlMjfstzY6npWxZtsRa30hIj0,90
2
- python/rumdl/__main__.py,sha256=6JiDzauqRloCD8LQ_edF-T_RHmoiTWLyMvHjqARL05s,1879
3
- python/rumdl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- rumdl-0.0.147.data/scripts/rumdl,sha256=rFU6xYprIMbDTDAAgDGgCUT-47KqZrq6ZBlB4tsvL4U,5962092
5
- rumdl-0.0.147.dist-info/METADATA,sha256=LKvNura5oAs96_crj5Y6Ia14NpuCa4ceuJynCcjGe8o,27948
6
- rumdl-0.0.147.dist-info/WHEEL,sha256=3d83jW30nHjv88WPXL7TZKm7uTjU1OFFsI02FHqx91U,103
7
- rumdl-0.0.147.dist-info/licenses/LICENSE,sha256=Ux7uE0WuoLktCyy3w5lLIz3_6dc47R0qauPN30mz13M,1079
8
- rumdl-0.0.147.dist-info/RECORD,,