python-sqlparse - Parse SQL statements
======================================

sqlparse is a non-validating SQL parser module for Python.


Install
-------

Run

  python setup.py install

to install python-sqlparse on your system.


Run Tests
---------

  python test/run_tests.py


Links
-----

Project Page:  http://python-sqlparse.googlecode.com
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/

