python-progressbar 2.5-4 source package in Ubuntu

Changelog

python-progressbar (2.5-4) unstable; urgency=medium

  * drop DPT

 -- Sandro Tosi <email address hidden>  Sat, 02 Mar 2024 14:13:43 -0500

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-progressbar_2.5-4.dsc 1.9 KiB dce103f6c96fe485276c6b85484eac882c774ab22d7a5f7654b6d8a4572acce5
python-progressbar_2.5.orig.tar.gz 9.8 KiB 5d81cb529da2e223b53962afd6c8ca0f05c6670e40309a7219eacc36af9b6c63
python-progressbar_2.5-4.debian.tar.xz 2.8 KiB 37a543ff8359f073bd5da298b42a0c9438a56dca920d33c4ddedf1925503634e

Available diffs

No changes file available.

Binary packages built by this source

python3-progressbar: text progress bar library for Python (Python 3)

 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.
 .
 This package contains the Python 3 version of progressbar.