/stream.py

Lazily-evaluated, parallelizable Python pipeline.

Primary LanguagePythonMIT LicenseMIT

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