blob: 19967146701cb675f50ff4472544d683a8a4b87f (
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
|
python-sqlparse - Parse SQL statements
======================================
sqlparse is a non-validating SQL parser module for Python.
Parts of the code are based on pygments written by Georg Brandl and others.
pygments-Homepage: http://pygments.org/
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
python-sqlparse is licensed under the BSD license.
|