consecution
consecution copied to clipboard
:trolleybus: A pipeline abstraction for Python
Hi Rob, I am highly impressed by this library, and have intentions of creating a framework based on it. I see your "suggestions" for other libraries where you show examples...
Hey there, thanks for putting this library together. I know it is no longer maintained, but I thought the approach was neat and decided to start building off of it....
Trying to install the library on python 3.8 and a error occurs. Checking the setup.py it seems that the latest python version that is supported is 3.5
For example, input is a list of 1000 elements. Flow is as Input -> Node1 -> Node2... I hope after Node1 process 100 elements, Node2 can start to process 100...
The last successful build was [#737 on 10/23/18](https://travis-ci.org/robdmc/consecution/jobs/445447134). Now, every build fails during the flake8 command: `The command "flake8 ." failed and exited with 1 during .` Taking a look...
At the moment you need to hard code the node names from the pipeline in functions used for routing. For example (from the documentation): ```python def route_func(item): if item %...