sqlparse 0.1.0

Andi Albrecht albrecht.andi at googlemail.com
Tue Apr 7 21:12:15 CEST 2009


I'm happy to announce sqlparse 0.1.0.

sqlparse is a non-validating SQL parser module.

Download: http://python-sqlparse.googlecode.com/files/sqlparse-0.1.0.tar.gz


What is sqlparse
================

sqlparse is a non-validating SQL parser module for Python.
The module provides functions for splitting, formatting and parsing
SQL statements.
This is the first public release of this module. It's still buggy, but
it works at least for the most common tasks when dealing with SQL
statements. Please file bug reports and feature request on the issue
tracker!

Try out the formatting features online: http://sqlformat.appspot.com.

Homepage:    http://python-sqlparse.googlecode.com/
Download:    http://code.google.com/p/python-sqlparse/downloads/list
Issues/Bugs: http://code.google.com/p/python-sqlparse/issues/list
API:         http://python-sqlparse.googlecode.com/svn/docs/api/index.html

Regards,

Andi


More information about the Python-announce-list mailing list