Simple Deluge RPC client for managing a Deluge BitTorrent client. Current version 1.10.2, stable with occasional patches.
pip install deluge-clientVerified import paths — ran on the pinned version, not inferred.
Connect to a Deluge daemon and list torrents with name and progress.
Use Python 3.6 or newer. Pin to <1.5 if Python 2 is needed.
Always check the return value of client.connect() and wrap calls in try/except DelugeConnectionException.
Use `from deluge_client import DelugeRpcClient` instead.
No dependency data recorded yet.