Metadata-Version: 2.1
Name: sqlpuzzle
Version: 2.0.1
Summary: Python library for writing SQL queries.
Home-page: https://github.com/horejsek/python-sqlpuzzle
Author: Michal Horejsek
Author-email: horejsekmichal@gmail.com
License: PSF
Description: # sqlpuzzle [![Build Status](https://travis-ci.org/horejsek/python-sqlpuzzle.png?branch=master)](https://travis-ci.org/horejsek/python-sqlpuzzle)
        
        Python library for ease of writing SQL queries. Supported databases:
        
         * SQLite,
         * MySQL
         * and PostgreSQL.
        
        ## Install
        
        `pip install sqlpuzzle`
        
        Support for Python 3.4 and higher.
        
        ## Documentation
        
        http://horejsek.github.io/python-sqlpuzzle/
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing
Provides-Extra: devel
