python-sqlparse¶ sqlparse is a non-validating SQL parser for Python. It provides support for parsing, splitting and formatting SQL statements. The module is compatible with Python 3.8+ and released under the terms of the New BSD license. Visit the project page at https://github.com/andialbrecht/sqlparse for further information about this project. Quick Start¶ >>> import sqlparse >>> # Split a stri