pythonflow icon indicating copy to clipboard operation
pythonflow copied to clipboard

:snake: Dataflow programming for python.

Results 6 pythonflow issues
Sort by recently updated
recently updated
newest added

Hi - looks like this project isn't active any longer (even though it accumulated 215 stars in short order ;-) ). Any reason why? The ideas behind it look quite...

wontfix

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

This seem like a bug, and probably related to fact that I am running this in a `jupyter` notebook. Given this example: ```python import pythonflow as pf with pf.Graph() as...

Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...

I was running into some weird issues with incorrect caching to file a function applied to a string. This is because python(>3.3) salts its hashing function. (for strings at least)...