summaryrefslogtreecommitdiffstats
path: root/python/python-mysql-replication/README
diff options
context:
space:
mode:
author Andrew Clemons2020-06-02 04:02:47 +0200
committer Willy Sudiarto Raharjo2020-06-02 04:02:47 +0200
commited2097e36b4115524bf5c4ea79fb31de64c8dad0 (patch)
tree2eb0019c14b6aa8f984ddfd624473bf8b27cb4b7 /python/python-mysql-replication/README
parentb19fb865d01ed5517e2022e49c6b7b879066c63f (diff)
downloadslackbuilds-ed2097e36b4115524bf5c4ea79fb31de64c8dad0.tar.gz
python/python-mysql-replication: Added (Manage MySQL Replication).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-mysql-replication/README')
-rw-r--r--python/python-mysql-replication/README4
1 files changed, 4 insertions, 0 deletions
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.