An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


Logo

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:


GitHub Sponsors
 

Kofi

## License
This repository is licensed under [MIT License](https://github.com/airscripts/cacca/blob/main/LICENSE).