baffelli / pyperator

Simple python workflow engine based on asyncio and a DAG structure.
MIT License
55 stars 7 forks source link

Easier connection syntax #4

Closed baffelli closed 7 years ago

baffelli commented 7 years ago

Overload __lshift__ to connect two ports. Question: how to construct a graph then?

baffelli commented 7 years ago

Overloaded in 7fd9866

baffelli commented 7 years ago

Still need to find a way to construct a graph with a series of connections. Maybe using a context manager?