Metadata-Version: 2.1
Name: otf
Version: 0.1.0a1
Summary: A python framework for on-the-fly distributed workflows
Home-page: https://github.com/till-varoquaux/otf
License: CC0-1.0
Author: Till Varoquaux
Author-email: till.varoquaux@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Provides-Extra: dev-tools
Requires-Dist: grip; extra == "dev-tools"
Requires-Dist: pytest-watch; extra == "dev-tools"
Requires-Dist: sphinx-autobuild; extra == "dev-tools"
Project-URL: Repository, https://github.com/till-varoquaux/otf
Description-Content-Type: text/x-rst

On-the-fly distributed python workflows
=======================================

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

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

Installing
----------

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

.. code:: bash

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

`Contributing to this project <CONTRIBUTING.rst>`__

.. |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

