No description
Find a file
2022-01-26 17:43:15 +01:00
doc working in the docs 2016-10-12 20:24:03 +02:00
examples adjustments to run in win using ansicon 2016-10-17 13:26:08 +02:00
progression merge dev 2021-02-12 22:56:33 +01:00
tests merge dev 2021-02-12 22:56:33 +01:00
.travis.yml test setup.py on travis 2016-10-14 16:07:30 +02:00
appveyor.yml appveyor need numpy 2016-10-14 16:56:18 +02:00
flake.lock update flake 2022-01-26 17:43:15 +01:00
flake.nix update flake 2021-12-09 14:47:29 +01:00
LICENSE prepare for pypi upload 2016-09-29 22:03:30 +02:00
poetry.lock update flake 2021-12-09 14:11:51 +01:00
pyproject.toml add poetry 2021-12-08 22:12:50 +01:00
README.rst renamed README.md - rst 2016-10-11 00:49:27 +02:00
setup.cfg added setup.cfg 2016-09-29 22:04:36 +02:00

progression
===========

|PyPi version| |Build Status| |codecov|


An advanced progress bar in ASCII art which features
  * speed and estimated time of arrival
  * multiple bars
  * auto adjustment to the available terminal width
  * IPython notebook html output available

If you have one or more time consuming processes running and want to 
keep track of the current state, get an estimate on when the process 
is going to finish or if you just like statistics this package does the job.

|progExample|

It is pure python. It runs with python version 2 and 3. 
If you have IPython (and ipywidgets) installed and enable the widgets extension
an html variant of the ASCII art progress is available.


`Further reading (install, examples and co) in the docs <https://cimatosa.github.io/progression/>`__

.. |progExample| image:: https://cimatosa.github.io/progression/prog.svg
.. |PyPi version| image:: https://badge.fury.io/py/progression.svg 
   :target: https://badge.fury.io/py/progression
.. |Build Status| image:: https://travis-ci.org/cimatosa/progression.svg?branch=master 
   :target: https://travis-ci.org/cimatosa/progression
.. |codecov| image:: https://codecov.io/gh/cimatosa/progression/branch/master/graph/badge.svg 
   :target: https://codecov.io/gh/cimatosa/progression