[ buster ]
[ ソース: python-progressbar ]
パッケージ: python-progressbar (2.5-1)
python-progressbar に関するリンク
Debian の資源:
python-progressbar ソースパッケージをダウンロード:
- [python-progressbar_2.5-1.dsc]
- [python-progressbar_2.5.orig.tar.gz]
- [python-progressbar_2.5-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
text progress bar library for Python
A text progress bar is typically used to display the progress of a long running operation, providing a visual cue that processing is underway.
The ProgressBar class manages the current progress, and the format of the line is given by a number of widgets. A widget is an object that may display differently depending on the state of the progress bar. There are three types of widgets:
- a string, which always shows itself - a ProgressBarWidget, which may return a different value every time its update method is called - a ProgressBarWidgetHFill, which is like ProgressBarWidget, except it expands to fill the remaining width of the line.