An open API service indexing awesome lists of open source software.

https://github.com/pri22296/progressindicator

Command Line Progress Indicator Library for Python
https://github.com/pri22296/progressindicator

progress-bar python3

Last synced: 9 months ago
JSON representation

Command Line Progress Indicator Library for Python

Awesome Lists containing this project

README

          

##########################################################################
ProgressIndicator
##########################################################################

.. inclusion-marker-badges-start

.. image:: https://badge.fury.io/py/progressindicator.svg
:target: https://badge.fury.io/py/progressindicator

.. image:: https://img.shields.io/pypi/pyversions/progressindicator.svg
:target: https://pypi.python.org/pypi/progressindicator/

.. image:: https://coveralls.io/repos/github/pri22296/progressindicator/badge.svg?branch=master
:target: https://coveralls.io/github/pri22296/progressindicator?branch=master

.. image:: https://travis-ci.org/pri22296/progressindicator.svg?branch=master
:target: https://travis-ci.org/pri22296/progressindicator

.. image:: https://api.codacy.com/project/badge/Grade/d0ff0f3846b64d05b60b68cb993ed002
:target: https://www.codacy.com/app/pri22296/progressindicator?utm_source=github.com&utm_medium=referral&utm_content=pri22296/progressindicator&utm_campaign=Badge_Grade

.. image:: https://landscape.io/github/pri22296/progressindicator/master/landscape.svg?style=flat
:target: https://landscape.io/github/pri22296/progressindicator/master
:alt: Code Health

.. image:: https://readthedocs.org/projects/progressindicator/badge/?version=latest
:alt: Documentation Status
:target: http://progressindicator.readthedocs.io/en/latest/?badge=latest

.. inclusion-marker-badges-end

.. inclusion-marker-introduction-start

**************************************************************************
Introduction
**************************************************************************

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 `_

* `Source `_

* `API Reference `_

.. inclusion-marker-links-end

.. inclusion-marker-license-start

**************************************************************************
License
**************************************************************************

This project is licensed under the MIT License - see the `LICENSE.txt `_ file for details.

.. inclusion-marker-license-end