Skip to content

NLeSC/noodles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7547471 · Feb 8, 2022
Mar 6, 2018
Jun 4, 2019
Apr 4, 2018
Feb 8, 2022
Apr 21, 2021
Jun 4, 2019
Feb 8, 2022
Jan 3, 2018
Jun 16, 2017
Feb 16, 2018
Aug 16, 2019
Mar 14, 2018
Oct 10, 2018
Sep 10, 2019
Sep 10, 2019
Oct 19, 2016
Jun 4, 2019
Feb 8, 2022
Feb 8, 2022
Sep 18, 2017
Sep 25, 2017
Feb 8, 2022

Repository files navigation

title
Noodles - parallel programming in Python

Travis Zenodo DOI Code coverage Documentation

::: {.splash}

What is Noodles?

Noodles is a task-based parallel programming model in Python that offers the same intuitive interface when running complex workflows on your laptop or on large computer clusters.

Installation

To install the latest version from PyPI:

pip install noodles

To enable the Xenon backend for remote job execution,

pip install noodles[xenon]

This requires a Java Runtime to be installed, you may check this by running

java --version

which should print the version of the currently installed JRE.

Documentation

All the latest documentation is available on Read the Docs.