GitHub - adilsammar/bplsqlparse: A PLSQL parser module for Python

python-bplsqlparse - Parse PLSQL statements

bplsqlparse is a PLSQL parser module for Python.

buildstatus coverage

Install

From pip, run:

$ pip install git+https://github.com/yoyoasa/bplsqlparse.git

Consider using the --user option.

From the repository, run:

python setup.py install

to install python-bplsqlparse on your system.

python-bplsqlparse is compatible with Python 2.7 and Python 3 (>= 3.3).

Run Tests

To run the test suite run:

tox

Note, you'll need tox installed, of course.

python-bplsqlparse 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/