Skip to main content

Simple Python progress bar for parallel programs.

Project description

PProgress: A progress bar for parallel for loops with MPI
=========
By Fergus Horrobin - fergus.horrobin@mail.utoronto.ca
---------

Features
--------

Provides an all purpose Python based progress bar utility that can be run in
loops either running in serial or parallel with MPI or other utilities.
* When using parallel loops, each parallel progress gets a progress bar.
* The progress bar shows the percent completion of the tasks assigned to that
process.
* If there are multiple processes, all progress bars remain until the final one
finishes.

Installation
--------

PProgess can simply be install using pip as:

pip install pprogress

Then you can try out a simple serial example as:

.. code:: python
from pprogress import ProgressBar
from time import sleep

N = 100
pb = ProgressBar(N)
for i in range(N):
pb.update()
sleep(0.1)
pb.done()




Documentation
--------

Full documentation with parallel examples coming soon!


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PProgress-0.0.2.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

PProgress-0.0.2-py3-none-any.whl (15.5 kB view details)

Uploaded Python 3

File details

Details for the file PProgress-0.0.2.tar.gz.

File metadata

  • Download URL: PProgress-0.0.2.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.18.4 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15

File hashes

Hashes for PProgress-0.0.2.tar.gz
Algorithm Hash digest
SHA256 b1cab2eac80334069c9099688512239cbfff1213cecf1da081f5b40ddc80fcd8
MD5 87ef7258497eb3cfa055d9f45cfa3b13
BLAKE2b-256 961c3e97c1ee66ee52d56eb26da0cb96006b79ba67414e33df7dd6e258269447

See more details on using hashes here.

File details

Details for the file PProgress-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: PProgress-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 15.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.18.4 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/2.7.15

File hashes

Hashes for PProgress-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 142340ae2a91230ee767dd50f2ce7f4d0983ed32655351f47cf400796533e478
MD5 167331d1a534784be10e93a81777d61f
BLAKE2b-256 e54a1ee9f3c5eb330b665b5e7dff0dc677c83c5aba98384b2e530945cd1bc2b0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page