Skip to main content

A tool to download files. It supports progress bar, cksum, timeout, retry failed download.

Project description

py3_wget

A tool like wget for python, supporting a (optional) progress bar, cksum, timeout, retry failed download.

Install with

pip install py3_wget

and use as simply as (for example)

import py3_wget
py3_wget.download_file(
    url="https://zenodo.org/record/1243106/files/Eynsham.zip?download=1",
    output_path="Eynsham.zip"
)

TODO list

  • Optionally resume from partial download
  • Optionally pass cksum to downloader to ensure file is correctly downloaded
  • Optionally turn off tqdm (silent download)
  • Optionally set timeout for download request

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

py3_wget-1.0.1.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

py3_wget-1.0.1-py3-none-any.whl (7.6 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