rumdl 0.0.97__py3-none-win_amd64.whl → 0.0.99__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.

Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rumdl
3
- Version: 0.0.97
3
+ Version: 0.0.99
4
4
  Classifier: Development Status :: 4 - Beta
5
5
  Classifier: Environment :: Console
6
6
  Classifier: Intended Audience :: Developers
@@ -87,6 +87,7 @@ It offers:
87
87
  - [Quick Start](#quick-start)
88
88
  - [Overview](#overview)
89
89
  - [Installation](#installation)
90
+ - [Using Homebrew (macOS/Linux)](#using-homebrew-macoslinux)
90
91
  - [Using Cargo (Rust)](#using-cargo-rust)
91
92
  - [Using pip (Python)](#using-pip-python)
92
93
  - [Using uv](#using-uv)
@@ -118,6 +119,13 @@ It offers:
118
119
 
119
120
  Choose the installation method that works best for you:
120
121
 
122
+ ### Using Homebrew (macOS/Linux)
123
+
124
+ ```bash
125
+ brew tap rvben/rumdl
126
+ brew install rumdl
127
+ ```
128
+
121
129
  ### Using Cargo (Rust)
122
130
 
123
131
  ```bash
@@ -0,0 +1,12 @@
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.99.data/scripts/benchmark.exe,sha256=vjIt4ETCzXxTnr3BvGexq1DC520NWoB9XTyTJT5byJM,2582016
5
+ rumdl-0.0.99.data/scripts/benchmark_rule.exe,sha256=NDB2TGJmnup4DAZaY8dQsFU9FiE9j4xeKypsRGzirxo,2430976
6
+ rumdl-0.0.99.data/scripts/file_parallel_benchmark.exe,sha256=Spa_1bHtdb9Top88_xTCpeOFqAV1kyfeF0PySj2tURY,2958336
7
+ rumdl-0.0.99.data/scripts/measure_code_span_performance.exe,sha256=GUIG9j5QJdGgHaopjU7vYECE0TKnnWOFUHrIpZ9zRSY,1421312
8
+ rumdl-0.0.99.data/scripts/rumdl.exe,sha256=JP963fakJnkGKTIjCA_gkem-sgS9JluxOstz1VQ-DdI,6445056
9
+ rumdl-0.0.99.dist-info/METADATA,sha256=ivVQGNfRHz1nnMSuofmJhpGrsF0ujDvlK5s4ZCQHElc,21269
10
+ rumdl-0.0.99.dist-info/WHEEL,sha256=T1-x9ZAB-aE3ewIGbYuockW5ywV7fI-Nla9FsiR1vW4,93
11
+ rumdl-0.0.99.dist-info/licenses/LICENSE,sha256=QETa_uC68hKXo6AV1bTcRSTJZ6EzpfWsEv_Jlr0EMOQ,1098
12
+ rumdl-0.0.99.dist-info/RECORD,,
Binary file
@@ -1,12 +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.97.data/scripts/benchmark.exe,sha256=k-3fmNJ6MaHowTBr7FCD1irofcyxwNBski_oUy2SP6I,2550784
5
- rumdl-0.0.97.data/scripts/benchmark_rule.exe,sha256=1HNVy6nVgLWo4brsn7Jga3f-LMC1OzHtmCGOXa2VTU8,2398208
6
- rumdl-0.0.97.data/scripts/file_parallel_benchmark.exe,sha256=h3FPs5QedR2-5Tn--3fXQrmAt8mtEnxBq2zB54p9Spw,2926080
7
- rumdl-0.0.97.data/scripts/measure_code_span_performance.exe,sha256=09rFhLidcsA08oP96XT-F2wXgbjlfR-auXvaaYDvTI0,1420288
8
- rumdl-0.0.97.data/scripts/rumdl.exe,sha256=qV9zv-BBsWNVldYdW4esK6rq6Q4fVrviRxJ4RaLC5hQ,6403584
9
- rumdl-0.0.97.dist-info/METADATA,sha256=RL6yQtTKjkbubFFzIS1GzIvQnCaLx2dAH86hACde1BQ,21111
10
- rumdl-0.0.97.dist-info/WHEEL,sha256=T1-x9ZAB-aE3ewIGbYuockW5ywV7fI-Nla9FsiR1vW4,93
11
- rumdl-0.0.97.dist-info/licenses/LICENSE,sha256=QETa_uC68hKXo6AV1bTcRSTJZ6EzpfWsEv_Jlr0EMOQ,1098
12
- rumdl-0.0.97.dist-info/RECORD,,
File without changes