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.