Installation

Install with Pip or easy_install.

$ pip install pystreams

or

$ easy_install pystreams

If you want, you can always download the latest bleeding edge from GitHub:

$ git clone git://github.com/9seconds/streams.git
$ cd streams
$ ./setup.py install

Streams supports Python 2.6, 2.7, 3.2, 3.3, 3.4 and PyPy. Probably other implementations like Jython or IronPython will work, but I haven’t tested them there.