blob: 5e8d7aa1597b857e59b002e9bbffcb34c2685a02 (
plain)
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
|
python-sqlparse - Parse SQL statements
======================================
sqlparse is a non-validating SQL parser module for Python.
Install
-------
Run
python setup.py install
with root privileges to install python-sqlparse on your system.
Run Tests
---------
python test/run_tests.py
Links
-----
Project Page: http://python-sqlparse.googlecode.com
Source Code: http://bitbucket.org/andialbrecht/python-sqlparse
Documentation: http://python-sqlparse.googlecode.com/svn/docs/api/index.html
Discussions: http://groups.google.com/group/sqlparse
Issues/Bugs: http://code.google.com/p/python-sqlparse/issues/list
Online Demo: http://sqlformat.appspot.com
python-sqlparse is licensed under the BSD license.
Parts of the code are based on pygments written by Georg Brandl and others.
pygments-Homepage: http://pygments.org/
|