deluge-client:一个非常轻量级的纯 python Deluge RPC 客户端

时间:2024-06-20 08:29:36
【文件属性】:

文件名称:deluge-client:一个非常轻量级的纯 python Deluge RPC 客户端

文件大小:15KB

文件格式:ZIP

更新时间:2024-06-20 08:29:36

Python

洪水客户端 用于洪水的轻量级纯 python rpc 客户端。 请注意,不支持事件,并且来自 deluge 的任何其他回复都会弄乱数据流。 要求 Deluge 1.3.x,2.0 Beta Python 2.7、3.5、3.6、3.7 安装 来自 GitHub(开发): pip install git+https://github.com/JohnDoee/deluge-client.git#develop 来自 PyPi(稳定): pip install deluge-client 用法 >> > from deluge_client import DelugeRPCClient >> > client = DelugeRPCClient ( '127.0.0.1' , 12345 , 'username' , 'password' ) >> > client . conne


【文件预览】:
deluge-client-develop
----README.rst(4KB)
----pytest.ini(59B)
----LICENSE(1KB)
----deluge_client()
--------client.py(12KB)
--------__init__.py(94B)
--------tests.py(2KB)
--------rencode.py(13KB)
----.appveyor.yml(2KB)
----examples()
--------clean_up_torrents_directory.py(1KB)
----setup.py(1014B)
----.gitignore(229B)
----CHANGELOG.rst(397B)

网友评论