Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

parallel_map-0.1.post8-py3-none-any.whl (8.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page