icecube / skyllh

https://icecube.github.io/skyllh/
GNU General Public License v3.0
11 stars 5 forks source link

Use tqdm package for progress bars #142

Closed martwo closed 1 year ago

martwo commented 1 year ago

The tqdm Python package [1] provides a standard package for progress bars. It could be used by wrapping the tqdm object with the ProgressBar class.

https://github.com/icecube/skyllh/blob/3d1c4502098dd91357f857816f1e0a7ac56676d5/skyllh/core/progressbar.py#L14

[1] https://tqdm.github.io/

martwo commented 1 year ago

Fixed in PR #149