Progression

An advanced progress bar in ASCII art which features

  • speed and estimated time of arrival
  • multiple bars
  • auto adjustment to the available terminal width
  • IPython notebook html output available

If you have one or more time consuming processes running and want to keep track of the current state, get an estimate on when the process is going to finish or if you just like statistics this package does the job.

_1_:[E-588.75ms----[23.8c/s]-G-1.00s--> 56.0% O 1.59s] _2_:[E-907.35ms----[17.6c/s]-G-1.00s-----64.0% O 1.91s] _3_:[E-161.35ms [12.4c/s] G 2.00s 8.0% O 2.16s] _4_:[E-183.51ms [21.8c/s] G 1.00s 16.0% O 1.18s]

It is pure python. It runs with python version 2 and 3. If you have IPython (and ipywidgets) installed and enable the widgets extension

jupyter nbextension enable --py --sys-prefix widgetsnbextension

an html variant of the ASCII art progress is available.

Getting progression:

use the latest version from PyPi via

pip install progression

or grab the master branch from the GitHub repo which should in principle be stable

git clone https://github.com/cimatosa/progression.git

Feedback:

feel free to drop a line in the GitHub Issue section