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.2.tar.gz
(1.8 kB
view details)
Built Distribution
File details
Details for the file bellparallel-0.0.2.tar.gz
.
File metadata
- Download URL: bellparallel-0.0.2.tar.gz
- Upload date:
- Size: 1.8 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 |
9897fe71fe33961e79861bd912544dc6101feceb27f6ef0ac017532492e88618
|
|
MD5 |
40aa574af908fd4e21d8628b5f7d26a3
|
|
BLAKE2b-256 |
7c4d271c47e1c41ddf4cbb4634ee60907d3b878b581571239fb41a975c185774
|
File details
Details for the file bellparallel-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: bellparallel-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.7 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 |
3067bb60ae7e2b28f9bf431dae7f7f17cd4dd75a3aae755c1a1defa5b817fc90
|
|
MD5 |
1413ddc07129c7fd2cda09d412fb329e
|
|
BLAKE2b-256 |
f7723c883affe9aa1c34ae6093d5ba3a48ab7897ed82788ea12c82b3204f658c
|