A workflow framework, easy as shit.
Project description
cacca
A workflow framework, easy as shit.
Contents
Installation
Follow the steps below to make use of Cacca.
Clone this repository:
pip install cacca
Usage
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!"})
Resources
- Documentation: Project documentation.
- Flaticon: Collection of assets.
Contributing
Contributions and suggestions about how to improve this project are welcome! Please follow our contribution guidelines.
Support
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:
License
This repository is licensed under MIT License.
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
cacca-1.0.0.tar.gz
(5.4 kB
view hashes)
Built Distribution
cacca-1.0.0-py3-none-any.whl
(6.1 kB
view hashes)