Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.95 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.95 KB

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