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
Release history Release notifications | RSS feed
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.2.tar.gz
(4.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyflow_manager-0.2.2.tar.gz.
File metadata
- Download URL: pyflow_manager-0.2.2.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f40385ed787bba504c70fd1a3ffec543043a4102b0f2ef2ba732a34aad64b33
|
|
| MD5 |
f9491bc5b81c2b06f46bc2c98c8a963b
|
|
| BLAKE2b-256 |
ce5bc82e2b29d37e0617008ec8a783be59819e4350cacae1932defece3d530ec
|
File details
Details for the file pyflow_manager-0.2.2-py3-none-any.whl.
File metadata
- Download URL: pyflow_manager-0.2.2-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44dd763f02bf2da0f8ba7ef7831e6d09818950cfc68255f756c58eb4bd09543c
|
|
| MD5 |
940b3a53ea3621f293cc47d5353ab6f4
|
|
| BLAKE2b-256 |
c6c8240bfe647a196b4dd0d1ab337e1cf3162fe3a756045cda8a143d7ad94a73
|