Name: | python3-progressbar2 |
---|---|
Version: | 3.53.1 |
Release: | 1.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 211606 |
License: | BSD |
RPM: | python3-progressbar2-3.53.1-1.el8.noarch.rpm |
Source RPM: | python-progressbar2-3.53.1-1.el8.src.rpm |
Build Date: | Mon Apr 26 2021 |
Build Host: | jenkins-172-17-0-2-51a02504-21ea-4100-b81e-1093cb0f0274.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://pypi.python.org/pypi/progressbar2 |
Summary: | A Progressbar library to provide visual progress to long running operations |
Description: | 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. The progressbar module is very easy to use, yet very powerful. It will also automatically enable features like auto-resizing when the system supports it. |