Metadata-Version: 1.1
Name: shardgather
Version: 1.0.3
Summary: A tool for executing SQL queries against sharded databases
Home-page: https://github.com/kevinjqiu/shardgather
Author: Kevin Jing Qiu
Author-email: kevin@idempotent.ca
License: BSD
Description: ===============================
        shardgather
        ===============================
        
        .. image:: https://badge.fury.io/py/shardgather.png
            :target: http://badge.fury.io/py/shardgather
            
        .. image:: https://travis-ci.org/kevinjqiu/shardgather.png?branch=master
                :target: https://travis-ci.org/kevinjqiu/shardgather
        
        .. image:: https://pypip.in/d/shardgather/badge.png
                :target: https://crate.io/packages/shardgather?version=latest
        
        
        * Free software: BSD license
        * Documentation: http://shardgather.rtfd.org.
        
        Features
        --------
        
        * Executing SQL query against sharded databases (databases of of the same schema set)
        * Render the result in different formats:
          * table
          * csv
          * human
        * Interactive mode allows you manipulate the gathered data in a Python shell
        
        Installation
        ------------
        
        See :doc:`installation.rst`
        
        
        Usage
        -----
        
        See :doc:`usage.rst`
        
        
        
        
        History
        -------
        
        1.0.0 (2014-09-01)
        ++++++++++++++++++
        
        * First release on PyPI.
Keywords: shardgather
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
