An open API service indexing awesome lists of open source software.

https://github.com/pytask-dev/pytask-parallel

Parallelize the execution of pytask.
https://github.com/pytask-dev/pytask-parallel

pytask

Last synced: 11 months ago
JSON representation

Parallelize the execution of pytask.

Awesome Lists containing this project

README

          

# pytask-parallel

[![PyPI](https://img.shields.io/pypi/v/pytask-parallel?color=blue)](https://pypi.org/project/pytask-parallel)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pytask-parallel)](https://pypi.org/project/pytask-parallel)
[![image](https://img.shields.io/conda/vn/conda-forge/pytask-parallel.svg)](https://anaconda.org/conda-forge/pytask-parallel)
[![image](https://img.shields.io/conda/pn/conda-forge/pytask-parallel.svg)](https://anaconda.org/conda-forge/pytask-parallel)
[![PyPI - License](https://img.shields.io/pypi/l/pytask-parallel)](https://pypi.org/project/pytask-parallel)
[![image](https://img.shields.io/github/actions/workflow/status/pytask-dev/pytask-parallel/main.yml?branch=main)](https://github.com/pytask-dev/pytask-parallel/actions?query=branch%3Amain)
[![image](https://codecov.io/gh/pytask-dev/pytask-parallel/branch/main/graph/badge.svg)](https://codecov.io/gh/pytask-dev/pytask-parallel)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/pytask-dev/pytask-parallel/main.svg)](https://results.pre-commit.ci/latest/github/pytask-dev/pytask-parallel/main)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

______________________________________________________________________

Parallelize the execution of tasks with `pytask-parallel`, a plugin for
[pytask](https://github.com/pytask-dev/pytask).

## Documentation

You find the documentation at with a
[quickstart guide](https://pytask-parallel.readthedocs.io/en/latest/quickstart.html).

## Changes

Consult the
[release notes](https://pytask-parallel.readthedocs.io/en/latest/changes.html) to find
out about what is new.