progressive

Terminal progress bars for Python with blessings


License
MIT
Install
pip install progressive==0.3.4

Documentation

Alpha Warning! Until 1.0.0, progressive will likely be going under some kind of radical API revision every minor release; just a forewarning.

progressive

Build Status Coverage Status PyPI version Documentation Status Stories in Ready

Colorful progress bars and trees for your terminal, powered by blessings. Compatible with both Python 2 and 3.

Introduction

progressive lets you view progress of complex workflows as well as simple ones:

Tree Progress View

Installation

  • For the possibly stable
pip install progressive
  • For the latest and greatest
git clone https://github.com/hfaran/progressive.git
cd progressive
python setup.py install

Getting Started