Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 453 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 453 Bytes

COPPER

Available on linux only.

Copper is a simple implementation of dataflow pipes (like python generator based 'pipes' module). However instead of generators is uses coroutines. See examples, the code is strait forward as hell.

To run examples install copper in develop mode:

python setup.py develop

Then, for instance:

(venv)magniff@/home/magniff/Desktop/copper$ python examples/simple_numbers.py 
1
4
9