Navigation Menu

Skip to content

dvogel/stream.py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABOUT
=====

Streams are iterables with a pipelining mechanism to enable data-flow
programming and easy parallelization.

See the reference documentation at http://www.trinhhaianh.com/stream.py


INSTALL
=======

This module requires Python 2.6.

To install system-wide:

    $ sudo python ./setup.py install

or if you just need it in a project:

    $ cp ./stream.py ~/your/project

About

Lazily-evaluated, parallelizable Python pipeline.

Resources

License

Stars

Watchers

Forks

Packages

No packages published