py-sql-cleaner: A CLI tool for finding, formatting, and extracting embedded SQL from Python codebases
py-sql-cleaner is an early-stage CLI tool (MVP) designed to find, format, and extract SQL queries embedded within Python files. It targets codebases where SQL is written inside triple-quoted Python strings. The tool uses SQLGlot for formatting, supports database-specific dialects