Metadata-Version: 2.0
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
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
Requires-Dist: wheel (==0.22.0)
Requires-Dist: prettytable (==0.7.2)
Requires-Dist: pygments (==1.6)
Requires-Dist: pymysql (==0.6.2)

===============================
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.

