sqlliterals

Annotated PKG-INFO

3:b3785fe13c92
2007-06-02 paulb Added tag rel-0-1 for changeset 7dc252a54035ee5d67aa1049e8188de0c58df195
paulb@1 1
Metadata-Version: 1.1
paulb@1 2
Name: sqlliterals
paulb@1 3
Version: 0.1
paulb@1 4
Author: Paul Boddie
paulb@1 5
Author-email: paul at boddie org uk
paulb@1 6
Maintainer: Paul Boddie
paulb@1 7
Maintainer-email: paul at boddie org uk
paulb@1 8
Home-page: http://www.python.org/pypi/sqlliterals
paulb@1 9
Download-url: http://www.boddie.org.uk/python/downloads/sqlliterals-0.1.tar.gz
paulb@1 10
Summary: SQL statement tokenisation for the detection of literal regions.
paulb@1 11
License: LGPL
paulb@1 12
Description: The sqlliterals distribution consists of a package containing two different
paulb@1 13
        implementations of SQL statement tokenisation for the detection of literal
paulb@1 14
        regions in such statements.
paulb@1 15
Keywords: SQL pyparsing parsing re
paulb@1 16
Requires: pyparsing
paulb@1 17
Classifier: Development Status :: 3 - Alpha 
paulb@1 18
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) 
paulb@1 19
Classifier: Programming Language :: Other 
paulb@1 20
Classifier: Programming Language :: Python