Python aria2 RPC call.
Project description
Python aria2 RPC call.
Installation
You can install from pypi
pip install -U ariarpc
Usage
from ariarpc import AriaRPC, AriaXMLRPC
# JSON RPC
rpc = AriaRPC()
rpc.system.listMethods()
# asynchronous JSON RPC
await rpc.system.listMethods(async_=True)
# XML RPC
rpc = AriaXMLRPC()
rpc.system.listMethods()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ariarpc-0.0.2.tar.gz
(4.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ariarpc-0.0.2.tar.gz.
File metadata
- Download URL: ariarpc-0.0.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.4 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27da56e005b47b27db32ea49494d160f1bd42fdf604759139715172e2f71205d
|
|
| MD5 |
610d817c9aa94f2dac0313f3ad3b911b
|
|
| BLAKE2b-256 |
e22b5c533af12bcfd580e272748bd144d5a4430c612e664854939ba44ca6d524
|
File details
Details for the file ariarpc-0.0.2-py3-none-any.whl.
File metadata
- Download URL: ariarpc-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.4 Darwin/23.5.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1b5b0a5969335e0726efbad6a9a97012c80d3a47a1f0f4be53dbd5c0a5444b2
|
|
| MD5 |
431881469245cb44f2acc3ebce63389b
|
|
| BLAKE2b-256 |
dcac6e58b9d35dcd2c3fdeb9226adb73564ce999248f652a23b4baee9f053a66
|