Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install progressbar

How to install progressbar

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install progressbar
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
2.3 Available View build log
2.3-dev Available View build log
2.2 Available View build log
2.3 Available View build log
2.3-dev Available View build log
Windows (64-bit)
2.3 Available View build log
2.3-dev Available View build log
2.2 Available View build log
2.3 Available View build log
2.3-dev Available View build log
Mac OS X (10.5+)
2.3 Available View build log
2.3-dev Available View build log
2.2 Available View build log
2.3 Available View build log
2.3-dev Available View build log
Linux (32-bit)
2.3 Available View build log
2.3-dev Available View build log
2.2 Available View build log
2.3 Available View build log
2.3-dev Available View build log
Linux (64-bit)
2.3 Available View build log
2.3-dev Available View build log
2.2 Available View build log
2.3 Available View build log
2.3-dev Available View build log
2.2
2.3 Failed View build log
2.2 Available View build log
 
License
LICENSE.txt
Imports
Lastest release
version 2.3 on Jul 5th, 2011

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:

System Message: ERROR/3 (<string>, line 10)

Unexpected indentation.
  • 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.

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.

Subscribe to package updates

Last updated Jul 5th, 2011

Download Stats

Last month:4

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.