aht / stream.py

Lazily-evaluated, parallelizable Python pipeline.

Home Page:http://www.trinhhaianh.com/stream.py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://www.trinhhaianh.com/stream.py

License:MIT License


Languages

Language:Python 100.0%