Metadata-Version: 1.1
Name: PyPrind
Version: 2.9.3
Summary: Python Progress Indicator Utility
Home-page: https://github.com/rasbt/pyprind
Author: Sebastian Raschka
Author-email: se.raschka@gmail.com
License: GPLv3
Description: 
        
        The PyPrind (Python Progress Indicator) module provides a progress bar and a percentage indicator
        object that let you track the progress of a loop structure or other iterative computation.
        Typical applications include the processing of large data sets to provide an intuitive estimate
        at runtime about the progress of the computation.
        
        For more details and examples please see the package documentation
        https://github.com/rasbt/pyprind/blob/master/README.md.
        
        Contact
        =============
        
        If you have any questions or comments about PyPrind, please feel free to contact me via
        email: se.raschka@gmail.com
        or Twitter: https://twitter.com/rasbt
        
        
Platform: any
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console
