Skip to main content

Provides a Wrapper arround joblibs Parallel object for displaying a progress bar

Project description

pbar-parallel

PBar parallel is a simple wrapper around joblib, that shows you how many jobs have been processed in a simple progress by.

Install

pip install pbar-parallel

Usage

from pbar_parallel import PBarParallel, delayed

def func(x):
    return x**2

prl = PBarParallel(n_jobs=48)
result = prl(total=1000)(delayed(func)(i) for i in range(1000))

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

pbar-parallel-0.0.3.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

pbar_parallel-0.0.3-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

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