
GitHub - sartography/SpiffWorkflow: A powerful workflow …
We created SpiffWorkflow to support the development of low-code business applications in Python. Using BPMN will allow non-developers to describe complex workflow processes in a visual diagram, coupled with a powerful python script engine that …
Getting Started — Luigi 3.6.0 documentation - Read the Docs
Luigi is a Python (3.7, 3.8, 3.9, 3.10, 3.11, 3.12 tested) package that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization, handling failures, command line integration, and much more. Run pip install luigi to install the latest stable version from PyPI.
SpiffWorkflow - PyPI
Apr 2, 2025 · Spiff Workflow is a workflow engine implemented in pure Python. It is based on the excellent work of the Workflow Patterns initiative. In 2020 and 2021, extensive support was added for BPMN / DMN processing.
apache-airflow - PyPI
2 days ago · Apache Airflow (or simply Airflow) is a platform to programmatically author, schedule, and monitor workflows. When workflows are defined as code, they become more maintainable, versionable, testable, and collaborative. Use Airflow to author workflows as directed acyclic graphs (DAGs) of tasks.
GitHub - pditommaso/awesome-pipeline: A curated list of …
Airflow - Python-based workflow system created by AirBnb. Anduril - Component-based workflow framework for scientific data analysis. Antha - High-level language for biology. Argo Workflows - Container-native workflow engine for orchestrating parallel data processing, ML, or …
jobflow - PyPI
Nov 22, 2024 · Jobflow is a free, open-source library for writing and executing workflows. Complex workflows can be defined using simple python functions and executed locally or on arbitrary computing resources using the jobflow-remote or FireWorks workflow managers.
A Visual Workflow Library for Python | by Dan Funk - Medium
Dec 1, 2021 · SpiffWorkflow allows your python application to process BPMN diagrams (think of them as very powerful flow charts) to accomplish what would otherwise require writing a lot of complex business...
Top 17 Python Workflow engine Projects - LibHunt
Mar 26, 2025 · Which are the best open-source Workflow engine projects in Python? This list will help you: airflow, prefect, luigi, dagster, kedro, hatchet, and viewflow.
danielgerlag/liteflow: Python workflow engine - GitHub
LiteFlow is a Python library for running workflows. Think: long running processes with multiple tasks that need to track state. It supports pluggable persistence and concurrency providers to allow for multi-node clusters. Install the "liteflow.core" package. A workflow consists of a series of connected steps.
Comparison of Python pipeline packages: Airflow, Luigi, Gokart ... - Medium
Feb 2, 2020 · This article compares open-source Python packages for pipeline/workflow development: Airflow, Luigi, Gokart, Metaflow, Kedro, PipelineX. In this article, terms of “pipeline”, “workflow”, and...
- Some results have been removed