{% extends "master.html" %} {% block title %}Source code{% endblock %} {% block main %}
The sources for the SQL parser and formatter module are hosted on Google Code. To clone the repository run:
hg clone http://python-sqlparse.googlecode.com/hg/ python-sqlparse
Visit the project page | Browse the sources online | API Documentation
Some relevant parts of the Python module contain code from the pygments syntax highlighter. The underlying Python module uses a non-validating SQL parser. This approach makes it possible to parse even syntactically incorrect SQL statements.
Currently the parser module is used by CrunchyFrog - a database front-end for Gnome.
The sqlparse
module is released under the terms of the
New BSD License.
The source code for this App Engine application is available in the
examples
directory of the Python module
(but it's really nothing special ;-).
Please file bug reports and feature requests on the project site at http://code.google.com/p/python-sqlparse/issues/entry or if you have code to contribute upload it to http://codereview.appspot.com and add albrecht.andi@googlemail.com as reviewer.