Simple Deluge Client
Project description
A lightweight pure-python rpc client for deluge. Note, does not support events and any additional replies from deluge will mess up the datastream.
Requirements
Deluge 1.3.x
Python 2.6, 2.7, 3.3, 3.4
Install
From GitHub (develop):
pip install git+https://github.com/JohnDoee/deluge-client.git#develop
From PyPi (stable):
pip install deluge-client
Usage
>>> from deluge_client import DelugeRPCClient >>> client = DelugeRPCClient('127.0.0.1', 12345, 'username', 'password') >>> client.connect() >>> client.connected True >>> client.call('core.get_torrents_status', {}, ['name']) {'79816060ea56d56f2a2148cd45705511079f9bca': {'name': 'TPB.AFK.2013.720p.h264-SimonKlose'}}
License
MIT, see LICENSE
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
deluge-client-1.0.4.tar.gz
(6.6 kB
view hashes)
Built Distribution
Close
Hashes for deluge_client-1.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17466c0e5454336026384bd99045a6e7d1861191db17564763bc04e3924d7a06 |
|
MD5 | 27224cb54bdc17caf5a57df3c37d1d77 |
|
BLAKE2b-256 | ee9c427d79efc3feb0f2b3b48a58e4069d255c34cabd55a85a9992abcc2880f2 |