Metadata-Version: 1.1
Name: progressindicator
Version: 0.1.1
Summary: Utility package for displaying a Progress bar.
Home-page: https://github.com/pri22296/progressindicator
Author: Priyam Singh
Author-email: priyamsingh.22296@gmail.com
License: MIT
Download-URL: https://github.com/pri22296/progressindicator/tarball/0.1.1
Description: ##########################################################################
        Command Line Progress Indicator Library for Python 3
        ##########################################################################
        
        
        .. inclusion-marker-introduction-start
        
        **************************************************************************
        Introduction
        **************************************************************************
        
        .. image:: https://badge.fury.io/py/progressindicator.svg
            :target: https://badge.fury.io/py/progressindicator
        
        .. image:: https://travis-ci.org/pri22296/progressindicator.svg?branch=master
            :target: https://travis-ci.org/pri22296/progressindicator
            
        .. image:: https://readthedocs.org/projects/progressindicator/badge/?version=latest
            :alt: Documentation Status
            :target: http://progressindicator.readthedocs.io/en/latest/?badge=latest
        
        This Package provides ProgressIndicator class for easily providing
        visual cue about the progress of a task underway. Using the concept
        of components and providers, One can easily customize the look and
        feel of the Progress Indicator.
        
        Features include:
        
        * Full customization of the look and feel of the Progress Indicator
        * Although by default a large number of components are provided in the package,
          you can easily create new ones.
          
          
        .. inclusion-marker-introduction-end
        
        
        
        .. inclusion-marker-install-start
        
        **************************************************************************
        Installation
        **************************************************************************
        
        ::
        
            pip install progressindicator
        
        
        .. inclusion-marker-install-end
        
        
        .. inclusion-marker-links-start
        
        **************************************************************************
        Links
        **************************************************************************
        
        
        * `Documentation <http://progressindicator.readthedocs.io/en/latest/>`_
        
        * `Source <https://github.com/pri22296/progressindicator>`_
        
        * `API Reference <http://progressindicator.readthedocs.io/en/latest/source/progressindicator.html#module-progressindicator>`_
        
        .. inclusion-marker-links-end
        
        
        .. inclusion-marker-license-start
        
        **************************************************************************
        License
        **************************************************************************
        
        This project is licensed under the MIT License - see the `LICENSE.txt <https://github.com/pri22296/progressindicator/blob/master/LICENSE.txt>`_ file for details.
        
        
        .. inclusion-marker-license-end
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
