cthoyt / pystow

👜 Easily pick a place to store data for your Python code.
https://pystow.readthedocs.io
MIT License
36 stars 6 forks source link

Feature: Add progress bar during download #60

Closed glass-ships closed 1 year ago

glass-ships commented 1 year ago

Optionally behind a verbose parameter, but it'd be nice in some cases for the user to be aware that downloads are happening in the background.

sgbaird commented 1 year ago

@glass-ships agreed, a progress bar would be very nice for large downloads (e.g., multiple GBs)

@cthoyt

sgbaird commented 1 year ago

Related: https://stackoverflow.com/a/21868231/13697228