simpleflow
                                
                                
                                
                                    simpleflow copied to clipboard
                            
                            
                            
                        Python library for dataflow programming.
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.1.2 to 1.2.3. Release notes Sourced from mkdocs's releases. 1.2.3 MkDocs 1.2.3 is a bugfix release for MkDocs 1.2. Aside: MkDocs has a new chat room on...
Bumps [nltk](https://github.com/nltk/nltk) from 3.5 to 3.6.6. Changelog Sourced from nltk's changelog. Version 3.7 2022-02-09 Improve and update the NLTK team page on nltk.org (#2855, #2941) Drop support for Python 3.6,...
* have swf.SignalTask ctor's signature closer to SignalTask's one * signals are idempotent * tests
Missing: - [ ] documentation - [ ] `simpleflow.LambdaFunctionTask`? - [ ] "local" support?
Bumps [pygments](https://github.com/pygments/pygments) from 2.5.2 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...
Fix #28. Takes a reference of a workflow execution in input and resumes this executetion without executing again tasks that were completed.
A preview for an asynchronous local executor. It uses the module `concurrent.futures` which is back-ported to python2. It introduces an `AdaptorFuture` that covers the semantic gap between `simpleflow`'s Future and...