Skip to main content

Yet another simple workflow language for python

Project description

Yet Another Workflow Language for Python

https://img.shields.io/pypi/v/pyyawl.svg https://img.shields.io/travis/fabiofumarola/pyyawl.svg Documentation Status Updates

Yet another simple workflow language for python

Features

Pyyawl is a simple yaml based workflow executor that let you define datascience pipelines using yaml.

  • execute worfkflow defined in yaml

  • simple and extensible

Usage

To use Yet Another Workflow Language for Python from command-line:

  1. create a file .yaml file with the description of the workflow with its tasks:

    $ yawl --generate > my_workflow.yaml
  2. execute the workflow from the commandline:

    $ yawl --f my_workflow.yaml --verbose

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.2.0 (2020-09-28)

  • First release on PyPI.

0.3.0 (2020-09-29

  • added papermill and bash operators

0.4.0 (2020-09-30)

  • added dvc operators

  • added python operators

  • review language definition

  • update function registry print

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

pyyawl-0.4.0.tar.gz (845.7 kB view hashes)

Uploaded Source

Built Distribution

pyyawl-0.4.0-py2.py3-none-any.whl (7.6 kB view hashes)

Uploaded Python 2 Python 3

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