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.3.tar.gz
(2.1 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.3.tar.gz.
File metadata
- Download URL: bellparallel-0.0.3.tar.gz
- Upload date:
- Size: 2.1 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 |
c04c1658e04323399482ac46fa4a3d179faf0f7741b6c2594be06177de8f8c34
|
|
| MD5 |
b83a0f8ce1111e20594cb6adb8d53eb2
|
|
| BLAKE2b-256 |
1a6105da4e9347692c431b190afe0124ad8dacb5864bddaadd005aa2bfd0ccfc
|
File details
Details for the file bellparallel-0.0.3-py3-none-any.whl.
File metadata
- Download URL: bellparallel-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.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 |
289a8b73579400113fff1c4cc406d25743ab4e6d881e09c70de7de5eeed56044
|
|
| MD5 |
5ae07a356ee1a7396d8ca60720824abb
|
|
| BLAKE2b-256 |
4a244aab953ab651e1a8fbd67d34abed5743b2cc3fd28d791bc479ce1cff846b
|