Metadata-Version: 1.0
Name: nyanbar
Version: 0.1
Summary: nyanbar is a progress bar for scripts that uses the Nyan cat instead of other stuff.
Home-page: https://github.com/apgwoz/nyanbar
Author: Andrew Gwozdziewycz
Author-email: web@apgwoz.com
License: LGLP
Description: NyanBar - a Nyan Cat progress bar for python
        
        Example:
        
        progress = NyanBar()
        # do some work
        progress.update(20) # update always takes where you are now
        
        Or...
        
        progress = NyanBar(tasks=100)
        # do some work.
        progress.task_done()
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Environment :: Console
