Metadata-Version: 2.4
Name: governor-cli
Version: 0.7.33
Summary: Governor command-line tool - single-user local dbt cost optimization
Author: Simple Machines
License-Expression: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: governor-core<0.8,>=0.7.32
Requires-Dist: typer>=0.12.0
Requires-Dist: rich>=13.0.0
Requires-Dist: shellingham>=1.5.0
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: uvicorn>=0.30.6

# governor-cli

The Typer command-line tool - single-user local dbt cost optimization.

Imports `governor-core`. SQLite-backed by default (`~/.governor/state.db`). No web server, no background worker.

Install: `uv tool install governor-cli`

Commands: `init`, `sync`, `detect`, `generate`, `shadow`, `pr`, `status`.
