# 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.
Release files for parallel-map 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| parallel_map-0.2.1.tar.gz | 4.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| parallel_map-0.2.1-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 13.7 kB
Release files / parallel_map-0.2.1.tar.gz
| Download URL | parallel_map-0.2.1.tar.gz |
|---|---|
| Size | 4.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bbcbbf40c2773295801ada8b254b0c378e73bf459395da1583a19a4a109c9396
|
|
BLAKE2b-256 checksum How to use checksums |
87409f1836721530b9f5254240f1c1331653a0ed6caa769f1cd684d7b9983899
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / parallel_map-0.2.1-py2-none-any.whl
| Download URL | parallel_map-0.2.1-py2-none-any.whl |
|---|---|
| Size | 8.8 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
1168eb9846def7523be3d419a3028ac620813842c3faa0f236f3078e46da016d
|
|
BLAKE2b-256 checksum How to use checksums |
63e2da86c5a6849cdad16869eac9d7316a72baa599298f7c4a9a89fc23c79420
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|