Skip to main content

A small package to help you work with aria2 jrpc

Project description

Aria2jrpc

A wrapper around Aria2 JSON-RPC

Example usage

from aria2jrpc import Aria2JRPC
aria2_client = Aria2JRPC("http://127.0.0.1:6800", secret="your-secure-secret")
gid = aria2_client.add_uri("http://example.com/file.zip")
aria2_client.pause(gid)

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

aria2jrpc-0.0.2.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

aria2jrpc-0.0.2-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page