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
--
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html

Reply via email to