FreeBSD.software
Home/misc/py311-progressbar

py311-progressbar

2.5_1

Text progressbar library for python

This library provides a text mode progressbar. This is typically used to display the progress of a long running operation, providing a visual clue that processing is underway. The ProgressBar class manages the progress, and the format of the line is given by a number of widgets. A widget is an object that may display diferently depending on the state of the progress. There are three types of widget: - a string, which always shows itself; - a ProgressBarWidget, which may return a diferent value every time it's update method is called; and - a ProgressBarWidgetHFill, which is like ProgressBarWidget, except it expands to fill the remaining width of the line.

Origin: misc/py-progressbar
Category: misc
Size: 93.5KiB
License: BSD3CLAUSE, LGPL21+
Maintainer: sunpoet@FreeBSD.org
Dependencies: 1 packages
Required by: 3 packages
$pkg install py311-progressbar

Dependencies (1)

Required By (3 packages)

More in misc