Metadata-Version: 2.4
Name: pytask_parallel
Version: 0.5.1
Summary: Parallelize the execution of tasks with pytask.
Project-URL: Homepage, https://pytask-parallel.readthedocs.io/
Project-URL: Changelog, https://pytask-parallel.readthedocs.io/en/latest/changes.html
Project-URL: Documentation, https://pytask-parallel.readthedocs.io/
Project-URL: Github, https://github.com/pytask-dev/pytask-parallel
Project-URL: Tracker, https://github.com/pytask-dev/pytask-parallel/issues
Author-email: Tobias Raabe <raabe@posteo.de>
License: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Requires-Dist: attrs>=21.3.0
Requires-Dist: click
Requires-Dist: cloudpickle
Requires-Dist: loky
Requires-Dist: pluggy>=1.0.0
Requires-Dist: pytask>=0.5.2
Requires-Dist: rich
Provides-Extra: coiled
Requires-Dist: coiled>=0.9.4; extra == 'coiled'
Provides-Extra: dask
Requires-Dist: dask[complete]; extra == 'dask'
Requires-Dist: distributed; extra == 'dask'
Provides-Extra: docs
Requires-Dist: furo; extra == 'docs'
Requires-Dist: ipython; extra == 'docs'
Requires-Dist: matplotlib; extra == 'docs'
Requires-Dist: myst-parser; extra == 'docs'
Requires-Dist: nbsphinx; extra == 'docs'
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-click; extra == 'docs'
Requires-Dist: sphinx-copybutton; extra == 'docs'
Requires-Dist: sphinx-design>=0.3; extra == 'docs'
Requires-Dist: sphinx-toolbox; extra == 'docs'
Requires-Dist: sphinxext-opengraph; extra == 'docs'
Provides-Extra: test
Requires-Dist: coiled>=0.9.4; extra == 'test'
Requires-Dist: dask[complete]; extra == 'test'
Requires-Dist: distributed; extra == 'test'
Requires-Dist: nbmake; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Description-Content-Type: text/markdown

# 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 <https://pytask-parallel.readthedocs.io> 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.
