Simple utility for parallel mapping.
Project description
# A simple parallel map utility
## Installing
First find a Python 3 executable.
### From PyPI
` $ pip install parallel_map `
### Manual Install
The following step creates build a build/ directory, which can be added to your PYTHONPATH. ` $ python setup.py build `
To build the software into the global installation of your environment (ideally, but not necessarily, a virtual environment), use: ` $ pip install . `
## Example
`python from parallel_map import parallel_map parallel_map(lambda x: x**2, range(10)) `
## License
Apache License 2.0, see LICENSE.txt.
This repository contains a stand-alone module of a useful parallel mapping feature, originally written by Taylor R. Campbell as part of the Venture project.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 parallel_map-0.2.1.tar.gz.
File metadata
- Download URL: parallel_map-0.2.1.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbcbbf40c2773295801ada8b254b0c378e73bf459395da1583a19a4a109c9396
|
|
| MD5 |
d1441e89e7acfc0218c67ec075469455
|
|
| BLAKE2b-256 |
87409f1836721530b9f5254240f1c1331653a0ed6caa769f1cd684d7b9983899
|
File details
Details for the file parallel_map-0.2.1-py2-none-any.whl.
File metadata
- Download URL: parallel_map-0.2.1-py2-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/2.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1168eb9846def7523be3d419a3028ac620813842c3faa0f236f3078e46da016d
|
|
| MD5 |
a5d92145d6bc2034c455de3e6cbf1bac
|
|
| BLAKE2b-256 |
63e2da86c5a6849cdad16869eac9d7316a72baa599298f7c4a9a89fc23c79420
|