Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.
/ axel-wrapper Public archive

Python wrapper of axel, a light command line download accelerator

License

Notifications You must be signed in to change notification settings

yozel/axel-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

axel-wrapper

Python wrapper of axel, a light command line download accelerator

Installation

axel-wrapper depends on axel, so you must install axel before python-axel

Install axel

Ubuntu

sudo apt-get install axel

Arch Linux

sudo pacman -S axel

Install axel-wrapper

pip install axel-wrapper

Basic usage

from axel import axel

# Download http://someurl/file.zip with 500 parallel connection
file_path = axel('http://someurl/file.zip', num_connections=500)  

About

Python wrapper of axel, a light command line download accelerator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages