Skip to main content

A Smart Download Manager for Python

Project description

Python Smart Download Manager – pySmartDL

pySmartDL strives to be a full-fledged smart download manager for Python. Main features:

  • Built-in download acceleration (with the multipart downloading technique).

  • Mirrors support.

  • Pause/Unpause feature.

  • Speed limiting feature.

  • Hash checking.

  • Non-blocking, shows progress bar, download speed and eta.

  • Full support for custom headers and methods.

  • Python 3 Support

Installation

Using pip (recommended way)

Make sure python-pip is installed on you system. If you are using virtualenv, then pip is alredy installed into environments created by virtualenv. Run pip to install pySmartDL:

pip install pySmartDL

From Source

The pySmartDL package is installed from source using distutils in the usual way. Download the source distribution first. Unpack the source zip and run the following to install the package site-wide:

python setup.py install

Usage

Download is as simple as creating an instance and starting it:

from pySmartDL import SmartDL

url = “https://github.com/iTaybb/pySmartDL/raw/master/test/7za920.zip” dest = “C:\Downloads" # or ‘~/Downloads/’ on linux

obj = SmartDL(url, dest) obj.start() # [*] 0.23 Mb / 0.37 Mb @ 88.00Kb/s [##########——–] [60%, 2s left]

path = obj.get_dest()

Requirements

  • Python 3.4 or greater.

Copyright (C) 2014-2020 Itay Brandes.

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

pySmartDL-1.3.4.tar.gz (21.5 kB view hashes)

Uploaded Source

Built Distribution

pySmartDL-1.3.4-py3-none-any.whl (20.0 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