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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file pbar-parallel-0.0.3.tar.gz
.
File metadata
- Download URL: pbar-parallel-0.0.3.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c432028719c2db647c6d75a4f54f9149c0b4647385cbd58cd023bb3cc499222e |
|
MD5 | 687054ad4ccfa1727cdf33ffe3316b11 |
|
BLAKE2b-256 | 24b6d967df951f86d83c8ab069fadc837d86c3e38fa572c444bf315c6e6e4ef6 |
File details
Details for the file pbar_parallel-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: pbar_parallel-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d94dd3bea2ed06ef6c2a1610821db35bc1f5ec017ea9b24e8c3c77f3ebf5c49 |
|
MD5 | 9bb583915be577161b61be04506ece11 |
|
BLAKE2b-256 | 0f2334b93ca012f2ea4879fe7f28e299d8abdb7857bd5821c6663b6b44cee780 |