Socket
Socket
Sign inDemoInstall

py3-wget

Package Overview
Dependencies
2
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    py3-wget

A simple tool to download files with python, supporting a progress bar


Maintainers
1

Readme

py3_wget

A tool like wget for python, supporting a progress bar

Install with

pip install py3_wget

and use simply like

import py3_wget
py3_wget.download_file(
    url="https://universityofadelaide.app.box.com/index.php?rm=box_download_shared_file&shared_name=zkfk1akpbo5318fzqmtvlpp7030ex4up&file_id=f_1424424688104",
    output_path="winter.tar.gz"
)

TODO list

  • Improve tests
  • Add possibility to resume from partial download

Keywords

FAQs


Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc