Skip to main content

A workflow management system based on YAML dependencies

Project description

Pyflow Manager

A Python package to manage and execute workflows based on YAML-defined input/output dependencies.

Installation

pip install pyflow-manager

Usage

pyflow-manager <path/to/your/tasks.yaml> --skip-existing

Sample .yaml File

tasks:
    task1:
        command: "echo 'Task 1' > output1.txt"
        inputs: []
        outputs: ["output1.txt"]
    task2:
        command: "python sample_script.py" # generates output2.txt
        inputs: ["output1.txt"]
        outputs: ["output2.txt"]

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

pyflow_manager-0.2.0.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyflow_manager-0.2.0-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

Details for the file pyflow_manager-0.2.0.tar.gz.

File metadata

  • Download URL: pyflow_manager-0.2.0.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for pyflow_manager-0.2.0.tar.gz
Algorithm Hash digest
SHA256 91a0e1490b50f71238502ca432ec0b41effbc5811b94d7d3f58300365d11cf77
MD5 828e19f7d409b4c26eb02b2a6874b43c
BLAKE2b-256 4b29580d89225e82ce14753aa41174407afd751a9c91762c9437f6bc90f4a407

See more details on using hashes here.

File details

Details for the file pyflow_manager-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: pyflow_manager-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 5.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for pyflow_manager-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c5962267f70db2dc248e15983933e73830e8c6cf17e31ce2216e396929dde1bd
MD5 68951e4fa7bb6fcc1d140e30ac2a6d58
BLAKE2b-256 75f18cd426f73c66397ac478af661abe1ef6951136a0c61e92625674ee08b9a1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page