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 details)

Uploaded Source

Built Distribution

pySmartDL-1.3.4-py3-none-any.whl (20.0 kB view details)

Uploaded Python 3

File details

Details for the file pySmartDL-1.3.4.tar.gz.

File metadata

  • Download URL: pySmartDL-1.3.4.tar.gz
  • Upload date:
  • Size: 21.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.3

File hashes

Hashes for pySmartDL-1.3.4.tar.gz
Algorithm Hash digest
SHA256 35275d1694f3474d33bdca93b27d3608265ffd42f5aeb28e56f38b906c0c35f4
MD5 37e29b64012d714a456229643ea6957a
BLAKE2b-256 5a4ced073b2373f115094a4a612431abe25b58e542bebd951557dcc881999ef9

See more details on using hashes here.

File details

Details for the file pySmartDL-1.3.4-py3-none-any.whl.

File metadata

  • Download URL: pySmartDL-1.3.4-py3-none-any.whl
  • Upload date:
  • Size: 20.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.3

File hashes

Hashes for pySmartDL-1.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 671c277ca710fb9b6603b19176f5c091041ec4ef6dcdb507c9a983a89ca35d31
MD5 dc4128f0d103c2c94d28441709115fe5
BLAKE2b-256 ac6a582286ea74c54363cba30413214767904f0a239e12253c3817feaf78453f

See more details on using hashes here.

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