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.1.1.tar.gz
(4.3 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.1.1.tar.gz.
File metadata
- Download URL: pyflow_manager-0.1.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1996248a3e4daad3e4c0630e42cbe66ae81289fcdff399ec04e7b68bb553c81
|
|
| MD5 |
eb17fda0bed9d4159c75a20181a93947
|
|
| BLAKE2b-256 |
82d2ace071d8e5695d1728f325637ceb2bd0d35c460a1cf3cd38fd033588adf4
|
File details
Details for the file pyflow_manager-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pyflow_manager-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.4 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 |
4ddb3eb200409f0ec421b5fdc8ef6469ab2a90b0c109b3817da18bd3f67dee19
|
|
| MD5 |
c6105769b5eea09e33af3eac59585be0
|
|
| BLAKE2b-256 |
76a1031b0670e7030fb308db763b84dde6e646b3666851ce5166b0ab4e38b154
|