sqlparse

Non-validating SQL parser and formatter for Python

brewmacoslinux
Try with needOr install directly
Source

About

Non-validating SQL parser

Commands

sqlparse

Examples

Format SQL query from file with automatic indentation$ sqlparse --outfile formatted.sql query.sql
Parse and pretty-print SQL with keyword uppercase$ sqlparse --keywords upper query.sql
Remove comments from SQL file$ sqlparse --strip-comments query.sql