Metadata-Version: 2.0
Name: mysqlkit
Version: 1.0.1
Summary: Python libraries for managing MySQL
Home-page: UNKNOWN
Author: Karoly Nagy
Author-email: dr.karoly.nagy@gmail.com
License: GPL-3.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6

# python-mysqlkit [![pypy version](https://img.shields.io/pypi/v/mysqlkit.svg)](https://pypi.python.org/pypi/mysqlkit/)

[![Codeship Status for charlesnagy/python-mysqlkit](https://app.codeship.com/projects/6eb8ae70-868b-0136-2b3a-2a2c4b8b7d5c/status?branch=master)](https://app.codeship.com/projects/302477)
[![Documentation Status](https://readthedocs.org/projects/python-mysqlkit/badge/?version=latest)](https://python-mysqlkit.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/gh/charlesnagy/python-mysqlkit/branch/master/graph/badge.svg)](https://codecov.io/gh/charlesnagy/python-mysqlkit)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mysqlkit.svg)](https://pypi.python.org/pypi/mysqlkit/)

Useful libraries and tools to manage MySQL servers

> I have several tools, scripts and libraries which I wrote over the years and I decided to clean them up and start sharing them here.
I hope people will find as useful as I intend them to be.

## Features

### GTID

Set of classes to deal with GTID arithmetics including subtraction, addition, testing for inclusion and overlapping ranges.

See the docs for examples.

### User and grants

Coming soon...

### Binlog tools

Coming soon...


