Skip to content

magniff/copper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Copper is a simple implementation of dataflow pipes

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages