Metadata-Version: 2.4
Name: easyactions
Version: 1.0.0
Summary: Easy Workflow 
Author-email: Abhinandan Bhuse <i.am.abhi747@gmail.com>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic>=2.0
Requires-Dist: jinja2
Requires-Dist: pyyaml
Dynamic: license-file

# Easyactions
Yet another YAML based workflow engine.

Unlike other engines it focuses on integrating handlers for various tools insted of just relaying on shell commands.
Its handler system is fully plugable, so you can create your own handlers if needed.


