Skip to content

CodingMatrix/sqlparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Parts of the code are based on pygments written by Georg Brandl and others.
pygments-Homepage: http://pygments.org/


Install
-------

Run

  python setup.py install

with root privileges to install python-sqlparse on your system.


Run Tests
---------

  python test/run_tests.py


Links
-----

Project page: http://python-sqlparse.googlecode.com
Source code: http://bitbucket.org/andialbrecht/python-sqlparse


python-sqlparse is licensed under the BSD license.

About

A non-validating SQL parser module for Python

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors