alive-progress
alive-progress copied to clipboard
A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
Hello, First of all thank you for all the effort you've put in to this project so far. I am running into an issue I can't seem to resolve and...
First of all; I really like this project. It makes creating nice looking progress bars a breeze compared to other solutions that I've tried in the past. Nice work! Today...
Would it be possible to support automatic unit conversion, similar to how [tqdm](https://tqdm.github.io/docs/tqdm/) implements this? > * `unit` : str, optional > String that will be used to define the...
Can you add the latests versions to the conda package manager? https://anaconda.org/conda-forge/alive-progress
We are using [prompt_toolkit](https://pypi.org/project/prompt-toolkit/) and using layout `prompt_toolkit.layout.containers` that hold `prompt_toolkit.layout.controls.FormattedTextControl`. It would be great to send the progress bar to one of these controls instead of going only to...
I think that stderr is the preferred destination for progress bars (and errors in command line tools). When the bar is written to stderr, users can still see the progress...
Loving this library. However, I'm wondering if I can use it to query the eta or stats so I can use it with other methods of reporting like, say, a...
I mainly use the meter for long-running processes, where also the increments take several minutes. So the unit of 1/s in the throughput is always 0.0, which does not say...
Nesting bars is not supported, and throws a cryptic unhashable type error (https://github.com/rsalmei/alive-progress/issues/107) It would be nice if the error was more informative. Maybe `RuntimeError('Nested alive-progress bars are not supported')`...
Hello, Thank you for this package, animations are really cool. I would like to display several times progress bar, and clear the previous progress bar before starting the new one....