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.1.tar.gz
(1.7 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.1.tar.gz.
File metadata
- Download URL: bellparallel-0.0.1.tar.gz
- Upload date:
- Size: 1.7 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 |
6f93e81d0b61d5c8b8fa7a9e4eec2ff15c8ecf9661f7a7a5f6ca453f4e1890a4
|
|
| MD5 |
5b758f3b878b04a87e414fb9b745cbcc
|
|
| BLAKE2b-256 |
6c5baa2ae5ec08b38886ce6e62f0de32813dbf778580da4edc45e84cab2d1a43
|
File details
Details for the file bellparallel-0.0.1-py3-none-any.whl.
File metadata
- Download URL: bellparallel-0.0.1-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 |
a9d371d1318ddbb60feaff8058c4257b4b8bf89212160ca4a4f25a818930dbf1
|
|
| MD5 |
65e68d1fb710966156c6934fe4eec528
|
|
| BLAKE2b-256 |
c9632898ddcc1075dfe9e3c7821b52753c917721f745c31a0d7637a4cd5fd754
|