Skip to main content

Simple Python progress bar for parallel programs.

Project description

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 onefinishes.

Installation

PProgess can simply be install using pip as:

pip install pprogress

Then you can try out a simple serial example as:

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.4.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.4-py3-none-any.whl (15.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: PProgress-0.0.4.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.4.tar.gz
Algorithm Hash digest
SHA256 eabb77140f75c46af813305555f933d8fb0cef12b618f1b09d76d89ca4b9d0b6
MD5 d8fd1573037e588bf0e5c6cc503622c4
BLAKE2b-256 76d87321e5bd73088df46c0d1e5e5c9cf6ef193e0b2b27c8ffa28b40444791bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PProgress-0.0.4-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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 4ac7d61076844b2a7fa2fffc04659e2c77d9cb802e7c417a000b843c55558e12
MD5 cf8e61be8fd32b6d76d9ec9c93a5f34f
BLAKE2b-256 cb3f17577586e2269131e0110495cc502f9ee70b152e2a770b20e6c512659715

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