Skip to main content

Parman extends Python concurrent.futures to facilitate parallel workflows

Project description

pytest release PyPI Version PyPI - Python Version LGPL-3 License CodeFactor DeepSource

Parman

At this stage, Parman is an experimental project, so expect a rocky road ahead.

The goal of Parman is to extend concurrent.futures (and compatible implementations) with features that facilitate a transparent implementation of workflows.

  • WaitFuture: a Future subclass that is "finished" after its dependencies have finished. (To be created with WaitGraph.submit, which never blocks.)
  • ScheduledFuture: a Future subclass that submits a Future after its dependencies have finished. (To be created with Scheduler.submit, which never blocks.)
  • Various Runner classes, similar to Executors, which dispatch function calls elsewhere. The main differences with conventional executors being:
    • Closures are submitted for (remote) execution, which contain more metadata, e.g. about (keyword) arguments and return values, than ordinary functions The extra metadata offer several advantages...
    • A dry run can be carried out to quickly validate the connectivity of steps in the workflow before launching a full scale calculation.
    • Closure arguments may contain futures. If schedule=True is set, closures are scheduled for later execution when not all dependency futures have finished yet. (Dependencies are inferred from the arguments and keyword arguments.) Otherwise, the runner will block until all required futures have completed.
    • Closure return values are instantiated as much as possible, instead of just returning a single future. They may contain futures more deeply nested for parts of the return value, This makes it easier to submit more closures further down the workflow.

As a result, workflows can be implemented efficiently with relatively simple Python scripts, mostly hiding the interaction with Future objects.

Other useful features:

  • Compatible with Python's built-in Concurrent package and Parsl. (Parls is an optional dependency.)
  • Simplicity:
    • Template jobs, for a straightforward migration of existing job scripts.
    • Minimal Python package dependencies.
    • Minimal API.

Getting started

Install

python -m pip install parman

Examples

At this stage, there is no documentation as such. If you want to learn how to use Parman, check out the demos. If you want to understand the internals, read the source and the docstrings.

Non-goals

  • Support for Dask, because:
    1. The Dask Future does not subclass from concurrent.futures.Future. Supporting dask would imply a lot of extra boilerplate code in Parman.
    2. The Dask Future implements only a subset of concurrent.futures.Future.
    3. Dask Distributed has a large memory and time overhead.

Plans

  • Simplify usage.
  • Add more examples.
  • Tutorial.

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

parman-0.4.3.tar.gz (85.6 kB view details)

Uploaded Source

Built Distribution

Parman-0.4.3-py3-none-any.whl (48.8 kB view details)

Uploaded Python 3

File details

Details for the file parman-0.4.3.tar.gz.

File metadata

  • Download URL: parman-0.4.3.tar.gz
  • Upload date:
  • Size: 85.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for parman-0.4.3.tar.gz
Algorithm Hash digest
SHA256 dd746808338be21e2856506ed7ee25b542cf73fc4c765089b58ba03a209daec6
MD5 099c8fa7895c0b50ba400917fcc37cf0
BLAKE2b-256 e64890737564a50d5e340bea9ae4fee7b232594ab8a409570b402227e7ac6bd9

See more details on using hashes here.

File details

Details for the file Parman-0.4.3-py3-none-any.whl.

File metadata

  • Download URL: Parman-0.4.3-py3-none-any.whl
  • Upload date:
  • Size: 48.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for Parman-0.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 4fd0bab3d5fdebe3b96ba1b37494e886e0bc37fba24b21f8ab462f58ae6f7c82
MD5 e3ebb2636b76a9f057060a888a86dfd3
BLAKE2b-256 97efe963965b088d7972e5f6ec2bd2d6b7c90061c7265793d81932041888a366

See more details on using hashes here.

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