Metadata-Version: 1.1
Name: progressive
Version: 0.3.1
Summary: Terminal progress bars for Python with blessings
Home-page: https://github.com/hfaran/progressive
Author: Hamza Faran
Author-email: UNKNOWN
License: MIT License
Description: .. contents::
           :depth: 3
        ..
        
        ``progressive``
        ===============
        
        |Build Status| |Coverage Status| |PyPI version| |Stories in Ready|
        
        Colorful progress bars and trees for your terminal, powered by
        `blessings <https://github.com/erikrose/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
        ---------------
        
        -  Documentation is coming soon, but in the meantime check out the
           `examples <https://github.com/hfaran/progressive/blob/master/progressive/examples.py>`__.
        -  ``progressive`` supports graceful fallback modes for terminals
           without colors, `but you really should upgrade your terminal to 256
           colors <http://pastelinux.wordpress.com/2010/12/01/upgrading-linux-terminal-to-256-colors/>`__
           to make full use of ``progressive``.
        
        .. |Build Status| image:: https://travis-ci.org/hfaran/progressive.svg?branch=master
           :target: https://travis-ci.org/hfaran/progressive?branch=master
        .. |Coverage Status| image:: https://coveralls.io/repos/hfaran/progressive/badge.png?branch=master
           :target: https://coveralls.io/r/hfaran/progressive?branch=master
        .. |PyPI version| image:: https://badge.fury.io/py/progressive.svg
           :target: http://badge.fury.io/py/progressive
        .. |Stories in Ready| image:: https://badge.waffle.io/hfaran/progressive.png?label=Ready
           :target: http://waffle.io/hfaran/progressive
        .. |Tree Progress View| image:: https://raw.githubusercontent.com/hfaran/progressive/master/example.gif
           :target: https://github.com/hfaran/progressive
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Terminals
