Metadata-Version: 1.0
Name: pypb
Version: 1.0.0
Summary: console-based progress bar
Home-page: http://pypi.python.org/pypi/pypb/
Author: Trey Stout
Author-email: treystout@gmail.com
License: LICENSE.txt
Description: pypb
        ====
        
        What it is
        ==========
        
        A configurable console-based progress bar for python utilities.
        
        
        Installing
        ==========
        pip install pypb
        
        
        How to use it
        =============
        
            from pypb import ProgressBar
            pb = ProgressBar('some task', 4000)
            for i in range(4000):
              pb.draw()
        
Platform: UNKNOWN
