Socket
Socket
Sign inDemoInstall

py3-wget

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

py3-wget

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


Maintainers
1

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc