Metadata-Version: 1.1
Name: progression
Version: 0.1.2
Summary: A python progress bar in ascii art.
Home-page: https://github.com/cimatosa/progression
Author: Richard Hartmann
Author-email: richard.hartmann@tu-dresden.de
License: BSD (3 clause)
Description: progression
        ===========
        
        [![PyPI version](https://badge.fury.io/py/progression.svg)](https://badge.fury.io/py/progression)
        [![Build Status](https://travis-ci.org/cimatosa/progression.svg?branch=master)](https://travis-ci.org/cimatosa/progression)
        [![codecov](https://codecov.io/gh/cimatosa/progression/branch/master/graph/badge.svg)](https://codecov.io/gh/cimatosa/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.
        
        ![progress example](prog.svg)
        
        It is pure python. It runs with python version 2 and 3. 
        If you have IPython (and ipywidgets) installed and enable the widgets extension
        an html variant of the ASCII art progress is available.
        
        
        [Further reading (install, examples and co) in the docs](https://cimatosa.github.io/progression/)
        
Keywords: progress,bar,ascii,art
Platform: ALL
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Utilities
Classifier: Intended Audience :: Developers
