progressbar 2.2
Text progressbar library for python.
Text progressbar library for python.
This library provides a text mode progressbar. This is tipically 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.
The progressbar module is very easy to use, yet very powerful. And automatically supports features like auto-resizing when available.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| progressbar-2.2.tar.gz (md5) | Source | 2006-05-07 05:39:34 | 4KB | 5068 | |
- Author: Nilton Volpato <first-name dot last-name at gmail com>
- License: LGPL
-
Categories
- Development Status :: 5 - Production/Stable
- Environment :: Console
- Intended Audience :: Developers
- Intended Audience :: System Administrators
- License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Software Development :: Libraries
- Topic :: Software Development :: User Interfaces
- Topic :: Terminals
- Package Index Owner: nilton
- DOAP record: progressbar-2.2.xml
Log in to rate this package.
