Metadata-Version: 2.4
Name: FunctionController
Version: 1.0.0
Summary: Function flow control decorators and runtime execution engine
Author: Tyrel Miguel
Project-URL: Homepage, https://github.com/TyrelGomez/FunctionFlow
Project-URL: Bug Tracker, https://github.com/TyrelGomez/FunctionFlow/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# FunctionFlow
FunctionFlow is a python library developed by the same person behind VertexEngine. It adds function control and flow in python.

## Features

- retry with fallback
- repeat execution
- conditional skipping
- runtime pause
- skipping functions

## Dependencies
None.

## Install

```bash
pip install FunctionFlow
```

## Who created this?
It's the same creator who crated the VertexEngine SDK (me).

## License
FunctionFlow is managed by the MIT License. This allows projects to use this library in their code. However, no warranty is provided and Attribution is required. The LICENSE file must also be in the project. Check the LICENSE file for more details.
