Parallel execution utils
Project description
Bell Parallel
This is a collection of usefull tools for parallel data processing.
Usage
from bell_parallel import parallel
@parallel(tag='Increment', nproz=4)
def inc(entry):
return entry + 1
data = range(10000)
out = inc(data)
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
bellparallel-0.0.4.tar.gz
(2.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bellparallel-0.0.4.tar.gz.
File metadata
- Download URL: bellparallel-0.0.4.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a695fac0ddcb2303a03ce027383aa6f48dd85862adf387647399599f401be84
|
|
| MD5 |
c076b64b3cb5a935bfa36a31b84f0add
|
|
| BLAKE2b-256 |
1eebc996816d8e0860fb0defe4d02c8e758065f0e758c986e9cfddc48abb2816
|
File details
Details for the file bellparallel-0.0.4-py3-none-any.whl.
File metadata
- Download URL: bellparallel-0.0.4-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93620c18e733c490d47f122de667c7c89809b82c7bdb182ad47533a039504ea6
|
|
| MD5 |
09a51261d3e068f64937d0b17d27ffa5
|
|
| BLAKE2b-256 |
f3fae42cff548f834999619315f74a63be92a5ce44793d3560e26e98412ecff3
|