wingfoil-python 4.0.1

python bindings for wingfoil - graph based stream processing framework
Documentation
1
2
3
4
5
6
7
8
9
10
This folder contains files used by sphinx to generate the python module documentation.

The built doc can be viewed at [wingfoil.readthedocs.io](https://wingfoil.readthedocs.io/en/latest/)

To build locally run...
```bash
pip install -r requirements.txt
make clean
make html
```