rlmgrep 0.1.12__py3-none-any.whl → 0.1.13__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.12"
2
+ __version__ = "0.1.13"
rlmgrep/ingest.py CHANGED
@@ -6,10 +6,7 @@ import os
6
6
  from pathlib import Path, PurePosixPath
7
7
  from typing import Any, Callable, Iterable
8
8
 
9
- try:
10
- import pathspec
11
- except Exception: # pragma: no cover - optional at import time
12
- pathspec = None
9
+ import pathspec
13
10
 
14
11
  from pypdf import PdfReader
15
12
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rlmgrep
3
- Version: 0.1.12
3
+ Version: 0.1.13
4
4
  Summary: Grep-shaped CLI search powered by DSPy RLM
5
5
  Author: rlmgrep
6
6
  License: MIT
@@ -13,7 +13,7 @@ Requires-Dist: pypdf>=4.0.0
13
13
 
14
14
  # rlmgrep
15
15
 
16
- Grep-shaped search powered by DSPy RLM. It accepts a natural-language query, scans the files you point at, and prints matching lines in a grep-like format.
16
+ Grep-shaped search powered by DSPy RLM. It accepts a natural-language query, scans the files you point at, and prints matching lines in a grep-like format. Use `--answer` to get a narrative response grounded in the selected files/directories.
17
17
 
18
18
  ## Quickstart
19
19
 
@@ -1,14 +1,14 @@
1
- rlmgrep/__init__.py,sha256=Oi10B9QTmGI-1i704NHr63Oy1A8W2kzfQCYB6asuv0w,49
1
+ rlmgrep/__init__.py,sha256=BrGyE0EGAAcw0ie-YqC8DUrNp9CZXcKoms53BtFY3f0,49
2
2
  rlmgrep/__main__.py,sha256=MHKZ_ae3fSLGTLUUMOx15fWdeOnJSHhq-zslRP5F5Lc,79
3
3
  rlmgrep/cli.py,sha256=sUtcvf-3U1fpUdFYmEE9j75xSgBAx9Uv3XY1lobHURk,21150
4
4
  rlmgrep/config.py,sha256=u1iz-nI8dj-dZETbpIki3RQefHJEyi5oE5zE4_IR8kg,2399
5
5
  rlmgrep/file_map.py,sha256=x2Ri1wzK8_87GUorsAV01K_nYLZcv30yIquDeTCcdEw,876
6
- rlmgrep/ingest.py,sha256=St-MaKUBeAUWwEKtjfNej8Wt9aVhg9-VYEm_GDOV7uU,11909
6
+ rlmgrep/ingest.py,sha256=Um4n0jvPaBhn_CieEu1RfdI0O-0k7N--sp2ncuwseqE,11816
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.12.dist-info/METADATA,sha256=UsbAYXqsGnSUfqdOypf4D4LTbgCaEuwHTCwp5MNMAxU,7849
11
- rlmgrep-0.1.12.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
12
- rlmgrep-0.1.12.dist-info/entry_points.txt,sha256=UV6QkEbkwBO1JJ53mm84_n35tVyOczPvOQ14ga7vrCI,45
13
- rlmgrep-0.1.12.dist-info/top_level.txt,sha256=gTujSRsO58c80eN7aRH2cfe51FHxx8LJ1w1Y2YlHti0,8
14
- rlmgrep-0.1.12.dist-info/RECORD,,
10
+ rlmgrep-0.1.13.dist-info/METADATA,sha256=ZEzhJPnjR4oyq70tERS1XY5k-69e4FThLsY_1LX6GuQ,7936
11
+ rlmgrep-0.1.13.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
12
+ rlmgrep-0.1.13.dist-info/entry_points.txt,sha256=UV6QkEbkwBO1JJ53mm84_n35tVyOczPvOQ14ga7vrCI,45
13
+ rlmgrep-0.1.13.dist-info/top_level.txt,sha256=gTujSRsO58c80eN7aRH2cfe51FHxx8LJ1w1Y2YlHti0,8
14
+ rlmgrep-0.1.13.dist-info/RECORD,,