rlmgrep 0.1.27__py3-none-any.whl → 0.1.28__py3-none-any.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.
rlmgrep/__init__.py CHANGED
@@ -1,2 +1,2 @@
1
1
  __all__ = ["__version__"]
2
- __version__ = "0.1.27"
2
+ __version__ = "0.1.28"
rlmgrep/cli.py CHANGED
@@ -187,6 +187,7 @@ def _parse_args(argv: list[str]) -> argparse.Namespace:
187
187
  parser.add_argument("-y", "--yes", action="store_true", help="Skip file count confirmation")
188
188
  parser.add_argument(
189
189
  "--files-from-stdin",
190
+ dest="stdin_files",
190
191
  action="store_true",
191
192
  help="Treat stdin as newline-delimited file paths (e.g., rg -l)",
192
193
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rlmgrep
3
- Version: 0.1.27
3
+ Version: 0.1.28
4
4
  Summary: Grep-shaped CLI search powered by DSPy RLM
5
5
  Author: rlmgrep
6
6
  License: MIT
@@ -21,7 +21,7 @@ Grep-shaped search powered by DSPy RLM. It accepts a natural-language query, sca
21
21
  ```sh
22
22
  uv tool install --python 3.11 rlmgrep
23
23
  # or from GitHub:
24
- # uv tool install git+https://github.com/halfprice06/rlmgrep.git
24
+ # uv tool install --python 3.11 git+https://github.com/halfprice06/rlmgrep.git
25
25
 
26
26
  export OPENAI_API_KEY=... # or set keys in ~/.rlmgrep
27
27
  ```
@@ -1,14 +1,14 @@
1
- rlmgrep/__init__.py,sha256=B0H8SB_QC24iK3GuVICNP2fgawtoAgfB9mZNZBKCv4s,49
1
+ rlmgrep/__init__.py,sha256=xdVNqWDT7j4Mz_0zEmG8j1IxTdZuza6GixKO9zQj7xM,49
2
2
  rlmgrep/__main__.py,sha256=MHKZ_ae3fSLGTLUUMOx15fWdeOnJSHhq-zslRP5F5Lc,79
3
- rlmgrep/cli.py,sha256=VJeitSS2jtd-QnW6NroZ6bHckRKApP1T87j3qnEu7qc,29347
3
+ rlmgrep/cli.py,sha256=H2ZVKA4bCmjzOqgbjmqqVgVFB7RdfZkG5FR6k8-ueyo,29375
4
4
  rlmgrep/config.py,sha256=u1iz-nI8dj-dZETbpIki3RQefHJEyi5oE5zE4_IR8kg,2399
5
5
  rlmgrep/file_map.py,sha256=x2Ri1wzK8_87GUorsAV01K_nYLZcv30yIquDeTCcdEw,876
6
6
  rlmgrep/ingest.py,sha256=906JUwWRC0XDoYRXs4-XdV3fay8mQc324l0suQLyS-k,13738
7
7
  rlmgrep/interpreter.py,sha256=s_nMRxLlAU9C0JmUzUBW5NbVbuH67doVWF54K54STlA,2478
8
8
  rlmgrep/render.py,sha256=mCTT6yuKNv7HJ46LzOyLkCbyBedCWSNd7UeubyLXcyM,3356
9
9
  rlmgrep/rlm.py,sha256=i3rCTp8OABByF60Un5gO7265gaW4spwU0OFKIz4surg,5750
10
- rlmgrep-0.1.27.dist-info/METADATA,sha256=3eYLa3pfoFIsmnmeWIzhoedUIb4eYYbCTcz_UeCyp6U,8011
11
- rlmgrep-0.1.27.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
12
- rlmgrep-0.1.27.dist-info/entry_points.txt,sha256=UV6QkEbkwBO1JJ53mm84_n35tVyOczPvOQ14ga7vrCI,45
13
- rlmgrep-0.1.27.dist-info/top_level.txt,sha256=gTujSRsO58c80eN7aRH2cfe51FHxx8LJ1w1Y2YlHti0,8
14
- rlmgrep-0.1.27.dist-info/RECORD,,
10
+ rlmgrep-0.1.28.dist-info/METADATA,sha256=Z9z5wJL-JIu6IYDjMRwtFdjozLE5tmg6uAeMqDtNqko,8025
11
+ rlmgrep-0.1.28.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
12
+ rlmgrep-0.1.28.dist-info/entry_points.txt,sha256=UV6QkEbkwBO1JJ53mm84_n35tVyOczPvOQ14ga7vrCI,45
13
+ rlmgrep-0.1.28.dist-info/top_level.txt,sha256=gTujSRsO58c80eN7aRH2cfe51FHxx8LJ1w1Y2YlHti0,8
14
+ rlmgrep-0.1.28.dist-info/RECORD,,