Metadata-Version: 2.1
Name: twindb-table-compare
Version: 3.0.2
Summary: TwinDB Table Compare reads percona.checksums from the master and slave and shows what records are difference if there are any inconsistencies.
Home-page: https://github.com/twindb/twindb-table-compare
Author: Aleksandr Kuzminsky
Author-email: aleks@twindb.com
License: Apache Software License 2.0
Keywords: twindb_table_compare
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
Description-Content-Type: text/x-rst
Requires-Dist: click (~=7.0)
Requires-Dist: logutils (~=0.3)
Requires-Dist: pymysql (~=0.9)

====================
TwinDB Table Compare
====================

.. image:: https://badges.gitter.im/twindb/twindb_table_compare.svg
   :alt: Join the chat at https://gitter.im/twindb/twindb_table_compare
   :target: https://gitter.im/twindb/twindb_table_compare?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge


.. image:: https://img.shields.io/pypi/v/twindb_table_compare.svg
        :target: https://pypi.python.org/pypi/twindb_table_compare

.. image:: https://img.shields.io/travis/twindb/twindb_table_compare.svg
        :target: https://travis-ci.org/twindb/twindb_table_compare

.. image:: https://img.shields.io/codecov/c/github/twindb/twindb_table_compare.svg
        :target: https://codecov.io/gh/twindb/twindb_table_compare
        :alt: Code test coverage

.. image:: https://readthedocs.org/projects/twindb-table-compare/badge/?version=master
        :target: https://twindb-table-compare.readthedocs.io/en/master/?badge=master
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/twindb/twindb_table_compare/shield.svg
     :target: https://pyup.io/repos/github/twindb/twindb_table_compare/
     :alt: Updates

.. image:: https://img.shields.io/pypi/dd/Django.svg?maxAge=2592000
     :target: https://pypi.python.org/pypi/twindb-table-compare
     :alt: Pypi


TwinDB Table Compare reads ``percona``.``checksums`` from the master and slave
and shows what records are difference if there are any inconsistencies.


* Free software: Apache Software License 2.0
* Documentation: https://twindb-table-compare.readthedocs.io.
* Blogpost with usage examples: https://twindb.com/pt-table-checksum-show-differences/



Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.1.0 (2016-08-29)
------------------

* First release on PyPI.


