Metadata-Version: 2.1
Name: taylorism
Version: 1.1.0b1
Summary: Framework for parallelisation of tasks
Author-email: The Vortex Team <vortex.support@meteo.fr>
License: CECILL-C
Project-URL: repository, https://github.com/UMR-CNRM/taylorism
Classifier: Development Status :: 4 - Beta
Classifier: License :: CeCILL-C Free Software License Agreement (CECILL-C)
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: docs
Provides-Extra: tests
License-File: LICENSE-en.txt
License-File: LICENSE.txt

# taylorism

[![Custom CI](https://github.com/UMR-CNRM/taylorism/actions/workflows/lint_test_and_doc.yml/badge.svg)](https://github.com/UMR-CNRM/taylorism/actions/workflows/lint_test_and_doc.yml)
[![Documentation Status](https://readthedocs.org/projects/taylorism/badge/?version=latest)](https://taylorism.readthedocs.io/)

*taylorism* is a framework for the parallelisation of tasks.

Originally, it has been developed as part of the *Vortex* project. Recently
the  code has been extracted from the *Vortex* code base. It is now presented
as an independent Python package.

The documentation is available on ReadTheDocs: [https://taylorism.readthedocs.io/](https://taylorism.readthedocs.io/)

A few examples are provided in: [src/taylorism/examples.py](https://github.com/UMR-CNRM/taylorism/blob/master/src/taylorism/examples.py)
