Metadata-Version: 1.1
Name: sqlcc
Version: 0.3.1
Summary: Python SQL Command Composer.
Home-page: https://bitbucket.org/thinker/sqlcc
Author: Thinker K.F. Li
Author-email: thinker@codemud.net
License: BSD
Description: 
              sqlcc is a Python SQL Command Composer
              It make you composing sql commands without quote & composing
              strings.  You can working in totally Python style, never
              embed SQL command in string, again.
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries
Requires: pythk
