Fluff is a SQL formatter that I like a lot. I built this app because I often want to format one-off, adhoc sql that isn't even worth saving to a file.
You can use the application on Heroku.
Set up a python (3.8) environment:
$ pip install -r requirements-dev.txtRun the app locally:
$ flask runLint and run unit tests:
$ toxRun the production application:
$ python -m app.wsgi