https://github.com/airscripts/cacca
A workflow framework, easy as shit.
https://github.com/airscripts/cacca
cacca framework hacktoberfest python workflow
Last synced: about 3 hours ago
JSON representation
A workflow framework, easy as shit.
- Host: GitHub
- URL: https://github.com/airscripts/cacca
- Owner: airscripts
- License: mit
- Created: 2023-09-05T16:42:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-18T13:18:12.000Z (8 months ago)
- Last Synced: 2026-01-04T09:13:24.668Z (4 months ago)
- Topics: cacca, framework, hacktoberfest, python, workflow
- Language: Python
- Homepage: https://airscript.it
- Size: 95.7 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README

cacca
A workflow framework, easy as shit.
## Contents
- [Installation](#installation)
- [Usage](#usage)
- [Resources](#resources)
- [Contributing](#contributing)
- [Support](#support)
- [License](#license)
## Installation
Follow the steps below to make use of Cacca.
Clone this repository:
```bash
pip install cacca
```
## Usage
This section is under construction but here you go with an `"Hello, Toilet!"` workflow:
```python
from cacca.lib import Cacca
cacca = Cacca()
cacca.insert({"action": print})
cacca.run(0, {"action": "Hello, Toilet!"})
```
## Resources
- [Documentation](https://cacca.airscript.it): Project documentation.
- [Flaticon](https://flaticon.com): Collection of assets.
## Contributing
Contributions and suggestions about how to improve this project are welcome!
Please follow [our contribution guidelines](https://github.com/airscripts/cacca/blob/main/CONTRIBUTING.md).
## 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](https://github.com/airscripts/cacca/blob/main/LICENSE).