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
- Host: GitHub
- URL: https://github.com/pri22296/progressindicator
- Owner: pri22296
- License: mit
- Created: 2017-02-26T13:37:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-25T12:01:13.000Z (over 8 years ago)
- Last Synced: 2025-03-20T17:41:27.922Z (10 months ago)
- Topics: progress-bar, python3
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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