aboutsummaryrefslogtreecommitdiff
path: root/python/python3-deluge-client/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+SBo@gmail.com>2023-06-17 08:55:01 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-17 08:55:01 +0700
commit5e8a3d9104d48d7af7d4619faf3fc61cfaadfe76 (patch)
tree8696391390938dc73f1b45be83dbf1c32888c08c /python/python3-deluge-client/README
parent2974a3c1b25462b47b935d2a42334150d5c9330e (diff)
python/python3-deluge-client: Added (Deluge RPC Client).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-deluge-client/README')
-rw-r--r--python/python3-deluge-client/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python3-deluge-client/README b/python/python3-deluge-client/README
new file mode 100644
index 0000000000..9095c3e455
--- /dev/null
+++ b/python/python3-deluge-client/README
@@ -0,0 +1,10 @@
+python3-deluge-client (Very lightweight pure-python Deluge RPC Client)
+
+A lightweight pure-python rpc client for deluge. Note, does not
+support events and any additional replies from deluge will mess up
+the datastream.
+
+NOTE: This is a required dependency for another program, but it is not
+required to be functional. Rather than adding all the dependencies of
+deluge itself, deluge will not be added to REQUIRES line. If you need
+deluge support with this module, you will need to install deluge itself.