GritQL is a query language for searching and transforming code. The `gritql` package provides Python bindings to run GritQL queries programmatically. Version 0.2.0 is experimental and under active development.
pip install gritqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: compile a GritQL pattern and run it against a string or file.
Pin to exact version: `pip install gritql==0.2.0`. Check changelog before upgrading.
If you need match metadata, consider using the GritQL CLI tool directly with subprocess.
Install the GritQL CLI: `curl -fsSL https://docs.grit.io/install | bash` or download from GitHub releases.
No dependency data recorded yet.