AUTHORS CHANGELOG LICENSE MANIFEST.in Makefile README.rst TODO setup.cfg setup.py tox.ini 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/license.rst docs/source/ui.rst sqlparse/__init__.py sqlparse/__main__.py sqlparse/cli.py sqlparse/exceptions.py sqlparse/formatter.py sqlparse/keywords.py sqlparse/lexer.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/entry_points.txt sqlparse.egg-info/top_level.txt sqlparse/engine/__init__.py sqlparse/engine/filter_stack.py sqlparse/engine/grouping.py sqlparse/engine/statement_splitter.py sqlparse/filters/__init__.py sqlparse/filters/aligned_indent.py sqlparse/filters/others.py sqlparse/filters/output.py sqlparse/filters/reindent.py sqlparse/filters/right_margin.py sqlparse/filters/tokens.py tests/__init__.py tests/conftest.py tests/test_cli.py tests/test_format.py tests/test_grouping.py tests/test_keywords.py tests/test_parse.py tests/test_regressions.py tests/test_split.py tests/test_tokenize.py tests/files/_Make_DirEntry.sql tests/files/begintag.sql tests/files/begintag_2.sql tests/files/casewhen_procedure.sql tests/files/dashcomment.sql tests/files/encoding_gbk.sql tests/files/encoding_utf8.sql tests/files/function.sql tests/files/function_psql.sql tests/files/function_psql2.sql tests/files/function_psql3.sql tests/files/function_psql4.sql tests/files/huge_select.sql tests/files/mysql_handler.sql tests/files/stream.sql tests/files/test_cp1251.sql