GitXplorerGitXplorer
t

otf

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
4ed8119ba6f9ead2b2bfee248691ff37a93ca471

support for exceptions via asyncio like futures

ttill-varoquaux committed 3 years ago
Unverified
4ffdaaaf49bcb6e3650ba8fcdf90c434bbbc3cb2

tox: do not use poetry directly

ttill-varoquaux committed 3 years ago
Unverified
2f9e3a3c6bb9d6ea20f85bce31bba7069d6b81ea

otf.pretty: rewrite tail calls into loops

ttill-varoquaux committed 3 years ago
Unverified
06873d6813ba97c86db403a81bf63294034268a2

version bump

ttill-varoquaux committed 3 years ago
Unverified
acbee3528faf702dab4b31a3c990a0290e935caf

document the grammar for otf.pack.text

ttill-varoquaux committed 3 years ago
Unverified
9064478da353190043012a934037fa62b2672d36

otf.pack: document reduce and accumulators

ttill-varoquaux committed 3 years ago

README

The README file for this repository.

On-the-fly distributed python workflows

|PyPI| |PyPI - Python Version| |License: CC0-1.0| |Tests| |codecov| |Documentation Status| |binder|

OTF is a framework to programmatically write, run and debug workflows.

Notebooks:

OTF is still in its infancy. We currently mostly rely on notebook to demonstrate how it works:

  • Introduction <https://nbviewer.org/github/till-varoquaux/otf/blob/HEAD/docs/examples/introduction.ipynb>_
  • Serialisation <https://nbviewer.org/github/till-varoquaux/otf/blob/HEAD/docs/examples/serialisation.ipynb>_

Installing

OTF is currently in pre-alpha. If you really want to play with it you can check install the latest build via:

.. code:: bash

$ pip install -i https://test.pypi.org/simple/ otf

.. |PyPI| image:: https://img.shields.io/pypi/v/otf.svg :target: https://pypi.org/project/otf/ .. |PyPI - Python Version| image:: https://img.shields.io/pypi/pyversions/otf .. |License: CC0-1.0| image:: https://img.shields.io/badge/License-CC0_1.0-lightgrey.svg :target: http://creativecommons.org/publicdomain/zero/1.0/ .. |Tests| image:: https://github.com/till-varoquaux/otf/actions/workflows/ci.yml/badge.svg?branch=main :target: https://github.com/till-varoquaux/otf/actions/workflows/ci.yml .. |codecov| image:: https://codecov.io/gh/till-varoquaux/otf/branch/main/graph/badge.svg?token=ahhI117oFg :target: https://codecov.io/gh/till-varoquaux/otf .. |Documentation Status| image:: https://readthedocs.org/projects/otf/badge/?version=latest :target: https://otf.readthedocs.io/en/latest/?badge=latest .. |binder| image:: https://mybinder.org/badge_logo.svg :target: https://mybinder.org/v2/gh/till-varoquaux/otf/HEAD?labpath=docs%2Fexamples%2Fintroduction.ipynb