diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-08-31 04:23:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-31 04:23:02 +0700 |
commit | 5f0c2f5c1928a68163b9cc5813e5f5b9c612bd19 (patch) | |
tree | 11db7f2b5ac36979d304b0958eec286029092bd3 /python/sqlparse/slack-desc | |
parent | 0a715f35acb9a21f43826d82b574a9a40b2adc17 (diff) | |
download | slackbuilds-5f0c2f5c1928a68163b9cc5813e5f5b9c612bd19.tar.gz |
python/sqlparse: Added (SQL parser for Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/sqlparse/slack-desc')
-rw-r--r-- | python/sqlparse/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/sqlparse/slack-desc b/python/sqlparse/slack-desc new file mode 100644 index 0000000000..f9e209d1e8 --- /dev/null +++ b/python/sqlparse/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +sqlparse: sqlparse (SQL parser for Python) +sqlparse: +sqlparse: sqlparse is a non-validating SQL parser module for Python. It provides +sqlparse: support for parsing, splitting and formatting SQL statements. +sqlparse: +sqlparse: +sqlparse: +sqlparse: +sqlparse: +sqlparse: +sqlparse: |