From ed2097e36b4115524bf5c4ea79fb31de64c8dad0 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Tue, 2 Jun 2020 09:02:47 +0700 Subject: python/python-mysql-replication: Added (Manage MySQL Replication). Signed-off-by: Willy Sudiarto Raharjo --- python/python-mysql-replication/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/python-mysql-replication/README (limited to 'python/python-mysql-replication/README') diff --git a/python/python-mysql-replication/README b/python/python-mysql-replication/README new file mode 100644 index 0000000000..dc319c748f --- /dev/null +++ b/python/python-mysql-replication/README @@ -0,0 +1,4 @@ +Pure Python Implementation of MySQL replication protocol build on top of +PyMYSQL. + +This will automatically build for Python 3 if it's available. -- cgit v1.2.3