Skip to content

adilsammar/bplsqlparse

 
 

Repository files navigation

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/

About

A PLSQL parser module for Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.7%
  • TSQL 3.7%
  • PLpgSQL 1.4%
  • Makefile 0.2%