AUTHORS CHANGES COPYING MANIFEST.in Makefile README.rst TODO pytest.ini setup.py tox.ini bin/sqlformat docs/Makefile docs/sqlformat.1 docs/source/analyzing.rst docs/source/api.rst docs/source/changes.rst docs/source/conf.py docs/source/index.rst docs/source/indices.rst docs/source/intro.rst docs/source/ui.rst sqlparse/__init__.py sqlparse/exceptions.py sqlparse/filters.py sqlparse/formatter.py sqlparse/functions.py sqlparse/keywords.py sqlparse/lexer.py sqlparse/pipeline.py sqlparse/sql.py sqlparse/tokens.py sqlparse/utils.py sqlparse.egg-info/PKG-INFO sqlparse.egg-info/SOURCES.txt sqlparse.egg-info/dependency_links.txt sqlparse.egg-info/top_level.txt sqlparse/engine/__init__.py sqlparse/engine/filter.py sqlparse/engine/grouping.py tests/__init__.py tests/test_filters.py tests/test_format.py tests/test_functions.py tests/test_grouping.py tests/test_parse.py tests/test_pipeline.py tests/test_regressions.py tests/test_split.py tests/test_tokenize.py tests/utils.py tests/files/_Make_DirEntry.sql tests/files/begintag.sql tests/files/begintag_2.sql tests/files/dashcomment.sql tests/files/function.sql tests/files/function_psql.sql tests/files/function_psql2.sql tests/files/function_psql3.sql tests/files/huge_select.sql tests/files/test_cp1251.sql