rumdl 0.0.161__py3-none-macosx_11_0_arm64.whl → 0.0.163__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.161.data → rumdl-0.0.163.data}/scripts/rumdl +0 -0
- {rumdl-0.0.161.dist-info → rumdl-0.0.163.dist-info}/METADATA +21 -2
- rumdl-0.0.163.dist-info/RECORD +8 -0
- rumdl-0.0.161.dist-info/RECORD +0 -8
- {rumdl-0.0.161.dist-info → rumdl-0.0.163.dist-info}/WHEEL +0 -0
- {rumdl-0.0.161.dist-info → rumdl-0.0.163.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.163
|
|
4
4
|
Classifier: Development Status :: 4 - Beta
|
|
5
5
|
Classifier: Environment :: Console
|
|
6
6
|
Classifier: Intended Audience :: Developers
|
|
@@ -33,7 +33,7 @@ Project-URL: Repository, https://github.com/rvben/rumdl.git
|
|
|
33
33
|
|
|
34
34
|

|
|
35
35
|
|
|
36
|
-
[](https://github.com/rvben/rumdl/actions)
|
|
37
37
|
[](https://opensource.org/licenses/MIT) [](https://crates.io/crates/rumdl)
|
|
38
38
|
[](https://pypi.org/project/rumdl/) [](https://github.com/rvben/rumdl/releases/latest) [](https://github.com/rvben/rumdl/stargazers)
|
|
39
39
|
|
|
@@ -172,6 +172,19 @@ uv tool install rumdl
|
|
|
172
172
|
uv tool run rumdl check .
|
|
173
173
|
```
|
|
174
174
|
|
|
175
|
+
### Using Nix (macOS/Linux)
|
|
176
|
+
|
|
177
|
+
```bash
|
|
178
|
+
nix-channel --update
|
|
179
|
+
nix-env --install --attr nixpkgs.rumdl
|
|
180
|
+
```
|
|
181
|
+
|
|
182
|
+
Alternatively, you can use flakes to run it without installation.
|
|
183
|
+
|
|
184
|
+
```bash
|
|
185
|
+
nix run --extra-experimental-features 'flakes nix-command' nixpkgs/nixpkgs-unstable#rumdl -- --version
|
|
186
|
+
```
|
|
187
|
+
|
|
175
188
|
### Download binary
|
|
176
189
|
|
|
177
190
|
```bash
|
|
@@ -726,6 +739,12 @@ respect-gitignore = true
|
|
|
726
739
|
# Disable specific rules
|
|
727
740
|
disabled-rules = ["MD013", "MD033"]
|
|
728
741
|
|
|
742
|
+
# Disable specific rules for specific files
|
|
743
|
+
[per-file-ignores]
|
|
744
|
+
"README.md" = ["MD033"] # Allow HTML in README
|
|
745
|
+
"SUMMARY.md" = ["MD025"] # Allow multiple H1 in table of contents
|
|
746
|
+
"docs/api/**/*.md" = ["MD013", "MD041"] # Relax rules for generated docs
|
|
747
|
+
|
|
729
748
|
# Configure individual rules
|
|
730
749
|
[MD007]
|
|
731
750
|
indent = 2
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
rumdl-0.0.163.data/scripts/rumdl,sha256=RCiR0rjkl11Wk97jiLOGL21NZLLN-jvW-3w-DRlhm1A,5129616
|
|
2
|
+
rumdl-0.0.163.dist-info/METADATA,sha256=kiu5R9UliZs_vTvqAQIOhaePSJHi36AXRolAs4SwC4M,30047
|
|
3
|
+
rumdl-0.0.163.dist-info/WHEEL,sha256=gFUeb0K5OKVu-_PxYk7JE9tGE1KIHHvhpIzf61gKVd8,101
|
|
4
|
+
rumdl-0.0.163.dist-info/licenses/LICENSE,sha256=Ux7uE0WuoLktCyy3w5lLIz3_6dc47R0qauPN30mz13M,1079
|
|
5
|
+
rumdl/__init__.py,sha256=Al8fdAo1nixifQiBrXvQtGY-4071FS73uJbLEBAWlYY,267
|
|
6
|
+
rumdl/__main__.py,sha256=6JiDzauqRloCD8LQ_edF-T_RHmoiTWLyMvHjqARL05s,1879
|
|
7
|
+
rumdl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
+
rumdl-0.0.163.dist-info/RECORD,,
|
rumdl-0.0.161.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
rumdl-0.0.161.data/scripts/rumdl,sha256=pX-ybf9B2GvYQBxN34Mii_wvzXl_cK5FLBNGGH2d2d4,5129600
|
|
2
|
-
rumdl-0.0.161.dist-info/METADATA,sha256=XtAKlDx71_D99SjKr2dDdo6I8EOj3TvJbRF0LRtZHvI,29507
|
|
3
|
-
rumdl-0.0.161.dist-info/WHEEL,sha256=gFUeb0K5OKVu-_PxYk7JE9tGE1KIHHvhpIzf61gKVd8,101
|
|
4
|
-
rumdl-0.0.161.dist-info/licenses/LICENSE,sha256=Ux7uE0WuoLktCyy3w5lLIz3_6dc47R0qauPN30mz13M,1079
|
|
5
|
-
rumdl/__init__.py,sha256=Al8fdAo1nixifQiBrXvQtGY-4071FS73uJbLEBAWlYY,267
|
|
6
|
-
rumdl/__main__.py,sha256=6JiDzauqRloCD8LQ_edF-T_RHmoiTWLyMvHjqARL05s,1879
|
|
7
|
-
rumdl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
-
rumdl-0.0.161.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|