bplsqlparse is a PLSQL parser module for Python.
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).
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/
