Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 976 Bytes

README.rst

File metadata and controls

54 lines (31 loc) · 976 Bytes

python-sqlparse - Parse SQL statements

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

buildstatus

Install

Run:

python setup.py install

to install python-sqlparse on your system.

Run Tests

To run the test suite run:

py.test

Note, you'll need py.test installed.

Links

Project Page
https://github.com/andialbrecht/sqlparse
Documentation
http://readthedocs.org/docs/sqlparse/en/latest/
Discussions
http://groups.google.com/group/sqlparse
Issues/Bugs
https://github.com/andialbrecht/sqlparse/issues
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/