rumdl 0.0.147__py3-none-macosx_11_0_arm64.whl → 0.0.151__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.147.data → rumdl-0.0.151.data}/scripts/rumdl +0 -0
- {rumdl-0.0.147.dist-info → rumdl-0.0.151.dist-info}/METADATA +22 -1
- rumdl-0.0.151.dist-info/RECORD +8 -0
- rumdl-0.0.147.dist-info/RECORD +0 -8
- {rumdl-0.0.147.dist-info → rumdl-0.0.151.dist-info}/WHEEL +0 -0
- {rumdl-0.0.147.dist-info → rumdl-0.0.151.dist-info}/licenses/LICENSE +0 -0
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rumdl
|
|
3
|
-
Version: 0.0.
|
|
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=NsPWW8farbMSSqsIOY1SrsYnU_2rDpqaLWqhYUpcweE,5046416
|
|
5
|
+
rumdl-0.0.151.dist-info/METADATA,sha256=Vhmpi8pxGaVDnxJ2CDGUzJzB_xbYhAMrmOnX1RTq0qY,28786
|
|
6
|
+
rumdl-0.0.151.dist-info/WHEEL,sha256=Yqsb0k8hEnts4-GFW6qs76xwAwEWBszylHqFV7U972E,101
|
|
7
|
+
rumdl-0.0.151.dist-info/licenses/LICENSE,sha256=Ux7uE0WuoLktCyy3w5lLIz3_6dc47R0qauPN30mz13M,1079
|
|
8
|
+
rumdl-0.0.151.dist-info/RECORD,,
|
rumdl-0.0.147.dist-info/RECORD
DELETED
|
@@ -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=0wsD875GsFNQeQ2l8bxWWfTcSMffIkfI_OvLokB8fPw,5029760
|
|
5
|
-
rumdl-0.0.147.dist-info/METADATA,sha256=LKvNura5oAs96_crj5Y6Ia14NpuCa4ceuJynCcjGe8o,27948
|
|
6
|
-
rumdl-0.0.147.dist-info/WHEEL,sha256=Yqsb0k8hEnts4-GFW6qs76xwAwEWBszylHqFV7U972E,101
|
|
7
|
-
rumdl-0.0.147.dist-info/licenses/LICENSE,sha256=Ux7uE0WuoLktCyy3w5lLIz3_6dc47R0qauPN30mz13M,1079
|
|
8
|
-
rumdl-0.0.147.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|