A workflow framework, easy as shit.
Follow the steps below to make use of Cacca.
Clone this repository:
pip install cacca
This section is under construction but here you go with an "Hello, Toilet!"
workflow:
from cacca.lib import Cacca
cacca = Cacca()
cacca.insert({"action": print})
cacca.run(0, {"action": "Hello, Toilet!"})
- Documentation: Project documentation.
- Flaticon: Collection of assets.
Contributions and suggestions about how to improve this project are welcome! Please follow our contribution guidelines.
If you want to support my work you can do it by following me, leaving a star, sharing my projects or also donating at the links below.
Choose what you find more suitable for you:
This repository is licensed under MIT License.