Metadata-Version: 2.4
Name: workflow-engine-vmk
Version: 0.0.1
Summary: Reusable workflow approval engine
Author: Veeramanikandan
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: schedule

# Workflow Engine

Reusable workflow engine with:

- approve
- reject
- rollback
- escalation
- cron scheduler

## Install

```bash
pip install workflow-engine
