pytask-parallel

View on PyPIReverse Dependencies (1)

0.5.0 pytask_parallel-0.5.0-py3-none-any.whl

Wheel Details

Project: pytask-parallel
Version: 0.5.0
Filename: pytask_parallel-0.5.0-py3-none-any.whl
Download: [link]
Size: 17768
MD5: 779e63f1118c7ce6880202502fff6808
SHA256: 802804ddb826d2f028288e9b432fb58692b75905b3a1b3318ea68dbad1d45318
Uploaded: 2024-05-26 21:57:26 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: pytask_parallel
Version: 0.5.0
Summary: Parallelize the execution of tasks with pytask.
Author-Email: Tobias Raabe <raabe[at]posteo.de>
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
License: MIT
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.8
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.0)
Requires-Dist: rich
Requires-Dist: coiled (>=0.9.4); extra == "coiled"
Requires-Dist: dask[complete]; extra == "dask"
Requires-Dist: distributed; extra == "dask"
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"
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"
Provides-Extra: coiled
Provides-Extra: dask
Provides-Extra: docs
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1794 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.24.2
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pytask_parallel/__init__.py sha256=VzgBJ-hVbk8rWx3pN9CdUc9j5ZXXkTnEFlrBeKguIfA 631
pytask_parallel/_version.py sha256=aeBju2l8GTMwAhIRG_c2Q_oVPFacRkZZwGtxmvFCGPQ 411
pytask_parallel/backends.py sha256=kTHa-ChCRX6GfmCvMV5f645O_3SldcNZzJ82YrO138g 5508
pytask_parallel/build.py sha256=SF_5iKtCGZeJqe3jF-PoxRcpR-sbrQmMJLaeUH4f-p8 918
pytask_parallel/config.py sha256=RPusB4f8XH8GNXUTzSodvWJggqX-IZyhIOIYcQ5V1jU 1593
pytask_parallel/execute.py sha256=C1J-T8vhkVqmshYsfIBByYjY0o-XQu63q8ndp1aIMqU 12021
pytask_parallel/logging.py sha256=M2zLvzpoUKzVYRSpDzLDqm4nGRKayGi267hVE8ErCBU 368
pytask_parallel/nodes.py sha256=KIlxmEmloKOuPRXqXmDIBbnrq7xCKnqSzkcSkWZYvzY 2363
pytask_parallel/plugin.py sha256=4nJCjrCYXD5s7_TM3FGyVZiZmV1rJrP63aE_p40evYc 395
pytask_parallel/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytask_parallel/typing.py sha256=L9WkNfBxsAYq-AUKykrh-bzVuKmEpA3bBD_AbEkJ-zU 628
pytask_parallel/utils.py sha256=HLtXQi5FwkpXuudpNTUef1nGQrvDzghACoH2BXD03N0 4328
pytask_parallel/wrappers.py sha256=YK-WAvJ9F1KyLXvgGvyshLNyVXxAiqo0yRFJGri5WV4 10275
pytask_parallel-0.5.0.dist-info/METADATA sha256=YYmqCfwo7ZLuC-1w2FH_FDDj8ry5-Q1NJsHK1wdswLw 3805
pytask_parallel-0.5.0.dist-info/WHEEL sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU 87
pytask_parallel-0.5.0.dist-info/entry_points.txt sha256=Tl7SDcASQeVD6HSgh36K00V7BVBxR5UicIGmF5lYa1s 50
pytask_parallel-0.5.0.dist-info/licenses/LICENSE sha256=RxB_V9PwkqN54TuemXxwTa5K9yHQCbD-sgg1pjmYSz0 1052
pytask_parallel-0.5.0.dist-info/RECORD

entry_points.txt

[pytask]
pytask_parallel = pytask_parallel.plugin