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.5.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file bellparallel-0.0.5.tar.gz
.
File metadata
- Download URL: bellparallel-0.0.5.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 | 2005b176b219177d67b1d12bc9d52ff080fcef163ab822a8609d5f9a07d45b27 |
|
MD5 | 44851754e7b502f2dc89f27987a1d020 |
|
BLAKE2b-256 | 380743ba8c359f8b8a981e54a10266095c45a06e1d79d4b3c8839accfc88774f |
File details
Details for the file bellparallel-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: bellparallel-0.0.5-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 | d5de77669eb1b2df453f40046997d13628abd104d64cab93f5349f7b73258b00 |
|
MD5 | 9c52e684c6de1ddb52c9df6dbf0d36c6 |
|
BLAKE2b-256 | 33a8e5d86f1180587314f5459d0071338a24229f4eb063bad3768baa525f784d |