Contents

aria2p 0.12.0

0

Command-line tool and library to interact with an aria2c daemon process with JSON-RPC.

Command-line tool and library to interact with an aria2c daemon process with JSON-RPC.

Stars: 445, Watchers: 445, Forks: 91, Open Issues: 32

The pawamoy/aria2p repo was created 5 years ago and the last code push was 2 months ago.
The project is popular with 445 github stars!

How to Install aria2p

You can install aria2p using pip

pip install aria2p

or add it to a project with poetry

poetry add aria2p

Package Details

Author
License
ISC
Homepage
PyPi:
https://pypi.org/project/aria2p/
Documentation:
https://pawamoy.github.io/aria2p
GitHub Repo:
https://github.com/pawamoy/aria2p

Classifiers

  • Utilities
No  aria2p  pypi packages just yet.

Errors

A list of common aria2p errors.

Code Examples

Here are some aria2p code examples and snippets.

GitHub Issues

The aria2p package has 32 open issues on GitHub

  • When I download multiple files at the same time, more than five

See more issues on GitHub

Related Packages & Articles

anyjson 0.3.3

Wraps the best available JSON implementation available in a common interface

cleo 2.1.0

Cleo allows you to create beautiful and testable command-line interfaces.

click-plugins 1.1.1

An extension module for click to enable registering CLI commands via setuptools entry-points.

tox 4.14.2

tox is a generic virtualenv management and test command line tool

docopt 0.6.2

Pythonic argument parser, that will make you smile

httpie 3.2.2

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.

typer 0.11.0

Typer, build great CLIs. Easy to code. Based on Python type hints.