civis-python icon indicating copy to clipboard operation
civis-python copied to clipboard

progress bar for the file upload CLI

Open mheilman opened this issue 8 years ago • 1 comments

It'd be nice to have a progress bar show up for civis files upload and civis files download.

possibilities:

  • https://pypi.python.org/pypi/tqdm
  • https://pypi.python.org/pypi/progress
  • https://pypi.python.org/pypi/progressbar2
  • https://stackoverflow.com/questions/3173320/text-progress-bar-in-the-console

mheilman avatar Aug 25 '17 14:08 mheilman

Click has something too. I have used many of these and tdqm is def the best I have seen.

beckermr avatar Sep 09 '17 13:09 beckermr