Metadata-Version: 2.3
Name: grepow
Version: 0.1.0
Summary: CLI for sparse checkouts of results from grep.app repo search
Author: Louis Maddox
Author-email: Louis Maddox <louismmx@gmail.com>
Requires-Dist: httpx>=0.28.1
Requires-Dist: tqdm>=4.67.2
Requires-Python: >=3.10, <3.14
Description-Content-Type: text/markdown

# grepow

A local CLI for [grep.app](http://grep.app) which `git sparse-checkout`s each repo
with a filter cone over just the hits (or optional full cloning).

grep.app has an API, we use that to pull the hits, group by repo, clone those and then
add filters to the sparse checkout for the file set per repo.
