1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
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
|