format-sql
format-sql copied to clipboard
Lack of documentation on how to use from python
This package is part of the pip repository manager for python, fine, but how do you use it from a python script? There is only information on how to run it as a binary.
from format_sql.shortcuts import format_sql
formatted = format_sql(sql)