Metadata-Version: 2.1
Name: evodflow
Version: 0.1.7.0
Summary: Awesome evoflow created by maycuatroi
Home-page: https://github.com/maycuatroi/evo-flow/
Author: maycuatroi
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# evoflow

[![codecov](https://codecov.io/gh/maycuatroi/evo-flow/branch/main/graph/badge.svg?token=evo-flow_token_here)](https://codecov.io/gh/maycuatroi/evo-flow)
[![CI](https://github.com/maycuatroi/evo-flow/actions/workflows/main.yml/badge.svg)](https://github.com/maycuatroi/evo-flow/actions/workflows/main.yml)

a lite weight RPA and Workflow engine

## Install it from PyPI

```bash
pip install evoflow
```

## Usage

```py
from evoflow import BaseClass
from evoflow import base_function

BaseClass().base_method()
base_function()
```

```bash
$ python -m evoflow
#or
$ evo_flow
```

## Development

Read the [CONTRIBUTING.md](CONTRIBUTING.md) file.
