• Stars
    star
    133
  • Rank 270,994 (Top 6 %)
  • Language
    Python
  • License
    MIT License
  • Created over 10 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Colorful progress bars and trees for your terminal

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