python-parsl 2024.08.05+ds-1 source package in Ubuntu

Changelog

python-parsl (2024.08.05+ds-1) unstable; urgency=medium

  * New upstream version 2024.08.05+ds

 -- Étienne Mollier <email address hidden>  Sun, 11 Aug 2024 20:05:29 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-parsl_2024.08.05+ds-1.dsc 3.2 KiB 0af4fbdfb134d5a8a2c2e16ac8422bd975e5a02f9e0988f8e2b67f0b10ad6d0c
python-parsl_2024.08.05+ds.orig.tar.xz 7.6 MiB 516ea5edee1a591f7fc14c6abb09c0da05168d726267249a7a282bc96f204795
python-parsl_2024.08.05+ds-1.debian.tar.xz 9.2 KiB 4d2fcb58206785f8028b55b6339a1eeb95e8b98bb4154861b5187cf3b06dcd09

No changes file available.

Binary packages built by this source

python-parsl-doc: Parallel Scripting Library for Python - documentation

 Parsl extends parallelism in Python beyond a single computer.
 .
 One can use Parsl just like Python's parallel executors but across multiple
 cores and nodes. However, the real power of Parsl is in expressing multi-step
 workflows of functions. Parsl lets one chain functions together and will
 launch each function as inputs and computing resources are available.
 .
 This package provides a locally readable Parsl documentation.

python3-parsl: Parallel Scripting Library for Python

 Parsl extends parallelism in Python beyond a single computer.
 .
 One can use Parsl just like Python's parallel executors but across multiple
 cores and nodes. However, the real power of Parsl is in expressing multi-step
 workflows of functions. Parsl lets one chain functions together and will
 launch each function as inputs and computing resources are available.