python-pipeline

A library that lets you create iterator pipelines for Python.
Download

python-pipeline Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Jakub Wilk
  • Publisher web site:
  • http://deb.hopto.org/pool/

python-pipeline Tags


python-pipeline Description

A library that lets you create iterator pipelines for Python. python-pipeline is a library that lets you create iterator pipelines for Python. It lets you create pipelines of iterators.Example:>>> from pipeline import *>>> xrange(-10, 10) | grep(lambda x: x % 3 == 2) | (x * (x + 1) for x in STDIN) | list Requirements: · Python


python-pipeline Related Software