Skip to main content

A minimal multiprocessing module for data science

Project description

parallelpy

A minimal parallel processing module for data science applications

  • pip install parallelpy
from parallelpy import Parallelizer

parallelizer = Parallelizer(
    target=print,
    args=[i for i in range(100)],
    enable_results=False,
    auto_proc_count=True,
    max_proc_count=8
)

parallelizer.run()

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

parallelpy-0.0.4.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

parallelpy-0.0.4-py3-none-any.whl (4.4 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