https://github.com/ztj1993/py-aria2rpc
Python Aria2 RPC 调用模块
https://github.com/ztj1993/py-aria2rpc
aria2 aria2-rpc aria2c aria2c-rpc rpc
Last synced: 3 months ago
JSON representation
Python Aria2 RPC 调用模块
- Host: GitHub
- URL: https://github.com/ztj1993/py-aria2rpc
- Owner: ztj1993
- Created: 2020-09-15T06:39:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T07:41:47.000Z (about 4 years ago)
- Last Synced: 2025-01-14T07:56:25.927Z (5 months ago)
- Topics: aria2, aria2-rpc, aria2c, aria2c-rpc, rpc
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Aria2 RPC 调用模块
### 说明
这是一个 aria2rpc 调用模块。## 安装
```
pip install py-ztj-aria2rpc
```### 使用
```
from ZtjAria2Rpc import Aria2Rpcrpc = Aria2Rpc(uri='http://127.0.0.1:6800/rpc')
print(rpc.get_version())
```